Shades of Lavender Blush #FCE8F2
Tints of Lavender Blush #FCE8F2
RGB
CMYK
RGB Variations
Color information
#FCE8F2 (or 0xFCE8F2) is known color: Lavender Blush. HEX triplet: FC, E8 and F2. RGB value is (252,232,242). Sum of RGB (Red+Green+Blue) = 252+232+242=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 232 (91.02% from 255 or 31.96% from 726); Blue value is 242 (94.92% from 255 or 33.33% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8F2 is #03170D. Grayscale: #EFEFEF. Windows color (decimal): -202510 or 15919356. OLE color: 15919356.
HSL color Cylindrical-coordinate representation of color #FCE8F2: hue angle of 330º 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 #FCE8F2 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 242 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.01 |
| HSL | 330º | 0.77% | 0.95% | - |
| HSV(B) | 330º | 0.08% | 0.99% | - |
| XYZ | 85.03 | 84.82 | 95.89 | - |
| YUV | 239.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 242 | 0 | 0.08 | 0.04 | 0.01 | 330 | 0.77 | 0.95 |
| Hex | FC | E8 | F2 | 0 | 8 | 4 | 1 | 14A | 4D | 5F |
| Octal | 374 | 350 | 362 | 0 | 10 | 4 | 1 | 512 | 115 | 137 |
| Binary | 11111100 | 11101000 | 11110010 | 0 | 1000 | 100 | 1 | 101001010 | 1001101 | 1011111 |
Color Harmonies of #FCE8F2
Complementary color
Monochromatic Colors of #FCE8F2
Black with #FCE8F2
Text Example
Text Example
White with #FCE8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8F2; }
p { color: rgb(252,232,242); }
H1.HeaderClassName
{
color: #FCE8F2;
}
.AnyTagClassName
{
color: #FCE8F2;
}
</style>
background-color css
<style>
a { background-color: #FCE8F2; }
a { background-color: rgb(252,232,242); }
div.DivClassName
{
background-color: #FCE8F2;
}
.BgClassName
{
background-color: #FCE8F2;
}
</style>
border-color css
<style>
span { border-color: #FCE8F2; }
span { border-color: rgb(252,232,242); }
td.TdClassName
{
border-color: #FCE8F2;
}
.TagClassName
{
border-color: #FCE8F2;
}
</style>