Shades of Lavender Blush #FCE9F1
Tints of Lavender Blush #FCE9F1
RGB
CMYK
RGB Variations
Color information
#FCE9F1 (or 0xFCE9F1) is known color: Lavender Blush. HEX triplet: FC, E9 and F1. RGB value is (252,233,241). Sum of RGB (Red+Green+Blue) = 252+233+241=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 233 (91.41% from 255 or 32.09% from 726); Blue value is 241 (94.53% from 255 or 33.20% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9F1 is #03160E. Grayscale: #EFEFEF. Windows color (decimal): -202255 or 15854076. OLE color: 15854076.
HSL color Cylindrical-coordinate representation of color #FCE9F1: hue angle of 334.74º 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 #FCE9F1 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 233 | 241 | - |
CMYK | 0 | 0.08 | 0.04 | 0.01 |
HSL | 334.74º | 0.76% | 0.95% | - |
HSV(B) | 334.74º | 0.08% | 0.99% | - |
XYZ | 85.16 | 85.32 | 95.2 | - |
YUV | 239.59 | 128.79 | 136.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 233 | 241 | 0 | 0.08 | 0.04 | 0.01 | 334.74 | 0.76 | 0.95 |
Hex | FC | E9 | F1 | 0 | 8 | 4 | 1 | 14F | 4C | 5F |
Octal | 374 | 351 | 361 | 0 | 10 | 4 | 1 | 517 | 114 | 137 |
Binary | 11111100 | 11101001 | 11110001 | 0 | 1000 | 100 | 1 | 101001111 | 1001100 | 1011111 |
Color Harmonies of #FCE9F1
Complementary color
Monochromatic Colors of #FCE9F1
Black with #FCE9F1
Text Example
Text Example
White with #FCE9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9F1; }
p { color: rgb(252,233,241); }
H1.HeaderClassName
{
color: #FCE9F1;
}
.AnyTagClassName
{
color: #FCE9F1;
}
</style>
background-color css
<style>
a { background-color: #FCE9F1; }
a { background-color: rgb(252,233,241); }
div.DivClassName
{
background-color: #FCE9F1;
}
.BgClassName
{
background-color: #FCE9F1;
}
</style>
border-color css
<style>
span { border-color: #FCE9F1; }
span { border-color: rgb(252,233,241); }
td.TdClassName
{
border-color: #FCE9F1;
}
.TagClassName
{
border-color: #FCE9F1;
}
</style>