Shades of Lavender Blush #FCF7F9
Tints of Lavender Blush #FCF7F9
RGB
CMYK
RGB Variations
Color information
#FCF7F9 (or 0xFCF7F9) is known color: Lavender Blush. HEX triplet: FC, F7 and F9. RGB value is (252,247,249). Sum of RGB (Red+Green+Blue) = 252+247+249=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 247 (96.88% from 255 or 33.02% from 748); Blue value is 249 (97.66% from 255 or 33.29% from 748); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF7F9 is #030806. Grayscale: #F8F8F8. Windows color (decimal): -198663 or 16381948. OLE color: 16381948.
HSL color Cylindrical-coordinate representation of color #FCF7F9: hue angle of 336º degrees, saturation: 0.45, 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 #FCF7F9 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 247 | 249 | - |
CMYK | 0 | 0.02 | 0.01 | 0.01 |
HSL | 336º | 0.45% | 0.98% | - |
HSV(B) | 336º | 0.02% | 0.99% | - |
XYZ | 90.5 | 94.06 | 103.01 | - |
YUV | 248.72 | 128.16 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 247 | 249 | 0 | 0.02 | 0.01 | 0.01 | 336 | 0.45 | 0.98 |
Hex | FC | F7 | F9 | 0 | 2 | 1 | 1 | 150 | 2D | 62 |
Octal | 374 | 367 | 371 | 0 | 2 | 1 | 1 | 520 | 55 | 142 |
Binary | 11111100 | 11110111 | 11111001 | 0 | 10 | 1 | 1 | 101010000 | 101101 | 1100010 |
Color Harmonies of #FCF7F9
Complementary color
Monochromatic Colors of #FCF7F9
Black with #FCF7F9
Text Example
Text Example
White with #FCF7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF7F9; }
p { color: rgb(252,247,249); }
H1.HeaderClassName
{
color: #FCF7F9;
}
.AnyTagClassName
{
color: #FCF7F9;
}
</style>
background-color css
<style>
a { background-color: #FCF7F9; }
a { background-color: rgb(252,247,249); }
div.DivClassName
{
background-color: #FCF7F9;
}
.BgClassName
{
background-color: #FCF7F9;
}
</style>
border-color css
<style>
span { border-color: #FCF7F9; }
span { border-color: rgb(252,247,249); }
td.TdClassName
{
border-color: #FCF7F9;
}
.TagClassName
{
border-color: #FCF7F9;
}
</style>