Shades of French Lilac #F0BAEB
Tints of French Lilac #F0BAEB
RGB
CMYK
RGB Variations
Color information
#F0BAEB (or 0xF0BAEB) is known color: French Lilac. HEX triplet: F0, BA and EB. RGB value is (240,186,235). Sum of RGB (Red+Green+Blue) = 240+186+235=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAEB is #0F4514. Grayscale: #CFCFCF. Windows color (decimal): -1000725 or 15448816. OLE color: 15448816.
HSL color Cylindrical-coordinate representation of color #F0BAEB: hue angle of 305.56º 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 #F0BAEB is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 235 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.06 |
| HSL | 305.56º | 0.64% | 0.84% | - |
| HSV(B) | 305.56º | 0.23% | 0.94% | - |
| XYZ | 68.49 | 59.64 | 86.5 | - |
| YUV | 207.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 235 | 0 | 0.22 | 0.02 | 0.06 | 305.56 | 0.64 | 0.84 |
| Hex | F0 | BA | EB | 0 | 16 | 2 | 6 | 132 | 40 | 54 |
| Octal | 360 | 272 | 353 | 0 | 26 | 2 | 6 | 462 | 100 | 124 |
| Binary | 11110000 | 10111010 | 11101011 | 0 | 10110 | 10 | 110 | 100110010 | 1000000 | 1010100 |
Color Harmonies of #F0BAEB
Complementary color
Monochromatic Colors of #F0BAEB
Black with #F0BAEB
Text Example
Text Example
White with #F0BAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BAEB; }
p { color: rgb(240,186,235); }
H1.HeaderClassName
{
color: #F0BAEB;
}
.AnyTagClassName
{
color: #F0BAEB;
}
</style>
background-color css
<style>
a { background-color: #F0BAEB; }
a { background-color: rgb(240,186,235); }
div.DivClassName
{
background-color: #F0BAEB;
}
.BgClassName
{
background-color: #F0BAEB;
}
</style>
border-color css
<style>
span { border-color: #F0BAEB; }
span { border-color: rgb(240,186,235); }
td.TdClassName
{
border-color: #F0BAEB;
}
.TagClassName
{
border-color: #F0BAEB;
}
</style>