Shades of French Lilac #F2BAEC
Tints of French Lilac #F2BAEC
RGB
CMYK
RGB Variations
Color information
#F2BAEC (or 0xF2BAEC) is known color: French Lilac. HEX triplet: F2, BA and EC. RGB value is (242,186,236). Sum of RGB (Red+Green+Blue) = 242+186+236=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAEC is #0D4513. Grayscale: #D0D0D0. Windows color (decimal): -869652 or 15514354. OLE color: 15514354.
HSL color Cylindrical-coordinate representation of color #F2BAEC: hue angle of 306.43º 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 #F2BAEC is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 236 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.05 |
| HSL | 306.43º | 0.68% | 0.84% | - |
| HSV(B) | 306.43º | 0.23% | 0.95% | - |
| XYZ | 69.32 | 60.05 | 87.29 | - |
| YUV | 208.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 236 | 0 | 0.23 | 0.02 | 0.05 | 306.43 | 0.68 | 0.84 |
| Hex | F2 | BA | EC | 0 | 17 | 2 | 5 | 132 | 44 | 54 |
| Octal | 362 | 272 | 354 | 0 | 27 | 2 | 5 | 462 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11101100 | 0 | 10111 | 10 | 101 | 100110010 | 1000100 | 1010100 |
Color Harmonies of #F2BAEC
Complementary color
Monochromatic Colors of #F2BAEC
Black with #F2BAEC
Text Example
Text Example
White with #F2BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAEC; }
p { color: rgb(242,186,236); }
H1.HeaderClassName
{
color: #F2BAEC;
}
.AnyTagClassName
{
color: #F2BAEC;
}
</style>
background-color css
<style>
a { background-color: #F2BAEC; }
a { background-color: rgb(242,186,236); }
div.DivClassName
{
background-color: #F2BAEC;
}
.BgClassName
{
background-color: #F2BAEC;
}
</style>
border-color css
<style>
span { border-color: #F2BAEC; }
span { border-color: rgb(242,186,236); }
td.TdClassName
{
border-color: #F2BAEC;
}
.TagClassName
{
border-color: #F2BAEC;
}
</style>