Shades of French Lilac #F2BAE4
Tints of French Lilac #F2BAE4
RGB
CMYK
RGB Variations
Color information
#F2BAE4 (or 0xF2BAE4) is known color: French Lilac. HEX triplet: F2, BA and E4. RGB value is (242,186,228). Sum of RGB (Red+Green+Blue) = 242+186+228=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAE4 is #0D451B. Grayscale: #CFCFCF. Windows color (decimal): -869660 or 14990066. OLE color: 14990066.
HSL color Cylindrical-coordinate representation of color #F2BAE4: hue angle of 315º 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 #F2BAE4 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 228 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.05 |
| HSL | 315º | 0.68% | 0.84% | - |
| HSV(B) | 315º | 0.23% | 0.95% | - |
| XYZ | 68.18 | 59.6 | 81.31 | - |
| YUV | 207.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 228 | 0 | 0.23 | 0.06 | 0.05 | 315 | 0.68 | 0.84 |
| Hex | F2 | BA | E4 | 0 | 17 | 6 | 5 | 13B | 44 | 54 |
| Octal | 362 | 272 | 344 | 0 | 27 | 6 | 5 | 473 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11100100 | 0 | 10111 | 110 | 101 | 100111011 | 1000100 | 1010100 |
Color Harmonies of #F2BAE4
Complementary color
Monochromatic Colors of #F2BAE4
Black with #F2BAE4
Text Example
Text Example
White with #F2BAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAE4; }
p { color: rgb(242,186,228); }
H1.HeaderClassName
{
color: #F2BAE4;
}
.AnyTagClassName
{
color: #F2BAE4;
}
</style>
background-color css
<style>
a { background-color: #F2BAE4; }
a { background-color: rgb(242,186,228); }
div.DivClassName
{
background-color: #F2BAE4;
}
.BgClassName
{
background-color: #F2BAE4;
}
</style>
border-color css
<style>
span { border-color: #F2BAE4; }
span { border-color: rgb(242,186,228); }
td.TdClassName
{
border-color: #F2BAE4;
}
.TagClassName
{
border-color: #F2BAE4;
}
</style>