Shades of Lavender Blush #FCEEF9
Tints of Lavender Blush #FCEEF9
RGB
CMYK
RGB Variations
Color information
#FCEEF9 (or 0xFCEEF9) is known color: Lavender Blush. HEX triplet: FC, EE and F9. RGB value is (252,238,249). Sum of RGB (Red+Green+Blue) = 252+238+249=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 238 (93.36% from 255 or 32.21% from 739); Blue value is 249 (97.66% from 255 or 33.69% from 739); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEF9 is #031106. Grayscale: #F3F3F3. Windows color (decimal): -200967 or 16379644. OLE color: 16379644.
HSL color Cylindrical-coordinate representation of color #FCEEF9: hue angle of 312.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 #FCEEF9 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 238 | 249 | - |
CMYK | 0 | 0.06 | 0.01 | 0.01 |
HSL | 312.86º | 0.7% | 0.96% | - |
HSV(B) | 312.86º | 0.06% | 0.99% | - |
XYZ | 87.82 | 88.68 | 102.11 | - |
YUV | 243.44 | 131.14 | 134.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 238 | 249 | 0 | 0.06 | 0.01 | 0.01 | 312.86 | 0.7 | 0.96 |
Hex | FC | EE | F9 | 0 | 6 | 1 | 1 | 139 | 46 | 60 |
Octal | 374 | 356 | 371 | 0 | 6 | 1 | 1 | 471 | 106 | 140 |
Binary | 11111100 | 11101110 | 11111001 | 0 | 110 | 1 | 1 | 100111001 | 1000110 | 1100000 |
Color Harmonies of #FCEEF9
Complementary color
Monochromatic Colors of #FCEEF9
Black with #FCEEF9
Text Example
Text Example
White with #FCEEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEF9; }
p { color: rgb(252,238,249); }
H1.HeaderClassName
{
color: #FCEEF9;
}
.AnyTagClassName
{
color: #FCEEF9;
}
</style>
background-color css
<style>
a { background-color: #FCEEF9; }
a { background-color: rgb(252,238,249); }
div.DivClassName
{
background-color: #FCEEF9;
}
.BgClassName
{
background-color: #FCEEF9;
}
</style>
border-color css
<style>
span { border-color: #FCEEF9; }
span { border-color: rgb(252,238,249); }
td.TdClassName
{
border-color: #FCEEF9;
}
.TagClassName
{
border-color: #FCEEF9;
}
</style>