Shades of Lavender Blush #F0E6ED
Tints of Lavender Blush #F0E6ED
RGB
CMYK
RGB Variations
Color information
#F0E6ED (or 0xF0E6ED) is known color: Lavender Blush. HEX triplet: F0, E6 and ED. RGB value is (240,230,237). Sum of RGB (Red+Green+Blue) = 240+230+237=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 230 (90.23% from 255 or 32.53% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E6ED is #0F1912. Grayscale: #E9E9E9. Windows color (decimal): -989459 or 15591152. OLE color: 15591152.
HSL color Cylindrical-coordinate representation of color #F0E6ED: hue angle of 318º degrees, saturation: 0.25, 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 #F0E6ED is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 237 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.06 |
| HSL | 318º | 0.25% | 0.92% | - |
| HSV(B) | 318º | 0.04% | 0.94% | - |
| XYZ | 79.52 | 81.23 | 91.61 | - |
| YUV | 233.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 237 | 0 | 0.04 | 0.01 | 0.06 | 318 | 0.25 | 0.92 |
| Hex | F0 | E6 | ED | 0 | 4 | 1 | 6 | 13E | 19 | 5C |
| Octal | 360 | 346 | 355 | 0 | 4 | 1 | 6 | 476 | 31 | 134 |
| Binary | 11110000 | 11100110 | 11101101 | 0 | 100 | 1 | 110 | 100111110 | 11001 | 1011100 |
Color Harmonies of #F0E6ED
Complementary color
Monochromatic Colors of #F0E6ED
Black with #F0E6ED
Text Example
Text Example
White with #F0E6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E6ED; }
p { color: rgb(240,230,237); }
H1.HeaderClassName
{
color: #F0E6ED;
}
.AnyTagClassName
{
color: #F0E6ED;
}
</style>
background-color css
<style>
a { background-color: #F0E6ED; }
a { background-color: rgb(240,230,237); }
div.DivClassName
{
background-color: #F0E6ED;
}
.BgClassName
{
background-color: #F0E6ED;
}
</style>
border-color css
<style>
span { border-color: #F0E6ED; }
span { border-color: rgb(240,230,237); }
td.TdClassName
{
border-color: #F0E6ED;
}
.TagClassName
{
border-color: #F0E6ED;
}
</style>