Shades of Lavender Blush #FCE9F2
Tints of Lavender Blush #FCE9F2
RGB
CMYK
RGB Variations
Color information
#FCE9F2 (or 0xFCE9F2) is known color: Lavender Blush. HEX triplet: FC, E9 and F2. RGB value is (252,233,242). Sum of RGB (Red+Green+Blue) = 252+233+242=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 233 (91.41% from 255 or 32.05% from 727); Blue value is 242 (94.92% from 255 or 33.29% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9F2 is #03160D. Grayscale: #EFEFEF. Windows color (decimal): -202254 or 15919612. OLE color: 15919612.
HSL color Cylindrical-coordinate representation of color #FCE9F2: hue angle of 331.58º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCE9F2 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 233 | 242 | - |
CMYK | 0 | 0.08 | 0.04 | 0.01 |
HSL | 331.58º | 0.76% | 0.95% | - |
HSV(B) | 331.58º | 0.08% | 0.99% | - |
XYZ | 85.31 | 85.38 | 95.99 | - |
YUV | 239.71 | 129.29 | 136.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 233 | 242 | 0 | 0.08 | 0.04 | 0.01 | 331.58 | 0.76 | 0.95 |
Hex | FC | E9 | F2 | 0 | 8 | 4 | 1 | 14C | 4C | 5F |
Octal | 374 | 351 | 362 | 0 | 10 | 4 | 1 | 514 | 114 | 137 |
Binary | 11111100 | 11101001 | 11110010 | 0 | 1000 | 100 | 1 | 101001100 | 1001100 | 1011111 |
Color Harmonies of #FCE9F2
Complementary color
Monochromatic Colors of #FCE9F2
Black with #FCE9F2
Text Example
Text Example
White with #FCE9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9F2; }
p { color: rgb(252,233,242); }
H1.HeaderClassName
{
color: #FCE9F2;
}
.AnyTagClassName
{
color: #FCE9F2;
}
</style>
background-color css
<style>
a { background-color: #FCE9F2; }
a { background-color: rgb(252,233,242); }
div.DivClassName
{
background-color: #FCE9F2;
}
.BgClassName
{
background-color: #FCE9F2;
}
</style>
border-color css
<style>
span { border-color: #FCE9F2; }
span { border-color: rgb(252,233,242); }
td.TdClassName
{
border-color: #FCE9F2;
}
.TagClassName
{
border-color: #FCE9F2;
}
</style>