Shades of French Lilac #F0B8EE
Tints of French Lilac #F0B8EE
RGB
CMYK
RGB Variations
Color information
#F0B8EE (or 0xF0B8EE) is known color: French Lilac. HEX triplet: F0, B8 and EE. RGB value is (240,184,238). Sum of RGB (Red+Green+Blue) = 240+184+238=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 184 (72.27% from 255 or 27.79% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B8EE is #0F4711. Grayscale: #CECECE. Windows color (decimal): -1001234 or 15644912. OLE color: 15644912.
HSL color Cylindrical-coordinate representation of color #F0B8EE: hue angle of 302.14º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B8EE is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 238 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.06 |
| HSL | 302.14º | 0.65% | 0.83% | - |
| HSV(B) | 302.14º | 0.23% | 0.94% | - |
| XYZ | 68.51 | 58.98 | 88.66 | - |
| YUV | 206.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 238 | 0 | 0.23 | 0.01 | 0.06 | 302.14 | 0.65 | 0.83 |
| Hex | F0 | B8 | EE | 0 | 17 | 1 | 6 | 12E | 41 | 53 |
| Octal | 360 | 270 | 356 | 0 | 27 | 1 | 6 | 456 | 101 | 123 |
| Binary | 11110000 | 10111000 | 11101110 | 0 | 10111 | 1 | 110 | 100101110 | 1000001 | 1010011 |
Color Harmonies of #F0B8EE
Complementary color
Monochromatic Colors of #F0B8EE
Black with #F0B8EE
Text Example
Text Example
White with #F0B8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B8EE; }
p { color: rgb(240,184,238); }
H1.HeaderClassName
{
color: #F0B8EE;
}
.AnyTagClassName
{
color: #F0B8EE;
}
</style>
background-color css
<style>
a { background-color: #F0B8EE; }
a { background-color: rgb(240,184,238); }
div.DivClassName
{
background-color: #F0B8EE;
}
.BgClassName
{
background-color: #F0B8EE;
}
</style>
border-color css
<style>
span { border-color: #F0B8EE; }
span { border-color: rgb(240,184,238); }
td.TdClassName
{
border-color: #F0B8EE;
}
.TagClassName
{
border-color: #F0B8EE;
}
</style>