Shades of Lavender Blush #FCECF1
Tints of Lavender Blush #FCECF1
RGB
CMYK
RGB Variations
Color information
#FCECF1 (or 0xFCECF1) is known color: Lavender Blush. HEX triplet: FC, EC and F1. RGB value is (252,236,241). Sum of RGB (Red+Green+Blue) = 252+236+241=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 236 (92.58% from 255 or 32.37% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECF1 is #03130E. Grayscale: #F1F1F1. Windows color (decimal): -201487 or 15854844. OLE color: 15854844.
HSL color Cylindrical-coordinate representation of color #FCECF1: hue angle of 341.25º 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 #FCECF1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 241 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.01 |
| HSL | 341.25º | 0.73% | 0.96% | - |
| HSV(B) | 341.25º | 0.06% | 0.99% | - |
| XYZ | 86.02 | 87.04 | 95.49 | - |
| YUV | 241.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 241 | 0 | 0.06 | 0.04 | 0.01 | 341.25 | 0.73 | 0.96 |
| Hex | FC | EC | F1 | 0 | 6 | 4 | 1 | 155 | 49 | 60 |
| Octal | 374 | 354 | 361 | 0 | 6 | 4 | 1 | 525 | 111 | 140 |
| Binary | 11111100 | 11101100 | 11110001 | 0 | 110 | 100 | 1 | 101010101 | 1001001 | 1100000 |
Color Harmonies of #FCECF1
Complementary color
Monochromatic Colors of #FCECF1
Black with #FCECF1
Text Example
Text Example
White with #FCECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECF1; }
p { color: rgb(252,236,241); }
H1.HeaderClassName
{
color: #FCECF1;
}
.AnyTagClassName
{
color: #FCECF1;
}
</style>
background-color css
<style>
a { background-color: #FCECF1; }
a { background-color: rgb(252,236,241); }
div.DivClassName
{
background-color: #FCECF1;
}
.BgClassName
{
background-color: #FCECF1;
}
</style>
border-color css
<style>
span { border-color: #FCECF1; }
span { border-color: rgb(252,236,241); }
td.TdClassName
{
border-color: #FCECF1;
}
.TagClassName
{
border-color: #FCECF1;
}
</style>