Shades of Lavender Blush #FDF5F6
Tints of Lavender Blush #FDF5F6
RGB
CMYK
RGB Variations
Color information
#FDF5F6 (or 0xFDF5F6) is known color: Lavender Blush. HEX triplet: FD, F5 and F6. RGB value is (253,245,246). Sum of RGB (Red+Green+Blue) = 253+245+246=744 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.01% from 744); Green value is 245 (96.09% from 255 or 32.93% from 744); Blue value is 246 (96.48% from 255 or 33.06% from 744); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5F6 is #020A09. Grayscale: #F7F7F7. Windows color (decimal): -133642 or 16184829. OLE color: 16184829.
HSL color Cylindrical-coordinate representation of color #FDF5F6: hue angle of 352.5º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDF5F6 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 246 | - |
CMYK | 0 | 0.03 | 0.03 | 0.01 |
HSL | 352.5º | 0.67% | 0.98% | - |
HSV(B) | 352.5º | 0.03% | 0.99% | - |
XYZ | 89.79 | 92.84 | 100.38 | - |
YUV | 247.51 | 127.15 | 131.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 246 | 0 | 0.03 | 0.03 | 0.01 | 352.5 | 0.67 | 0.98 |
Hex | FD | F5 | F6 | 0 | 3 | 3 | 1 | 160 | 43 | 62 |
Octal | 375 | 365 | 366 | 0 | 3 | 3 | 1 | 540 | 103 | 142 |
Binary | 11111101 | 11110101 | 11110110 | 0 | 11 | 11 | 1 | 101100000 | 1000011 | 1100010 |
Color Harmonies of #FDF5F6
Complementary color
Monochromatic Colors of #FDF5F6
Black with #FDF5F6
Text Example
Text Example
White with #FDF5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5F6; }
p { color: rgb(253,245,246); }
H1.HeaderClassName
{
color: #FDF5F6;
}
.AnyTagClassName
{
color: #FDF5F6;
}
</style>
background-color css
<style>
a { background-color: #FDF5F6; }
a { background-color: rgb(253,245,246); }
div.DivClassName
{
background-color: #FDF5F6;
}
.BgClassName
{
background-color: #FDF5F6;
}
</style>
border-color css
<style>
span { border-color: #FDF5F6; }
span { border-color: rgb(253,245,246); }
td.TdClassName
{
border-color: #FDF5F6;
}
.TagClassName
{
border-color: #FDF5F6;
}
</style>