Shades of Lavender Blush #FCE4F5
Tints of Lavender Blush #FCE4F5
RGB
CMYK
RGB Variations
Color information
#FCE4F5 (or 0xFCE4F5) is known color: Lavender Blush. HEX triplet: FC, E4 and F5. RGB value is (252,228,245). Sum of RGB (Red+Green+Blue) = 252+228+245=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 228 (89.45% from 255 or 31.45% from 725); Blue value is 245 (96.09% from 255 or 33.79% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4F5 is #031B0A. Grayscale: #EDEDED. Windows color (decimal): -203531 or 16114940. OLE color: 16114940.
HSL color Cylindrical-coordinate representation of color #FCE4F5: hue angle of 317.5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE4F5 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 228 | 245 | - |
CMYK | 0 | 0.10 | 0.03 | 0.01 |
HSL | 317.5º | 0.8% | 0.94% | - |
HSV(B) | 317.5º | 0.1% | 0.99% | - |
XYZ | 84.37 | 82.77 | 97.92 | - |
YUV | 237.11 | 132.45 | 138.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 228 | 245 | 0 | 0.10 | 0.03 | 0.01 | 317.5 | 0.8 | 0.94 |
Hex | FC | E4 | F5 | 0 | A | 3 | 1 | 13E | 50 | 5E |
Octal | 374 | 344 | 365 | 0 | 12 | 3 | 1 | 476 | 120 | 136 |
Binary | 11111100 | 11100100 | 11110101 | 0 | 1010 | 11 | 1 | 100111110 | 1010000 | 1011110 |
Color Harmonies of #FCE4F5
Complementary color
Monochromatic Colors of #FCE4F5
Black with #FCE4F5
Text Example
Text Example
White with #FCE4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4F5; }
p { color: rgb(252,228,245); }
H1.HeaderClassName
{
color: #FCE4F5;
}
.AnyTagClassName
{
color: #FCE4F5;
}
</style>
background-color css
<style>
a { background-color: #FCE4F5; }
a { background-color: rgb(252,228,245); }
div.DivClassName
{
background-color: #FCE4F5;
}
.BgClassName
{
background-color: #FCE4F5;
}
</style>
border-color css
<style>
span { border-color: #FCE4F5; }
span { border-color: rgb(252,228,245); }
td.TdClassName
{
border-color: #FCE4F5;
}
.TagClassName
{
border-color: #FCE4F5;
}
</style>