Shades of French Lilac #F0BEE4
Tints of French Lilac #F0BEE4
RGB
CMYK
RGB Variations
Color information
#F0BEE4 (or 0xF0BEE4) is known color: French Lilac. HEX triplet: F0, BE and E4. RGB value is (240,190,228). Sum of RGB (Red+Green+Blue) = 240+190+228=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEE4 is #0F411B. Grayscale: #D1D1D1. Windows color (decimal): -999708 or 14991088. OLE color: 14991088.
HSL color Cylindrical-coordinate representation of color #F0BEE4: hue angle of 314.4º 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 #F0BEE4 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 228 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.06 |
| HSL | 314.4º | 0.63% | 0.84% | - |
| HSV(B) | 314.4º | 0.21% | 0.94% | - |
| XYZ | 68.35 | 60.95 | 81.56 | - |
| YUV | 209.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 228 | 0 | 0.21 | 0.05 | 0.06 | 314.4 | 0.63 | 0.84 |
| Hex | F0 | BE | E4 | 0 | 15 | 5 | 6 | 13A | 3E | 54 |
| Octal | 360 | 276 | 344 | 0 | 25 | 5 | 6 | 472 | 76 | 124 |
| Binary | 11110000 | 10111110 | 11100100 | 0 | 10101 | 101 | 110 | 100111010 | 111110 | 1010100 |
Color Harmonies of #F0BEE4
Complementary color
Monochromatic Colors of #F0BEE4
Black with #F0BEE4
Text Example
Text Example
White with #F0BEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEE4; }
p { color: rgb(240,190,228); }
H1.HeaderClassName
{
color: #F0BEE4;
}
.AnyTagClassName
{
color: #F0BEE4;
}
</style>
background-color css
<style>
a { background-color: #F0BEE4; }
a { background-color: rgb(240,190,228); }
div.DivClassName
{
background-color: #F0BEE4;
}
.BgClassName
{
background-color: #F0BEE4;
}
</style>
border-color css
<style>
span { border-color: #F0BEE4; }
span { border-color: rgb(240,190,228); }
td.TdClassName
{
border-color: #F0BEE4;
}
.TagClassName
{
border-color: #F0BEE4;
}
</style>