Shades of Lavender Blush #FCF9FA
Tints of Lavender Blush #FCF9FA
RGB
CMYK
RGB Variations
Color information
#FCF9FA (or 0xFCF9FA) is known color: Lavender Blush. HEX triplet: FC, F9 and FA. RGB value is (252,249,250). Sum of RGB (Red+Green+Blue) = 252+249+250=751 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.56% from 751); Green value is 249 (97.66% from 255 or 33.16% from 751); Blue value is 250 (98.05% from 255 or 33.29% from 751); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9FA is #030605. Grayscale: #FAFAFA. Windows color (decimal): -198150 or 16447996. OLE color: 16447996.
HSL color Cylindrical-coordinate representation of color #FCF9FA: hue angle of 340º degrees, saturation: 0.33, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCF9FA is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 249 | 250 | - |
CMYK | 0 | 0.01 | 0.01 | 0.01 |
HSL | 340º | 0.33% | 0.98% | - |
HSV(B) | 340º | 0.01% | 0.99% | - |
XYZ | 91.28 | 95.35 | 104.04 | - |
YUV | 250.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 249 | 250 | 0 | 0.01 | 0.01 | 0.01 | 340 | 0.33 | 0.98 |
Hex | FC | F9 | FA | 0 | 1 | 1 | 1 | 154 | 21 | 62 |
Octal | 374 | 371 | 372 | 0 | 1 | 1 | 1 | 524 | 41 | 142 |
Binary | 11111100 | 11111001 | 11111010 | 0 | 1 | 1 | 1 | 101010100 | 100001 | 1100010 |
Color Harmonies of #FCF9FA
Complementary color
Monochromatic Colors of #FCF9FA
Black with #FCF9FA
Text Example
Text Example
White with #FCF9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9FA; }
p { color: rgb(252,249,250); }
H1.HeaderClassName
{
color: #FCF9FA;
}
.AnyTagClassName
{
color: #FCF9FA;
}
</style>
background-color css
<style>
a { background-color: #FCF9FA; }
a { background-color: rgb(252,249,250); }
div.DivClassName
{
background-color: #FCF9FA;
}
.BgClassName
{
background-color: #FCF9FA;
}
</style>
border-color css
<style>
span { border-color: #FCF9FA; }
span { border-color: rgb(252,249,250); }
td.TdClassName
{
border-color: #FCF9FA;
}
.TagClassName
{
border-color: #FCF9FA;
}
</style>