Shades of Lavender Blush #FCF8F9
Tints of Lavender Blush #FCF8F9
RGB
CMYK
RGB Variations
Color information
#FCF8F9 (or 0xFCF8F9) is known color: Lavender Blush. HEX triplet: FC, F8 and F9. RGB value is (252,248,249). Sum of RGB (Red+Green+Blue) = 252+248+249=749 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.64% from 749); Green value is 248 (97.27% from 255 or 33.11% from 749); Blue value is 249 (97.66% from 255 or 33.24% from 749); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8F9 is #030706. Grayscale: #F9F9F9. Windows color (decimal): -198407 or 16382204. OLE color: 16382204.
HSL color Cylindrical-coordinate representation of color #FCF8F9: hue angle of 345º degrees, saturation: 0.4, 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 #FCF8F9 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 248 | 249 | - |
CMYK | 0 | 0.02 | 0.01 | 0.01 |
HSL | 345º | 0.4% | 0.98% | - |
HSV(B) | 345º | 0.02% | 0.99% | - |
XYZ | 90.81 | 94.67 | 103.11 | - |
YUV | 249.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 248 | 249 | 0 | 0.02 | 0.01 | 0.01 | 345 | 0.4 | 0.98 |
Hex | FC | F8 | F9 | 0 | 2 | 1 | 1 | 159 | 28 | 62 |
Octal | 374 | 370 | 371 | 0 | 2 | 1 | 1 | 531 | 50 | 142 |
Binary | 11111100 | 11111000 | 11111001 | 0 | 10 | 1 | 1 | 101011001 | 101000 | 1100010 |
Color Harmonies of #FCF8F9
Complementary color
Monochromatic Colors of #FCF8F9
Black with #FCF8F9
Text Example
Text Example
White with #FCF8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF8F9; }
p { color: rgb(252,248,249); }
H1.HeaderClassName
{
color: #FCF8F9;
}
.AnyTagClassName
{
color: #FCF8F9;
}
</style>
background-color css
<style>
a { background-color: #FCF8F9; }
a { background-color: rgb(252,248,249); }
div.DivClassName
{
background-color: #FCF8F9;
}
.BgClassName
{
background-color: #FCF8F9;
}
</style>
border-color css
<style>
span { border-color: #FCF8F9; }
span { border-color: rgb(252,248,249); }
td.TdClassName
{
border-color: #FCF8F9;
}
.TagClassName
{
border-color: #FCF8F9;
}
</style>