Shades of French Lilac #F0BBEE
Tints of French Lilac #F0BBEE
RGB
CMYK
RGB Variations
Color information
#F0BBEE (or 0xF0BBEE) is known color: French Lilac. HEX triplet: F0, BB and EE. RGB value is (240,187,238). Sum of RGB (Red+Green+Blue) = 240+187+238=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 187 (73.44% from 255 or 28.12% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BBEE is #0F4411. Grayscale: #D0D0D0. Windows color (decimal): -1000466 or 15645680. OLE color: 15645680.
HSL color Cylindrical-coordinate representation of color #F0BBEE: hue angle of 302.26º degrees, saturation: 0.64, 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 #F0BBEE is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 238 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.06 |
| HSL | 302.26º | 0.64% | 0.84% | - |
| HSV(B) | 302.26º | 0.22% | 0.94% | - |
| XYZ | 69.14 | 60.24 | 88.87 | - |
| YUV | 208.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 238 | 0 | 0.22 | 0.01 | 0.06 | 302.26 | 0.64 | 0.84 |
| Hex | F0 | BB | EE | 0 | 16 | 1 | 6 | 12E | 40 | 54 |
| Octal | 360 | 273 | 356 | 0 | 26 | 1 | 6 | 456 | 100 | 124 |
| Binary | 11110000 | 10111011 | 11101110 | 0 | 10110 | 1 | 110 | 100101110 | 1000000 | 1010100 |
Color Harmonies of #F0BBEE
Complementary color
Monochromatic Colors of #F0BBEE
Black with #F0BBEE
Text Example
Text Example
White with #F0BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBEE; }
p { color: rgb(240,187,238); }
H1.HeaderClassName
{
color: #F0BBEE;
}
.AnyTagClassName
{
color: #F0BBEE;
}
</style>
background-color css
<style>
a { background-color: #F0BBEE; }
a { background-color: rgb(240,187,238); }
div.DivClassName
{
background-color: #F0BBEE;
}
.BgClassName
{
background-color: #F0BBEE;
}
</style>
border-color css
<style>
span { border-color: #F0BBEE; }
span { border-color: rgb(240,187,238); }
td.TdClassName
{
border-color: #F0BBEE;
}
.TagClassName
{
border-color: #F0BBEE;
}
</style>