Shades of Lavender Blush #FCF2FA
Tints of Lavender Blush #FCF2FA
RGB
CMYK
RGB Variations
Color information
#FCF2FA (or 0xFCF2FA) is known color: Lavender Blush. HEX triplet: FC, F2 and FA. RGB value is (252,242,250). Sum of RGB (Red+Green+Blue) = 252+242+250=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 242 (94.92% from 255 or 32.53% from 744); Blue value is 250 (98.05% from 255 or 33.60% from 744); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2FA is #030D05. Grayscale: #F5F5F5. Windows color (decimal): -199942 or 16446204. OLE color: 16446204.
HSL color Cylindrical-coordinate representation of color #FCF2FA: hue angle of 312º degrees, saturation: 0.62, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FCF2FA is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 242 | 250 | - |
CMYK | 0 | 0.04 | 0.01 | 0.01 |
HSL | 312º | 0.63% | 0.97% | - |
HSV(B) | 312º | 0.04% | 0.99% | - |
XYZ | 89.15 | 91.1 | 103.33 | - |
YUV | 245.9 | 130.31 | 132.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 242 | 250 | 0 | 0.04 | 0.01 | 0.01 | 312 | 0.63 | 0.97 |
Hex | FC | F2 | FA | 0 | 4 | 1 | 1 | 138 | 3E | 61 |
Octal | 374 | 362 | 372 | 0 | 4 | 1 | 1 | 470 | 76 | 141 |
Binary | 11111100 | 11110010 | 11111010 | 0 | 100 | 1 | 1 | 100111000 | 111110 | 1100001 |
Color Harmonies of #FCF2FA
Complementary color
Monochromatic Colors of #FCF2FA
Black with #FCF2FA
Text Example
Text Example
White with #FCF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2FA; }
p { color: rgb(252,242,250); }
H1.HeaderClassName
{
color: #FCF2FA;
}
.AnyTagClassName
{
color: #FCF2FA;
}
</style>
background-color css
<style>
a { background-color: #FCF2FA; }
a { background-color: rgb(252,242,250); }
div.DivClassName
{
background-color: #FCF2FA;
}
.BgClassName
{
background-color: #FCF2FA;
}
</style>
border-color css
<style>
span { border-color: #FCF2FA; }
span { border-color: rgb(252,242,250); }
td.TdClassName
{
border-color: #FCF2FA;
}
.TagClassName
{
border-color: #FCF2FA;
}
</style>