Shades of French Lilac #F0BAEC
Tints of French Lilac #F0BAEC
RGB
CMYK
RGB Variations
Color information
#F0BAEC (or 0xF0BAEC) is known color: French Lilac. HEX triplet: F0, BA and EC. RGB value is (240,186,236). Sum of RGB (Red+Green+Blue) = 240+186+236=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAEC is #0F4513. Grayscale: #CFCFCF. Windows color (decimal): -1000724 or 15514352. OLE color: 15514352.
HSL color Cylindrical-coordinate representation of color #F0BAEC: hue angle of 304.44º 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 #F0BAEC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 236 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.06 |
| HSL | 304.44º | 0.64% | 0.84% | - |
| HSV(B) | 304.44º | 0.23% | 0.94% | - |
| XYZ | 68.63 | 59.7 | 87.26 | - |
| YUV | 207.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 236 | 0 | 0.22 | 0.02 | 0.06 | 304.44 | 0.64 | 0.84 |
| Hex | F0 | BA | EC | 0 | 16 | 2 | 6 | 130 | 40 | 54 |
| Octal | 360 | 272 | 354 | 0 | 26 | 2 | 6 | 460 | 100 | 124 |
| Binary | 11110000 | 10111010 | 11101100 | 0 | 10110 | 10 | 110 | 100110000 | 1000000 | 1010100 |
Color Harmonies of #F0BAEC
Complementary color
Monochromatic Colors of #F0BAEC
Black with #F0BAEC
Text Example
Text Example
White with #F0BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BAEC; }
p { color: rgb(240,186,236); }
H1.HeaderClassName
{
color: #F0BAEC;
}
.AnyTagClassName
{
color: #F0BAEC;
}
</style>
background-color css
<style>
a { background-color: #F0BAEC; }
a { background-color: rgb(240,186,236); }
div.DivClassName
{
background-color: #F0BAEC;
}
.BgClassName
{
background-color: #F0BAEC;
}
</style>
border-color css
<style>
span { border-color: #F0BAEC; }
span { border-color: rgb(240,186,236); }
td.TdClassName
{
border-color: #F0BAEC;
}
.TagClassName
{
border-color: #F0BAEC;
}
</style>