Shades of Lavender Blush #FCEEF1
Tints of Lavender Blush #FCEEF1
RGB
CMYK
RGB Variations
Color information
#FCEEF1 (or 0xFCEEF1) is known color: Lavender Blush. HEX triplet: FC, EE and F1. RGB value is (252,238,241). Sum of RGB (Red+Green+Blue) = 252+238+241=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 238 (93.36% from 255 or 32.56% from 731); Blue value is 241 (94.53% from 255 or 32.97% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEF1 is #03110E. Grayscale: #F2F2F2. Windows color (decimal): -200975 or 15855356. OLE color: 15855356.
HSL color Cylindrical-coordinate representation of color #FCEEF1: hue angle of 347.14º degrees, saturation: 0.7, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCEEF1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 241 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.01 |
| HSL | 347.14º | 0.7% | 0.96% | - |
| HSV(B) | 347.14º | 0.06% | 0.99% | - |
| XYZ | 86.6 | 88.2 | 95.68 | - |
| YUV | 242.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 241 | 0 | 0.06 | 0.04 | 0.01 | 347.14 | 0.7 | 0.96 |
| Hex | FC | EE | F1 | 0 | 6 | 4 | 1 | 15B | 46 | 60 |
| Octal | 374 | 356 | 361 | 0 | 6 | 4 | 1 | 533 | 106 | 140 |
| Binary | 11111100 | 11101110 | 11110001 | 0 | 110 | 100 | 1 | 101011011 | 1000110 | 1100000 |
Color Harmonies of #FCEEF1
Complementary color
Monochromatic Colors of #FCEEF1
Black with #FCEEF1
Text Example
Text Example
White with #FCEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEF1; }
p { color: rgb(252,238,241); }
H1.HeaderClassName
{
color: #FCEEF1;
}
.AnyTagClassName
{
color: #FCEEF1;
}
</style>
background-color css
<style>
a { background-color: #FCEEF1; }
a { background-color: rgb(252,238,241); }
div.DivClassName
{
background-color: #FCEEF1;
}
.BgClassName
{
background-color: #FCEEF1;
}
</style>
border-color css
<style>
span { border-color: #FCEEF1; }
span { border-color: rgb(252,238,241); }
td.TdClassName
{
border-color: #FCEEF1;
}
.TagClassName
{
border-color: #FCEEF1;
}
</style>