Shades of French Lilac #F2BAEE
Tints of French Lilac #F2BAEE
RGB
CMYK
RGB Variations
Color information
#F2BAEE (or 0xF2BAEE) is known color: French Lilac. HEX triplet: F2, BA and EE. RGB value is (242,186,238). Sum of RGB (Red+Green+Blue) = 242+186+238=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAEE is #0D4511. Grayscale: #D0D0D0. Windows color (decimal): -869650 or 15645426. OLE color: 15645426.
HSL color Cylindrical-coordinate representation of color #F2BAEE: hue angle of 304.29º 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 #F2BAEE is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 238 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.05 |
| HSL | 304.29º | 0.68% | 0.84% | - |
| HSV(B) | 304.29º | 0.23% | 0.95% | - |
| XYZ | 69.61 | 60.17 | 88.83 | - |
| YUV | 208.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 238 | 0 | 0.23 | 0.02 | 0.05 | 304.29 | 0.68 | 0.84 |
| Hex | F2 | BA | EE | 0 | 17 | 2 | 5 | 130 | 44 | 54 |
| Octal | 362 | 272 | 356 | 0 | 27 | 2 | 5 | 460 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11101110 | 0 | 10111 | 10 | 101 | 100110000 | 1000100 | 1010100 |
Color Harmonies of #F2BAEE
Complementary color
Monochromatic Colors of #F2BAEE
Black with #F2BAEE
Text Example
Text Example
White with #F2BAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAEE; }
p { color: rgb(242,186,238); }
H1.HeaderClassName
{
color: #F2BAEE;
}
.AnyTagClassName
{
color: #F2BAEE;
}
</style>
background-color css
<style>
a { background-color: #F2BAEE; }
a { background-color: rgb(242,186,238); }
div.DivClassName
{
background-color: #F2BAEE;
}
.BgClassName
{
background-color: #F2BAEE;
}
</style>
border-color css
<style>
span { border-color: #F2BAEE; }
span { border-color: rgb(242,186,238); }
td.TdClassName
{
border-color: #F2BAEE;
}
.TagClassName
{
border-color: #F2BAEE;
}
</style>