Shades of Lavender #F0EFF5
Tints of Lavender #F0EFF5
RGB
CMYK
RGB Variations
Color information
#F0EFF5 (or 0xF0EFF5) is known color: Lavender. HEX triplet: F0, EF and F5. RGB value is (240,239,245). Sum of RGB (Red+Green+Blue) = 240+239+245=724 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.15% from 724); Green value is 239 (93.75% from 255 or 33.01% from 724); Blue value is 245 (96.09% from 255 or 33.84% from 724); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0EFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFF5 is #0F100A. Grayscale: #EFEFEF. Windows color (decimal): -987147 or 16117744. OLE color: 16117744.
HSL color Cylindrical-coordinate representation of color #F0EFF5: hue angle of 250º degrees, saturation: 0.23, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0EFF5 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 239 | 245 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.04 |
| HSL | 250º | 0.23% | 0.95% | - |
| HSV(B) | 250º | 0.02% | 0.96% | - |
| XYZ | 83.28 | 86.85 | 98.76 | - |
| YUV | 239.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 245 | 0.02 | 0.02 | 0 | 0.04 | 250 | 0.23 | 0.95 |
| Hex | F0 | EF | F5 | 2 | 2 | 0 | 4 | FA | 17 | 5F |
| Octal | 360 | 357 | 365 | 2 | 2 | 0 | 4 | 372 | 27 | 137 |
| Binary | 11110000 | 11101111 | 11110101 | 10 | 10 | 0 | 100 | 11111010 | 10111 | 1011111 |
Color Harmonies of #F0EFF5
Complementary color
Monochromatic Colors of #F0EFF5
Black with #F0EFF5
Text Example
Text Example
White with #F0EFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFF5; }
p { color: rgb(240,239,245); }
H1.HeaderClassName
{
color: #F0EFF5;
}
.AnyTagClassName
{
color: #F0EFF5;
}
</style>
background-color css
<style>
a { background-color: #F0EFF5; }
a { background-color: rgb(240,239,245); }
div.DivClassName
{
background-color: #F0EFF5;
}
.BgClassName
{
background-color: #F0EFF5;
}
</style>
border-color css
<style>
span { border-color: #F0EFF5; }
span { border-color: rgb(240,239,245); }
td.TdClassName
{
border-color: #F0EFF5;
}
.TagClassName
{
border-color: #F0EFF5;
}
</style>