Shades of French Lilac #F2BAE7
Tints of French Lilac #F2BAE7
RGB
CMYK
RGB Variations
Color information
#F2BAE7 (or 0xF2BAE7) is known color: French Lilac. HEX triplet: F2, BA and E7. RGB value is (242,186,231). Sum of RGB (Red+Green+Blue) = 242+186+231=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAE7 is #0D4518. Grayscale: #CFCFCF. Windows color (decimal): -869657 or 15186674. OLE color: 15186674.
HSL color Cylindrical-coordinate representation of color #F2BAE7: hue angle of 311.79º 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 #F2BAE7 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 231 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.05 |
| HSL | 311.79º | 0.68% | 0.84% | - |
| HSV(B) | 311.79º | 0.23% | 0.95% | - |
| XYZ | 68.6 | 59.76 | 83.52 | - |
| YUV | 207.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 231 | 0 | 0.23 | 0.05 | 0.05 | 311.79 | 0.68 | 0.84 |
| Hex | F2 | BA | E7 | 0 | 17 | 5 | 5 | 138 | 44 | 54 |
| Octal | 362 | 272 | 347 | 0 | 27 | 5 | 5 | 470 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11100111 | 0 | 10111 | 101 | 101 | 100111000 | 1000100 | 1010100 |
Color Harmonies of #F2BAE7
Complementary color
Monochromatic Colors of #F2BAE7
Black with #F2BAE7
Text Example
Text Example
White with #F2BAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAE7; }
p { color: rgb(242,186,231); }
H1.HeaderClassName
{
color: #F2BAE7;
}
.AnyTagClassName
{
color: #F2BAE7;
}
</style>
background-color css
<style>
a { background-color: #F2BAE7; }
a { background-color: rgb(242,186,231); }
div.DivClassName
{
background-color: #F2BAE7;
}
.BgClassName
{
background-color: #F2BAE7;
}
</style>
border-color css
<style>
span { border-color: #F2BAE7; }
span { border-color: rgb(242,186,231); }
td.TdClassName
{
border-color: #F2BAE7;
}
.TagClassName
{
border-color: #F2BAE7;
}
</style>