Shades of French Lilac #F0BEE7
Tints of French Lilac #F0BEE7
RGB
CMYK
RGB Variations
Color information
#F0BEE7 (or 0xF0BEE7) is known color: French Lilac. HEX triplet: F0, BE and E7. RGB value is (240,190,231). Sum of RGB (Red+Green+Blue) = 240+190+231=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BEE7 is #0F4118. Grayscale: #D1D1D1. Windows color (decimal): -999705 or 15187696. OLE color: 15187696.
HSL color Cylindrical-coordinate representation of color #F0BEE7: hue angle of 310.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 #F0BEE7 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 231 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.06 |
| HSL | 310.8º | 0.63% | 0.84% | - |
| HSV(B) | 310.8º | 0.21% | 0.94% | - |
| XYZ | 68.77 | 61.12 | 83.77 | - |
| YUV | 209.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 231 | 0 | 0.21 | 0.04 | 0.06 | 310.8 | 0.63 | 0.84 |
| Hex | F0 | BE | E7 | 0 | 15 | 4 | 6 | 137 | 3E | 54 |
| Octal | 360 | 276 | 347 | 0 | 25 | 4 | 6 | 467 | 76 | 124 |
| Binary | 11110000 | 10111110 | 11100111 | 0 | 10101 | 100 | 110 | 100110111 | 111110 | 1010100 |
Color Harmonies of #F0BEE7
Complementary color
Monochromatic Colors of #F0BEE7
Black with #F0BEE7
Text Example
Text Example
White with #F0BEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEE7; }
p { color: rgb(240,190,231); }
H1.HeaderClassName
{
color: #F0BEE7;
}
.AnyTagClassName
{
color: #F0BEE7;
}
</style>
background-color css
<style>
a { background-color: #F0BEE7; }
a { background-color: rgb(240,190,231); }
div.DivClassName
{
background-color: #F0BEE7;
}
.BgClassName
{
background-color: #F0BEE7;
}
</style>
border-color css
<style>
span { border-color: #F0BEE7; }
span { border-color: rgb(240,190,231); }
td.TdClassName
{
border-color: #F0BEE7;
}
.TagClassName
{
border-color: #F0BEE7;
}
</style>