Shades of Lavender Blush #FCECF0
Tints of Lavender Blush #FCECF0
RGB
CMYK
RGB Variations
Color information
#FCECF0 (or 0xFCECF0) is known color: Lavender Blush. HEX triplet: FC, EC and F0. RGB value is (252,236,240). Sum of RGB (Red+Green+Blue) = 252+236+240=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 236 (92.58% from 255 or 32.42% from 728); Blue value is 240 (94.14% from 255 or 32.97% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECF0 is #03130F. Grayscale: #F1F1F1. Windows color (decimal): -201488 or 15789308. OLE color: 15789308.
HSL color Cylindrical-coordinate representation of color #FCECF0: hue angle of 345º degrees, saturation: 0.73, 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 #FCECF0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 240 | - |
CMYK | 0 | 0.06 | 0.05 | 0.01 |
HSL | 345º | 0.73% | 0.96% | - |
HSV(B) | 345º | 0.06% | 0.99% | - |
XYZ | 85.87 | 86.98 | 94.7 | - |
YUV | 241.24 | 127.3 | 135.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 240 | 0 | 0.06 | 0.05 | 0.01 | 345 | 0.73 | 0.96 |
Hex | FC | EC | F0 | 0 | 6 | 5 | 1 | 159 | 49 | 60 |
Octal | 374 | 354 | 360 | 0 | 6 | 5 | 1 | 531 | 111 | 140 |
Binary | 11111100 | 11101100 | 11110000 | 0 | 110 | 101 | 1 | 101011001 | 1001001 | 1100000 |
Color Harmonies of #FCECF0
Complementary color
Monochromatic Colors of #FCECF0
Black with #FCECF0
Text Example
Text Example
White with #FCECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECF0; }
p { color: rgb(252,236,240); }
H1.HeaderClassName
{
color: #FCECF0;
}
.AnyTagClassName
{
color: #FCECF0;
}
</style>
background-color css
<style>
a { background-color: #FCECF0; }
a { background-color: rgb(252,236,240); }
div.DivClassName
{
background-color: #FCECF0;
}
.BgClassName
{
background-color: #FCECF0;
}
</style>
border-color css
<style>
span { border-color: #FCECF0; }
span { border-color: rgb(252,236,240); }
td.TdClassName
{
border-color: #FCECF0;
}
.TagClassName
{
border-color: #FCECF0;
}
</style>