Shades of French Lilac #F2B9EC
Tints of French Lilac #F2B9EC
RGB
CMYK
RGB Variations
Color information
#F2B9EC (or 0xF2B9EC) is known color: French Lilac. HEX triplet: F2, B9 and EC. RGB value is (242,185,236). Sum of RGB (Red+Green+Blue) = 242+185+236=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 185 (72.66% from 255 or 27.90% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B9EC is #0D4613. Grayscale: #CFCFCF. Windows color (decimal): -869908 or 15514098. OLE color: 15514098.
HSL color Cylindrical-coordinate representation of color #F2B9EC: hue angle of 306.32º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B9EC is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 236 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.05 |
| HSL | 306.32º | 0.69% | 0.84% | - |
| HSV(B) | 306.32º | 0.24% | 0.95% | - |
| XYZ | 69.11 | 59.63 | 87.22 | - |
| YUV | 207.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 236 | 0 | 0.24 | 0.02 | 0.05 | 306.32 | 0.69 | 0.84 |
| Hex | F2 | B9 | EC | 0 | 18 | 2 | 5 | 132 | 45 | 54 |
| Octal | 362 | 271 | 354 | 0 | 30 | 2 | 5 | 462 | 105 | 124 |
| Binary | 11110010 | 10111001 | 11101100 | 0 | 11000 | 10 | 101 | 100110010 | 1000101 | 1010100 |
Color Harmonies of #F2B9EC
Complementary color
Monochromatic Colors of #F2B9EC
Black with #F2B9EC
Text Example
Text Example
White with #F2B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9EC; }
p { color: rgb(242,185,236); }
H1.HeaderClassName
{
color: #F2B9EC;
}
.AnyTagClassName
{
color: #F2B9EC;
}
</style>
background-color css
<style>
a { background-color: #F2B9EC; }
a { background-color: rgb(242,185,236); }
div.DivClassName
{
background-color: #F2B9EC;
}
.BgClassName
{
background-color: #F2B9EC;
}
</style>
border-color css
<style>
span { border-color: #F2B9EC; }
span { border-color: rgb(242,185,236); }
td.TdClassName
{
border-color: #F2B9EC;
}
.TagClassName
{
border-color: #F2B9EC;
}
</style>