Shades of Lavender Blush #FCECF6
Tints of Lavender Blush #FCECF6
RGB
CMYK
RGB Variations
Color information
#FCECF6 (or 0xFCECF6) is known color: Lavender Blush. HEX triplet: FC, EC and F6. RGB value is (252,236,246). Sum of RGB (Red+Green+Blue) = 252+236+246=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 236 (92.58% from 255 or 32.15% from 734); Blue value is 246 (96.48% from 255 or 33.51% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECF6 is #031309. Grayscale: #F1F1F1. Windows color (decimal): -201482 or 16182524. OLE color: 16182524.
HSL color Cylindrical-coordinate representation of color #FCECF6: hue angle of 322.5º 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 #FCECF6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 246 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.01 |
| HSL | 322.5º | 0.73% | 0.96% | - |
| HSV(B) | 322.5º | 0.06% | 0.99% | - |
| XYZ | 86.77 | 87.34 | 99.47 | - |
| YUV | 241.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 246 | 0 | 0.06 | 0.02 | 0.01 | 322.5 | 0.73 | 0.96 |
| Hex | FC | EC | F6 | 0 | 6 | 2 | 1 | 142 | 49 | 60 |
| Octal | 374 | 354 | 366 | 0 | 6 | 2 | 1 | 502 | 111 | 140 |
| Binary | 11111100 | 11101100 | 11110110 | 0 | 110 | 10 | 1 | 101000010 | 1001001 | 1100000 |
Color Harmonies of #FCECF6
Complementary color
Monochromatic Colors of #FCECF6
Black with #FCECF6
Text Example
Text Example
White with #FCECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECF6; }
p { color: rgb(252,236,246); }
H1.HeaderClassName
{
color: #FCECF6;
}
.AnyTagClassName
{
color: #FCECF6;
}
</style>
background-color css
<style>
a { background-color: #FCECF6; }
a { background-color: rgb(252,236,246); }
div.DivClassName
{
background-color: #FCECF6;
}
.BgClassName
{
background-color: #FCECF6;
}
</style>
border-color css
<style>
span { border-color: #FCECF6; }
span { border-color: rgb(252,236,246); }
td.TdClassName
{
border-color: #FCECF6;
}
.TagClassName
{
border-color: #FCECF6;
}
</style>