Shades of Lavender #F0EEFA
Tints of Lavender #F0EEFA
RGB
CMYK
RGB Variations
Color information
#F0EEFA (or 0xF0EEFA) is known color: Lavender. HEX triplet: F0, EE and FA. RGB value is (240,238,250). Sum of RGB (Red+Green+Blue) = 240+238+250=728 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.97% from 728); Green value is 238 (93.36% from 255 or 32.69% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0EEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEFA is #0F1105. Grayscale: #EFEFEF. Windows color (decimal): -987398 or 16445168. OLE color: 16445168.
HSL color Cylindrical-coordinate representation of color #F0EEFA: hue angle of 250º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0EEFA is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 240 | 238 | 250 | - |
CMYK | 0.04 | 0.05 | 0 | 0.02 |
HSL | 250º | 0.55% | 0.96% | - |
HSV(B) | 250º | 0.05% | 0.98% | - |
XYZ | 83.77 | 86.58 | 102.74 | - |
YUV | 239.97 | 133.66 | 128.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 238 | 250 | 0.04 | 0.05 | 0 | 0.02 | 250 | 0.55 | 0.96 |
Hex | F0 | EE | FA | 4 | 5 | 0 | 2 | FA | 37 | 60 |
Octal | 360 | 356 | 372 | 4 | 5 | 0 | 2 | 372 | 67 | 140 |
Binary | 11110000 | 11101110 | 11111010 | 100 | 101 | 0 | 10 | 11111010 | 110111 | 1100000 |
Color Harmonies of #F0EEFA
Complementary color
Monochromatic Colors of #F0EEFA
Black with #F0EEFA
Text Example
Text Example
White with #F0EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEFA; }
p { color: rgb(240,238,250); }
H1.HeaderClassName
{
color: #F0EEFA;
}
.AnyTagClassName
{
color: #F0EEFA;
}
</style>
background-color css
<style>
a { background-color: #F0EEFA; }
a { background-color: rgb(240,238,250); }
div.DivClassName
{
background-color: #F0EEFA;
}
.BgClassName
{
background-color: #F0EEFA;
}
</style>
border-color css
<style>
span { border-color: #F0EEFA; }
span { border-color: rgb(240,238,250); }
td.TdClassName
{
border-color: #F0EEFA;
}
.TagClassName
{
border-color: #F0EEFA;
}
</style>