Shades of Lavender Blush #FCF4F8
Tints of Lavender Blush #FCF4F8
RGB
CMYK
RGB Variations
Color information
#FCF4F8 (or 0xFCF4F8) is known color: Lavender Blush. HEX triplet: FC, F4 and F8. RGB value is (252,244,248). Sum of RGB (Red+Green+Blue) = 252+244+248=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 244 (95.70% from 255 or 32.80% from 744); Blue value is 248 (97.27% from 255 or 33.33% from 744); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4F8 is #030B07. Grayscale: #F6F6F6. Windows color (decimal): -199432 or 16315644. OLE color: 16315644.
HSL color Cylindrical-coordinate representation of color #FCF4F8: hue angle of 330º degrees, saturation: 0.57, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FCF4F8 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 244 | 248 | - |
CMYK | 0 | 0.03 | 0.02 | 0.01 |
HSL | 330º | 0.57% | 0.97% | - |
HSV(B) | 330º | 0.03% | 0.99% | - |
XYZ | 89.44 | 92.17 | 101.88 | - |
YUV | 246.85 | 128.65 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 244 | 248 | 0 | 0.03 | 0.02 | 0.01 | 330 | 0.57 | 0.97 |
Hex | FC | F4 | F8 | 0 | 3 | 2 | 1 | 14A | 39 | 61 |
Octal | 374 | 364 | 370 | 0 | 3 | 2 | 1 | 512 | 71 | 141 |
Binary | 11111100 | 11110100 | 11111000 | 0 | 11 | 10 | 1 | 101001010 | 111001 | 1100001 |
Color Harmonies of #FCF4F8
Complementary color
Monochromatic Colors of #FCF4F8
Black with #FCF4F8
Text Example
Text Example
White with #FCF4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF4F8; }
p { color: rgb(252,244,248); }
H1.HeaderClassName
{
color: #FCF4F8;
}
.AnyTagClassName
{
color: #FCF4F8;
}
</style>
background-color css
<style>
a { background-color: #FCF4F8; }
a { background-color: rgb(252,244,248); }
div.DivClassName
{
background-color: #FCF4F8;
}
.BgClassName
{
background-color: #FCF4F8;
}
</style>
border-color css
<style>
span { border-color: #FCF4F8; }
span { border-color: rgb(252,244,248); }
td.TdClassName
{
border-color: #FCF4F8;
}
.TagClassName
{
border-color: #FCF4F8;
}
</style>