Shades of French Lilac #F0B0EE
Tints of French Lilac #F0B0EE
RGB
CMYK
RGB Variations
Color information
#F0B0EE (or 0xF0B0EE) is known color: French Lilac. HEX triplet: F0, B0 and EE. RGB value is (240,176,238). Sum of RGB (Red+Green+Blue) = 240+176+238=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B0EE is #0F4F11. Grayscale: #CACACA. Windows color (decimal): -1003282 or 15642864. OLE color: 15642864.
HSL color Cylindrical-coordinate representation of color #F0B0EE: hue angle of 301.88º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B0EE is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 238 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.06 |
| HSL | 301.88º | 0.68% | 0.82% | - |
| HSV(B) | 301.88º | 0.27% | 0.94% | - |
| XYZ | 66.89 | 55.75 | 88.12 | - |
| YUV | 202.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 238 | 0 | 0.27 | 0.01 | 0.06 | 301.88 | 0.68 | 0.82 |
| Hex | F0 | B0 | EE | 0 | 1B | 1 | 6 | 12E | 44 | 52 |
| Octal | 360 | 260 | 356 | 0 | 33 | 1 | 6 | 456 | 104 | 122 |
| Binary | 11110000 | 10110000 | 11101110 | 0 | 11011 | 1 | 110 | 100101110 | 1000100 | 1010010 |
Color Harmonies of #F0B0EE
Complementary color
Monochromatic Colors of #F0B0EE
Black with #F0B0EE
Text Example
Text Example
White with #F0B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0EE; }
p { color: rgb(240,176,238); }
H1.HeaderClassName
{
color: #F0B0EE;
}
.AnyTagClassName
{
color: #F0B0EE;
}
</style>
background-color css
<style>
a { background-color: #F0B0EE; }
a { background-color: rgb(240,176,238); }
div.DivClassName
{
background-color: #F0B0EE;
}
.BgClassName
{
background-color: #F0B0EE;
}
</style>
border-color css
<style>
span { border-color: #F0B0EE; }
span { border-color: rgb(240,176,238); }
td.TdClassName
{
border-color: #F0B0EE;
}
.TagClassName
{
border-color: #F0B0EE;
}
</style>