Shades of Lavender #F0EEFC
Tints of Lavender #F0EEFC
RGB
CMYK
RGB Variations
Color information
#F0EEFC (or 0xF0EEFC) is known color: Lavender. HEX triplet: F0, EE and FC. RGB value is (240,238,252). Sum of RGB (Red+Green+Blue) = 240+238+252=730 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.88% from 730); Green value is 238 (93.36% from 255 or 32.60% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0EEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEFC is #0F1103. Grayscale: #F0F0F0. Windows color (decimal): -987396 or 16576240. OLE color: 16576240.
HSL color Cylindrical-coordinate representation of color #F0EEFC: hue angle of 248.57º degrees, saturation: 0.7, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0EEFC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 238 | 252 | - |
CMYK | 0.05 | 0.06 | 0 | 0.01 |
HSL | 248.57º | 0.7% | 0.96% | - |
HSV(B) | 248.57º | 0.06% | 0.99% | - |
XYZ | 84.08 | 86.7 | 104.4 | - |
YUV | 240.19 | 134.66 | 127.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 238 | 252 | 0.05 | 0.06 | 0 | 0.01 | 248.57 | 0.7 | 0.96 |
Hex | F0 | EE | FC | 5 | 6 | 0 | 1 | F9 | 46 | 60 |
Octal | 360 | 356 | 374 | 5 | 6 | 0 | 1 | 371 | 106 | 140 |
Binary | 11110000 | 11101110 | 11111100 | 101 | 110 | 0 | 1 | 11111001 | 1000110 | 1100000 |
Color Harmonies of #F0EEFC
Complementary color
Monochromatic Colors of #F0EEFC
Black with #F0EEFC
Text Example
Text Example
White with #F0EEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEFC; }
p { color: rgb(240,238,252); }
H1.HeaderClassName
{
color: #F0EEFC;
}
.AnyTagClassName
{
color: #F0EEFC;
}
</style>
background-color css
<style>
a { background-color: #F0EEFC; }
a { background-color: rgb(240,238,252); }
div.DivClassName
{
background-color: #F0EEFC;
}
.BgClassName
{
background-color: #F0EEFC;
}
</style>
border-color css
<style>
span { border-color: #F0EEFC; }
span { border-color: rgb(240,238,252); }
td.TdClassName
{
border-color: #F0EEFC;
}
.TagClassName
{
border-color: #F0EEFC;
}
</style>