Shades of French Lilac #F2BAED
Tints of French Lilac #F2BAED
RGB
CMYK
RGB Variations
Color information
#F2BAED (or 0xF2BAED) is known color: French Lilac. HEX triplet: F2, BA and ED. RGB value is (242,186,237). Sum of RGB (Red+Green+Blue) = 242+186+237=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAED is #0D4512. Grayscale: #D0D0D0. Windows color (decimal): -869651 or 15579890. OLE color: 15579890.
HSL color Cylindrical-coordinate representation of color #F2BAED: hue angle of 305.36º 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 #F2BAED is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 237 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.05 |
| HSL | 305.36º | 0.68% | 0.84% | - |
| HSV(B) | 305.36º | 0.23% | 0.95% | - |
| XYZ | 69.46 | 60.11 | 88.06 | - |
| YUV | 208.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 237 | 0 | 0.23 | 0.02 | 0.05 | 305.36 | 0.68 | 0.84 |
| Hex | F2 | BA | ED | 0 | 17 | 2 | 5 | 131 | 44 | 54 |
| Octal | 362 | 272 | 355 | 0 | 27 | 2 | 5 | 461 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11101101 | 0 | 10111 | 10 | 101 | 100110001 | 1000100 | 1010100 |
Color Harmonies of #F2BAED
Complementary color
Monochromatic Colors of #F2BAED
Black with #F2BAED
Text Example
Text Example
White with #F2BAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAED; }
p { color: rgb(242,186,237); }
H1.HeaderClassName
{
color: #F2BAED;
}
.AnyTagClassName
{
color: #F2BAED;
}
</style>
background-color css
<style>
a { background-color: #F2BAED; }
a { background-color: rgb(242,186,237); }
div.DivClassName
{
background-color: #F2BAED;
}
.BgClassName
{
background-color: #F2BAED;
}
</style>
border-color css
<style>
span { border-color: #F2BAED; }
span { border-color: rgb(242,186,237); }
td.TdClassName
{
border-color: #F2BAED;
}
.TagClassName
{
border-color: #F2BAED;
}
</style>