Shades of Lavender Blush #F0E7ED
Tints of Lavender Blush #F0E7ED
RGB
CMYK
RGB Variations
Color information
#F0E7ED (or 0xF0E7ED) is known color: Lavender Blush. HEX triplet: F0, E7 and ED. RGB value is (240,231,237). Sum of RGB (Red+Green+Blue) = 240+231+237=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 231 (90.62% from 255 or 32.63% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E7ED is #0F1812. Grayscale: #EAEAEA. Windows color (decimal): -989203 or 15591408. OLE color: 15591408.
HSL color Cylindrical-coordinate representation of color #F0E7ED: hue angle of 320º degrees, saturation: 0.23, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0E7ED is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 231 | 237 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.06 |
| HSL | 320º | 0.23% | 0.92% | - |
| HSV(B) | 320º | 0.04% | 0.94% | - |
| XYZ | 79.8 | 81.79 | 91.7 | - |
| YUV | 234.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 231 | 237 | 0 | 0.04 | 0.01 | 0.06 | 320 | 0.23 | 0.92 |
| Hex | F0 | E7 | ED | 0 | 4 | 1 | 6 | 140 | 17 | 5C |
| Octal | 360 | 347 | 355 | 0 | 4 | 1 | 6 | 500 | 27 | 134 |
| Binary | 11110000 | 11100111 | 11101101 | 0 | 100 | 1 | 110 | 101000000 | 10111 | 1011100 |
Color Harmonies of #F0E7ED
Complementary color
Monochromatic Colors of #F0E7ED
Black with #F0E7ED
Text Example
Text Example
White with #F0E7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E7ED; }
p { color: rgb(240,231,237); }
H1.HeaderClassName
{
color: #F0E7ED;
}
.AnyTagClassName
{
color: #F0E7ED;
}
</style>
background-color css
<style>
a { background-color: #F0E7ED; }
a { background-color: rgb(240,231,237); }
div.DivClassName
{
background-color: #F0E7ED;
}
.BgClassName
{
background-color: #F0E7ED;
}
</style>
border-color css
<style>
span { border-color: #F0E7ED; }
span { border-color: rgb(240,231,237); }
td.TdClassName
{
border-color: #F0E7ED;
}
.TagClassName
{
border-color: #F0E7ED;
}
</style>