Shades of French Lilac #F0BEEC
Tints of French Lilac #F0BEEC
RGB
CMYK
RGB Variations
Color information
#F0BEEC (or 0xF0BEEC) is known color: French Lilac. HEX triplet: F0, BE and EC. RGB value is (240,190,236). Sum of RGB (Red+Green+Blue) = 240+190+236=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BEEC is #0F4113. Grayscale: #D2D2D2. Windows color (decimal): -999700 or 15515376. OLE color: 15515376.
HSL color Cylindrical-coordinate representation of color #F0BEEC: hue angle of 304.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BEEC is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 236 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.06 |
| HSL | 304.8º | 0.63% | 0.84% | - |
| HSV(B) | 304.8º | 0.21% | 0.94% | - |
| XYZ | 69.49 | 61.41 | 87.55 | - |
| YUV | 210.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 236 | 0 | 0.21 | 0.02 | 0.06 | 304.8 | 0.63 | 0.84 |
| Hex | F0 | BE | EC | 0 | 15 | 2 | 6 | 131 | 3E | 54 |
| Octal | 360 | 276 | 354 | 0 | 25 | 2 | 6 | 461 | 76 | 124 |
| Binary | 11110000 | 10111110 | 11101100 | 0 | 10101 | 10 | 110 | 100110001 | 111110 | 1010100 |
Color Harmonies of #F0BEEC
Complementary color
Monochromatic Colors of #F0BEEC
Black with #F0BEEC
Text Example
Text Example
White with #F0BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEEC; }
p { color: rgb(240,190,236); }
H1.HeaderClassName
{
color: #F0BEEC;
}
.AnyTagClassName
{
color: #F0BEEC;
}
</style>
background-color css
<style>
a { background-color: #F0BEEC; }
a { background-color: rgb(240,190,236); }
div.DivClassName
{
background-color: #F0BEEC;
}
.BgClassName
{
background-color: #F0BEEC;
}
</style>
border-color css
<style>
span { border-color: #F0BEEC; }
span { border-color: rgb(240,190,236); }
td.TdClassName
{
border-color: #F0BEEC;
}
.TagClassName
{
border-color: #F0BEEC;
}
</style>