Shades of French Lilac #F2BBE9
Tints of French Lilac #F2BBE9
RGB
CMYK
RGB Variations
Color information
#F2BBE9 (or 0xF2BBE9) is known color: French Lilac. HEX triplet: F2, BB and E9. RGB value is (242,187,233). Sum of RGB (Red+Green+Blue) = 242+187+233=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBE9 is #0D4416. Grayscale: #D0D0D0. Windows color (decimal): -869399 or 15318002. OLE color: 15318002.
HSL color Cylindrical-coordinate representation of color #F2BBE9: hue angle of 309.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BBE9 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 233 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.05 |
| HSL | 309.82º | 0.68% | 0.84% | - |
| HSV(B) | 309.82º | 0.23% | 0.95% | - |
| XYZ | 69.1 | 60.3 | 85.09 | - |
| YUV | 208.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 233 | 0 | 0.23 | 0.04 | 0.05 | 309.82 | 0.68 | 0.84 |
| Hex | F2 | BB | E9 | 0 | 17 | 4 | 5 | 136 | 44 | 54 |
| Octal | 362 | 273 | 351 | 0 | 27 | 4 | 5 | 466 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11101001 | 0 | 10111 | 100 | 101 | 100110110 | 1000100 | 1010100 |
Color Harmonies of #F2BBE9
Complementary color
Monochromatic Colors of #F2BBE9
Black with #F2BBE9
Text Example
Text Example
White with #F2BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBE9; }
p { color: rgb(242,187,233); }
H1.HeaderClassName
{
color: #F2BBE9;
}
.AnyTagClassName
{
color: #F2BBE9;
}
</style>
background-color css
<style>
a { background-color: #F2BBE9; }
a { background-color: rgb(242,187,233); }
div.DivClassName
{
background-color: #F2BBE9;
}
.BgClassName
{
background-color: #F2BBE9;
}
</style>
border-color css
<style>
span { border-color: #F2BBE9; }
span { border-color: rgb(242,187,233); }
td.TdClassName
{
border-color: #F2BBE9;
}
.TagClassName
{
border-color: #F2BBE9;
}
</style>