Shades of Lavender Blush #FCE8F0
Tints of Lavender Blush #FCE8F0
RGB
CMYK
RGB Variations
Color information
#FCE8F0 (or 0xFCE8F0) is known color: Lavender Blush. HEX triplet: FC, E8 and F0. RGB value is (252,232,240). Sum of RGB (Red+Green+Blue) = 252+232+240=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 232 (91.02% from 255 or 32.04% from 724); Blue value is 240 (94.14% from 255 or 33.15% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8F0 is #03170F. Grayscale: #EEEEEE. Windows color (decimal): -202512 or 15788284. OLE color: 15788284.
HSL color Cylindrical-coordinate representation of color #FCE8F0: hue angle of 336º degrees, saturation: 0.77, 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 #FCE8F0 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 240 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.01 |
| HSL | 336º | 0.77% | 0.95% | - |
| HSV(B) | 336º | 0.08% | 0.99% | - |
| XYZ | 84.73 | 84.7 | 94.32 | - |
| YUV | 238.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 240 | 0 | 0.08 | 0.05 | 0.01 | 336 | 0.77 | 0.95 |
| Hex | FC | E8 | F0 | 0 | 8 | 5 | 1 | 150 | 4D | 5F |
| Octal | 374 | 350 | 360 | 0 | 10 | 5 | 1 | 520 | 115 | 137 |
| Binary | 11111100 | 11101000 | 11110000 | 0 | 1000 | 101 | 1 | 101010000 | 1001101 | 1011111 |
Color Harmonies of #FCE8F0
Complementary color
Monochromatic Colors of #FCE8F0
Black with #FCE8F0
Text Example
Text Example
White with #FCE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8F0; }
p { color: rgb(252,232,240); }
H1.HeaderClassName
{
color: #FCE8F0;
}
.AnyTagClassName
{
color: #FCE8F0;
}
</style>
background-color css
<style>
a { background-color: #FCE8F0; }
a { background-color: rgb(252,232,240); }
div.DivClassName
{
background-color: #FCE8F0;
}
.BgClassName
{
background-color: #FCE8F0;
}
</style>
border-color css
<style>
span { border-color: #FCE8F0; }
span { border-color: rgb(252,232,240); }
td.TdClassName
{
border-color: #FCE8F0;
}
.TagClassName
{
border-color: #FCE8F0;
}
</style>