Shades of Lavender Blush #FCECF5
Tints of Lavender Blush #FCECF5
RGB
CMYK
RGB Variations
Color information
#FCECF5 (or 0xFCECF5) is known color: Lavender Blush. HEX triplet: FC, EC and F5. RGB value is (252,236,245). Sum of RGB (Red+Green+Blue) = 252+236+245=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 236 (92.58% from 255 or 32.20% from 733); Blue value is 245 (96.09% from 255 or 33.42% from 733); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECF5 is #03130A. Grayscale: #F1F1F1. Windows color (decimal): -201483 or 16116988. OLE color: 16116988.
HSL color Cylindrical-coordinate representation of color #FCECF5: hue angle of 326.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 #FCECF5 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 245 | - |
CMYK | 0 | 0.06 | 0.03 | 0.01 |
HSL | 326.25º | 0.73% | 0.96% | - |
HSV(B) | 326.25º | 0.06% | 0.99% | - |
XYZ | 86.62 | 87.28 | 98.67 | - |
YUV | 241.81 | 129.8 | 135.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 245 | 0 | 0.06 | 0.03 | 0.01 | 326.25 | 0.73 | 0.96 |
Hex | FC | EC | F5 | 0 | 6 | 3 | 1 | 146 | 49 | 60 |
Octal | 374 | 354 | 365 | 0 | 6 | 3 | 1 | 506 | 111 | 140 |
Binary | 11111100 | 11101100 | 11110101 | 0 | 110 | 11 | 1 | 101000110 | 1001001 | 1100000 |
Color Harmonies of #FCECF5
Complementary color
Monochromatic Colors of #FCECF5
Black with #FCECF5
Text Example
Text Example
White with #FCECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECF5; }
p { color: rgb(252,236,245); }
H1.HeaderClassName
{
color: #FCECF5;
}
.AnyTagClassName
{
color: #FCECF5;
}
</style>
background-color css
<style>
a { background-color: #FCECF5; }
a { background-color: rgb(252,236,245); }
div.DivClassName
{
background-color: #FCECF5;
}
.BgClassName
{
background-color: #FCECF5;
}
</style>
border-color css
<style>
span { border-color: #FCECF5; }
span { border-color: rgb(252,236,245); }
td.TdClassName
{
border-color: #FCECF5;
}
.TagClassName
{
border-color: #FCECF5;
}
</style>