Shades of Lavender Blush #FDF7FB
Tints of Lavender Blush #FDF7FB
RGB
CMYK
RGB Variations
Color information
#FDF7FB (or 0xFDF7FB) is known color: Lavender Blush. HEX triplet: FD, F7 and FB. RGB value is (253,247,251). Sum of RGB (Red+Green+Blue) = 253+247+251=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 247 (96.88% from 255 or 32.89% from 751); Blue value is 251 (98.44% from 255 or 33.42% from 751); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7FB is #020804. Grayscale: #F9F9F9. Windows color (decimal): -133125 or 16513021. OLE color: 16513021.
HSL color Cylindrical-coordinate representation of color #FDF7FB: hue angle of 320º degrees, saturation: 0.6, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDF7FB is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 251 | - |
CMYK | 0 | 0.02 | 0.01 | 0.01 |
HSL | 320º | 0.6% | 0.98% | - |
HSV(B) | 320º | 0.02% | 0.99% | - |
XYZ | 91.18 | 94.37 | 104.68 | - |
YUV | 249.25 | 128.99 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 251 | 0 | 0.02 | 0.01 | 0.01 | 320 | 0.6 | 0.98 |
Hex | FD | F7 | FB | 0 | 2 | 1 | 1 | 140 | 3C | 62 |
Octal | 375 | 367 | 373 | 0 | 2 | 1 | 1 | 500 | 74 | 142 |
Binary | 11111101 | 11110111 | 11111011 | 0 | 10 | 1 | 1 | 101000000 | 111100 | 1100010 |
Color Harmonies of #FDF7FB
Complementary color
Monochromatic Colors of #FDF7FB
Black with #FDF7FB
Text Example
Text Example
White with #FDF7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7FB; }
p { color: rgb(253,247,251); }
H1.HeaderClassName
{
color: #FDF7FB;
}
.AnyTagClassName
{
color: #FDF7FB;
}
</style>
background-color css
<style>
a { background-color: #FDF7FB; }
a { background-color: rgb(253,247,251); }
div.DivClassName
{
background-color: #FDF7FB;
}
.BgClassName
{
background-color: #FDF7FB;
}
</style>
border-color css
<style>
span { border-color: #FDF7FB; }
span { border-color: rgb(253,247,251); }
td.TdClassName
{
border-color: #FDF7FB;
}
.TagClassName
{
border-color: #FDF7FB;
}
</style>