Shades of French Lilac #F2BAE2
Tints of French Lilac #F2BAE2
RGB
CMYK
RGB Variations
Color information
#F2BAE2 (or 0xF2BAE2) is known color: French Lilac. HEX triplet: F2, BA and E2. RGB value is (242,186,226). Sum of RGB (Red+Green+Blue) = 242+186+226=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAE2 is #0D451D. Grayscale: #CFCFCF. Windows color (decimal): -869662 or 14858994. OLE color: 14858994.
HSL color Cylindrical-coordinate representation of color #F2BAE2: hue angle of 317.14º 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 #F2BAE2 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 226 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.05 |
| HSL | 317.14º | 0.68% | 0.84% | - |
| HSV(B) | 317.14º | 0.23% | 0.95% | - |
| XYZ | 67.9 | 59.49 | 79.85 | - |
| YUV | 207.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 226 | 0 | 0.23 | 0.07 | 0.05 | 317.14 | 0.68 | 0.84 |
| Hex | F2 | BA | E2 | 0 | 17 | 7 | 5 | 13D | 44 | 54 |
| Octal | 362 | 272 | 342 | 0 | 27 | 7 | 5 | 475 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11100010 | 0 | 10111 | 111 | 101 | 100111101 | 1000100 | 1010100 |
Color Harmonies of #F2BAE2
Complementary color
Monochromatic Colors of #F2BAE2
Black with #F2BAE2
Text Example
Text Example
White with #F2BAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAE2; }
p { color: rgb(242,186,226); }
H1.HeaderClassName
{
color: #F2BAE2;
}
.AnyTagClassName
{
color: #F2BAE2;
}
</style>
background-color css
<style>
a { background-color: #F2BAE2; }
a { background-color: rgb(242,186,226); }
div.DivClassName
{
background-color: #F2BAE2;
}
.BgClassName
{
background-color: #F2BAE2;
}
</style>
border-color css
<style>
span { border-color: #F2BAE2; }
span { border-color: rgb(242,186,226); }
td.TdClassName
{
border-color: #F2BAE2;
}
.TagClassName
{
border-color: #F2BAE2;
}
</style>