Shades of French Lilac #F2BBED
Tints of French Lilac #F2BBED
RGB
CMYK
RGB Variations
Color information
#F2BBED (or 0xF2BBED) is known color: French Lilac. HEX triplet: F2, BB and ED. RGB value is (242,187,237). Sum of RGB (Red+Green+Blue) = 242+187+237=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBED is #0D4412. Grayscale: #D1D1D1. Windows color (decimal): -869395 or 15580146. OLE color: 15580146.
HSL color Cylindrical-coordinate representation of color #F2BBED: hue angle of 305.45º 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 #F2BBED is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 237 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.05 |
| HSL | 305.45º | 0.68% | 0.84% | - |
| HSV(B) | 305.45º | 0.23% | 0.95% | - |
| XYZ | 69.67 | 60.53 | 88.13 | - |
| YUV | 209.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 237 | 0 | 0.23 | 0.02 | 0.05 | 305.45 | 0.68 | 0.84 |
| Hex | F2 | BB | ED | 0 | 17 | 2 | 5 | 131 | 44 | 54 |
| Octal | 362 | 273 | 355 | 0 | 27 | 2 | 5 | 461 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11101101 | 0 | 10111 | 10 | 101 | 100110001 | 1000100 | 1010100 |
Color Harmonies of #F2BBED
Complementary color
Monochromatic Colors of #F2BBED
Black with #F2BBED
Text Example
Text Example
White with #F2BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBED; }
p { color: rgb(242,187,237); }
H1.HeaderClassName
{
color: #F2BBED;
}
.AnyTagClassName
{
color: #F2BBED;
}
</style>
background-color css
<style>
a { background-color: #F2BBED; }
a { background-color: rgb(242,187,237); }
div.DivClassName
{
background-color: #F2BBED;
}
.BgClassName
{
background-color: #F2BBED;
}
</style>
border-color css
<style>
span { border-color: #F2BBED; }
span { border-color: rgb(242,187,237); }
td.TdClassName
{
border-color: #F2BBED;
}
.TagClassName
{
border-color: #F2BBED;
}
</style>