Shades of Lavender Blush #FCE2F0
Tints of Lavender Blush #FCE2F0
RGB
CMYK
RGB Variations
Color information
#FCE2F0 (or 0xFCE2F0) is known color: Lavender Blush. HEX triplet: FC, E2 and F0. RGB value is (252,226,240). Sum of RGB (Red+Green+Blue) = 252+226+240=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 226 (88.67% from 255 or 31.48% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2F0 is #031D0F. Grayscale: #EBEBEB. Windows color (decimal): -204048 or 15786748. OLE color: 15786748.
HSL color Cylindrical-coordinate representation of color #FCE2F0: hue angle of 327.69º degrees, saturation: 0.81, 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 #FCE2F0 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 226 | 240 | - |
CMYK | 0 | 0.10 | 0.05 | 0.01 |
HSL | 327.69º | 0.81% | 0.94% | - |
HSV(B) | 327.69º | 0.1% | 0.99% | - |
XYZ | 83.07 | 81.38 | 93.77 | - |
YUV | 235.37 | 130.61 | 139.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 226 | 240 | 0 | 0.10 | 0.05 | 0.01 | 327.69 | 0.81 | 0.94 |
Hex | FC | E2 | F0 | 0 | A | 5 | 1 | 148 | 51 | 5E |
Octal | 374 | 342 | 360 | 0 | 12 | 5 | 1 | 510 | 121 | 136 |
Binary | 11111100 | 11100010 | 11110000 | 0 | 1010 | 101 | 1 | 101001000 | 1010001 | 1011110 |
Color Harmonies of #FCE2F0
Complementary color
Monochromatic Colors of #FCE2F0
Black with #FCE2F0
Text Example
Text Example
White with #FCE2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2F0; }
p { color: rgb(252,226,240); }
H1.HeaderClassName
{
color: #FCE2F0;
}
.AnyTagClassName
{
color: #FCE2F0;
}
</style>
background-color css
<style>
a { background-color: #FCE2F0; }
a { background-color: rgb(252,226,240); }
div.DivClassName
{
background-color: #FCE2F0;
}
.BgClassName
{
background-color: #FCE2F0;
}
</style>
border-color css
<style>
span { border-color: #FCE2F0; }
span { border-color: rgb(252,226,240); }
td.TdClassName
{
border-color: #FCE2F0;
}
.TagClassName
{
border-color: #FCE2F0;
}
</style>