Shades of Lavender Blush #FCEEF5
Tints of Lavender Blush #FCEEF5
RGB
CMYK
RGB Variations
Color information
#FCEEF5 (or 0xFCEEF5) is known color: Lavender Blush. HEX triplet: FC, EE and F5. RGB value is (252,238,245). Sum of RGB (Red+Green+Blue) = 252+238+245=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 238 (93.36% from 255 or 32.38% from 735); Blue value is 245 (96.09% from 255 or 33.33% from 735); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEF5 is #03110A. Grayscale: #F2F2F2. Windows color (decimal): -200971 or 16117500. OLE color: 16117500.
HSL color Cylindrical-coordinate representation of color #FCEEF5: hue angle of 330º 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 #FCEEF5 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 238 | 245 | - |
CMYK | 0 | 0.06 | 0.03 | 0.01 |
HSL | 330º | 0.7% | 0.96% | - |
HSV(B) | 330º | 0.06% | 0.99% | - |
XYZ | 87.2 | 88.44 | 98.86 | - |
YUV | 242.98 | 129.14 | 134.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 238 | 245 | 0 | 0.06 | 0.03 | 0.01 | 330 | 0.7 | 0.96 |
Hex | FC | EE | F5 | 0 | 6 | 3 | 1 | 14A | 46 | 60 |
Octal | 374 | 356 | 365 | 0 | 6 | 3 | 1 | 512 | 106 | 140 |
Binary | 11111100 | 11101110 | 11110101 | 0 | 110 | 11 | 1 | 101001010 | 1000110 | 1100000 |
Color Harmonies of #FCEEF5
Complementary color
Monochromatic Colors of #FCEEF5
Black with #FCEEF5
Text Example
Text Example
White with #FCEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEF5; }
p { color: rgb(252,238,245); }
H1.HeaderClassName
{
color: #FCEEF5;
}
.AnyTagClassName
{
color: #FCEEF5;
}
</style>
background-color css
<style>
a { background-color: #FCEEF5; }
a { background-color: rgb(252,238,245); }
div.DivClassName
{
background-color: #FCEEF5;
}
.BgClassName
{
background-color: #FCEEF5;
}
</style>
border-color css
<style>
span { border-color: #FCEEF5; }
span { border-color: rgb(252,238,245); }
td.TdClassName
{
border-color: #FCEEF5;
}
.TagClassName
{
border-color: #FCEEF5;
}
</style>