Shades of French Lilac #F0BCEE
Tints of French Lilac #F0BCEE
RGB
CMYK
RGB Variations
Color information
#F0BCEE (or 0xF0BCEE) is known color: French Lilac. HEX triplet: F0, BC and EE. RGB value is (240,188,238). Sum of RGB (Red+Green+Blue) = 240+188+238=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCEE is #0F4311. Grayscale: #D1D1D1. Windows color (decimal): -1000210 or 15645936. OLE color: 15645936.
HSL color Cylindrical-coordinate representation of color #F0BCEE: hue angle of 302.31º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCEE is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 238 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.06 |
| HSL | 302.31º | 0.63% | 0.84% | - |
| HSV(B) | 302.31º | 0.22% | 0.94% | - |
| XYZ | 69.35 | 60.66 | 88.94 | - |
| YUV | 209.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 238 | 0 | 0.22 | 0.01 | 0.06 | 302.31 | 0.63 | 0.84 |
| Hex | F0 | BC | EE | 0 | 16 | 1 | 6 | 12E | 3F | 54 |
| Octal | 360 | 274 | 356 | 0 | 26 | 1 | 6 | 456 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11101110 | 0 | 10110 | 1 | 110 | 100101110 | 111111 | 1010100 |
Color Harmonies of #F0BCEE
Complementary color
Monochromatic Colors of #F0BCEE
Black with #F0BCEE
Text Example
Text Example
White with #F0BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCEE; }
p { color: rgb(240,188,238); }
H1.HeaderClassName
{
color: #F0BCEE;
}
.AnyTagClassName
{
color: #F0BCEE;
}
</style>
background-color css
<style>
a { background-color: #F0BCEE; }
a { background-color: rgb(240,188,238); }
div.DivClassName
{
background-color: #F0BCEE;
}
.BgClassName
{
background-color: #F0BCEE;
}
</style>
border-color css
<style>
span { border-color: #F0BCEE; }
span { border-color: rgb(240,188,238); }
td.TdClassName
{
border-color: #F0BCEE;
}
.TagClassName
{
border-color: #F0BCEE;
}
</style>