Shades of French Lilac #F0BAEF
Tints of French Lilac #F0BAEF
RGB
CMYK
RGB Variations
Color information
#F0BAEF (or 0xF0BAEF) is known color: French Lilac. HEX triplet: F0, BA and EF. RGB value is (240,186,239). Sum of RGB (Red+Green+Blue) = 240+186+239=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAEF is #0F4510. Grayscale: #D0D0D0. Windows color (decimal): -1000721 or 15710960. OLE color: 15710960.
HSL color Cylindrical-coordinate representation of color #F0BAEF: hue angle of 301.11º 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 #F0BAEF is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 239 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.06 |
| HSL | 301.11º | 0.64% | 0.84% | - |
| HSV(B) | 301.11º | 0.23% | 0.94% | - |
| XYZ | 69.07 | 59.88 | 89.58 | - |
| YUV | 208.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 239 | 0 | 0.22 | 0.00 | 0.06 | 301.11 | 0.64 | 0.84 |
| Hex | F0 | BA | EF | 0 | 16 | 0 | 6 | 12D | 40 | 54 |
| Octal | 360 | 272 | 357 | 0 | 26 | 0 | 6 | 455 | 100 | 124 |
| Binary | 11110000 | 10111010 | 11101111 | 0 | 10110 | 0 | 110 | 100101101 | 1000000 | 1010100 |
Color Harmonies of #F0BAEF
Complementary color
Monochromatic Colors of #F0BAEF
Black with #F0BAEF
Text Example
Text Example
White with #F0BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BAEF; }
p { color: rgb(240,186,239); }
H1.HeaderClassName
{
color: #F0BAEF;
}
.AnyTagClassName
{
color: #F0BAEF;
}
</style>
background-color css
<style>
a { background-color: #F0BAEF; }
a { background-color: rgb(240,186,239); }
div.DivClassName
{
background-color: #F0BAEF;
}
.BgClassName
{
background-color: #F0BAEF;
}
</style>
border-color css
<style>
span { border-color: #F0BAEF; }
span { border-color: rgb(240,186,239); }
td.TdClassName
{
border-color: #F0BAEF;
}
.TagClassName
{
border-color: #F0BAEF;
}
</style>