Shades of Lavender Blush #FCE7F0
Tints of Lavender Blush #FCE7F0
RGB
CMYK
RGB Variations
Color information
#FCE7F0 (or 0xFCE7F0) is known color: Lavender Blush. HEX triplet: FC, E7 and F0. RGB value is (252,231,240). Sum of RGB (Red+Green+Blue) = 252+231+240=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 231 (90.62% from 255 or 31.95% from 723); Blue value is 240 (94.14% from 255 or 33.20% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE7F0 is #03180F. Grayscale: #EEEEEE. Windows color (decimal): -202768 or 15788028. OLE color: 15788028.
HSL color Cylindrical-coordinate representation of color #FCE7F0: hue angle of 334.29º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCE7F0 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 231 | 240 | - |
CMYK | 0 | 0.08 | 0.05 | 0.01 |
HSL | 334.29º | 0.78% | 0.95% | - |
HSV(B) | 334.29º | 0.08% | 0.99% | - |
XYZ | 84.45 | 84.14 | 94.23 | - |
YUV | 238.31 | 128.96 | 137.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 231 | 240 | 0 | 0.08 | 0.05 | 0.01 | 334.29 | 0.78 | 0.95 |
Hex | FC | E7 | F0 | 0 | 8 | 5 | 1 | 14E | 4E | 5F |
Octal | 374 | 347 | 360 | 0 | 10 | 5 | 1 | 516 | 116 | 137 |
Binary | 11111100 | 11100111 | 11110000 | 0 | 1000 | 101 | 1 | 101001110 | 1001110 | 1011111 |
Color Harmonies of #FCE7F0
Complementary color
Monochromatic Colors of #FCE7F0
Black with #FCE7F0
Text Example
Text Example
White with #FCE7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7F0; }
p { color: rgb(252,231,240); }
H1.HeaderClassName
{
color: #FCE7F0;
}
.AnyTagClassName
{
color: #FCE7F0;
}
</style>
background-color css
<style>
a { background-color: #FCE7F0; }
a { background-color: rgb(252,231,240); }
div.DivClassName
{
background-color: #FCE7F0;
}
.BgClassName
{
background-color: #FCE7F0;
}
</style>
border-color css
<style>
span { border-color: #FCE7F0; }
span { border-color: rgb(252,231,240); }
td.TdClassName
{
border-color: #FCE7F0;
}
.TagClassName
{
border-color: #FCE7F0;
}
</style>