Shades of Lavender Blush #FCEEF2
Tints of Lavender Blush #FCEEF2
RGB
CMYK
RGB Variations
Color information
#FCEEF2 (or 0xFCEEF2) is known color: Lavender Blush. HEX triplet: FC, EE and F2. RGB value is (252,238,242). Sum of RGB (Red+Green+Blue) = 252+238+242=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 238 (93.36% from 255 or 32.51% from 732); Blue value is 242 (94.92% from 255 or 33.06% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEF2 is #03110D. Grayscale: #F2F2F2. Windows color (decimal): -200974 or 15920892. OLE color: 15920892.
HSL color Cylindrical-coordinate representation of color #FCEEF2: hue angle of 342.86º 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 #FCEEF2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 238 | 242 | - |
CMYK | 0 | 0.06 | 0.04 | 0.01 |
HSL | 342.86º | 0.7% | 0.96% | - |
HSV(B) | 342.86º | 0.06% | 0.99% | - |
XYZ | 86.75 | 88.26 | 96.47 | - |
YUV | 242.64 | 127.64 | 134.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 238 | 242 | 0 | 0.06 | 0.04 | 0.01 | 342.86 | 0.7 | 0.96 |
Hex | FC | EE | F2 | 0 | 6 | 4 | 1 | 157 | 46 | 60 |
Octal | 374 | 356 | 362 | 0 | 6 | 4 | 1 | 527 | 106 | 140 |
Binary | 11111100 | 11101110 | 11110010 | 0 | 110 | 100 | 1 | 101010111 | 1000110 | 1100000 |
Color Harmonies of #FCEEF2
Complementary color
Monochromatic Colors of #FCEEF2
Black with #FCEEF2
Text Example
Text Example
White with #FCEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEF2; }
p { color: rgb(252,238,242); }
H1.HeaderClassName
{
color: #FCEEF2;
}
.AnyTagClassName
{
color: #FCEEF2;
}
</style>
background-color css
<style>
a { background-color: #FCEEF2; }
a { background-color: rgb(252,238,242); }
div.DivClassName
{
background-color: #FCEEF2;
}
.BgClassName
{
background-color: #FCEEF2;
}
</style>
border-color css
<style>
span { border-color: #FCEEF2; }
span { border-color: rgb(252,238,242); }
td.TdClassName
{
border-color: #FCEEF2;
}
.TagClassName
{
border-color: #FCEEF2;
}
</style>