Shades of French Lilac #F0BAEE
Tints of French Lilac #F0BAEE
RGB
CMYK
RGB Variations
Color information
#F0BAEE (or 0xF0BAEE) is known color: French Lilac. HEX triplet: F0, BA and EE. RGB value is (240,186,238). Sum of RGB (Red+Green+Blue) = 240+186+238=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAEE is #0F4511. Grayscale: #CFCFCF. Windows color (decimal): -1000722 or 15645424. OLE color: 15645424.
HSL color Cylindrical-coordinate representation of color #F0BAEE: hue angle of 302.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0BAEE is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 238 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.06 |
| HSL | 302.22º | 0.64% | 0.84% | - |
| HSV(B) | 302.22º | 0.23% | 0.94% | - |
| XYZ | 68.93 | 59.82 | 88.8 | - |
| YUV | 208.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 238 | 0 | 0.22 | 0.01 | 0.06 | 302.22 | 0.64 | 0.84 |
| Hex | F0 | BA | EE | 0 | 16 | 1 | 6 | 12E | 40 | 54 |
| Octal | 360 | 272 | 356 | 0 | 26 | 1 | 6 | 456 | 100 | 124 |
| Binary | 11110000 | 10111010 | 11101110 | 0 | 10110 | 1 | 110 | 100101110 | 1000000 | 1010100 |
Color Harmonies of #F0BAEE
Complementary color
Monochromatic Colors of #F0BAEE
Black with #F0BAEE
Text Example
Text Example
White with #F0BAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BAEE; }
p { color: rgb(240,186,238); }
H1.HeaderClassName
{
color: #F0BAEE;
}
.AnyTagClassName
{
color: #F0BAEE;
}
</style>
background-color css
<style>
a { background-color: #F0BAEE; }
a { background-color: rgb(240,186,238); }
div.DivClassName
{
background-color: #F0BAEE;
}
.BgClassName
{
background-color: #F0BAEE;
}
</style>
border-color css
<style>
span { border-color: #F0BAEE; }
span { border-color: rgb(240,186,238); }
td.TdClassName
{
border-color: #F0BAEE;
}
.TagClassName
{
border-color: #F0BAEE;
}
</style>