Shades of French Lilac #F0BBF1
Tints of French Lilac #F0BBF1
RGB
CMYK
RGB Variations
Color information
#F0BBF1 (or 0xF0BBF1) is known color: French Lilac. HEX triplet: F0, BB and F1. RGB value is (240,187,241). Sum of RGB (Red+Green+Blue) = 240+187+241=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0BBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BBF1 is #0F440E. Grayscale: #D0D0D0. Windows color (decimal): -1000463 or 15842288. OLE color: 15842288.
HSL color Cylindrical-coordinate representation of color #F0BBF1: hue angle of 298.89º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BBF1 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 187 | 241 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.05 |
| HSL | 298.89º | 0.66% | 0.84% | - |
| HSV(B) | 298.89º | 0.22% | 0.95% | - |
| XYZ | 69.58 | 60.42 | 91.21 | - |
| YUV | 209 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 241 | 0.00 | 0.22 | 0 | 0.05 | 298.89 | 0.66 | 0.84 |
| Hex | F0 | BB | F1 | 0 | 16 | 0 | 5 | 12B | 42 | 54 |
| Octal | 360 | 273 | 361 | 0 | 26 | 0 | 5 | 453 | 102 | 124 |
| Binary | 11110000 | 10111011 | 11110001 | 0 | 10110 | 0 | 101 | 100101011 | 1000010 | 1010100 |
Color Harmonies of #F0BBF1
Complementary color
Monochromatic Colors of #F0BBF1
Black with #F0BBF1
Text Example
Text Example
White with #F0BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBF1; }
p { color: rgb(240,187,241); }
H1.HeaderClassName
{
color: #F0BBF1;
}
.AnyTagClassName
{
color: #F0BBF1;
}
</style>
background-color css
<style>
a { background-color: #F0BBF1; }
a { background-color: rgb(240,187,241); }
div.DivClassName
{
background-color: #F0BBF1;
}
.BgClassName
{
background-color: #F0BBF1;
}
</style>
border-color css
<style>
span { border-color: #F0BBF1; }
span { border-color: rgb(240,187,241); }
td.TdClassName
{
border-color: #F0BBF1;
}
.TagClassName
{
border-color: #F0BBF1;
}
</style>