Shades of French Lilac #F3BAEF
Tints of French Lilac #F3BAEF
RGB
CMYK
RGB Variations
Color information
#F3BAEF (or 0xF3BAEF) is known color: French Lilac. HEX triplet: F3, BA and EF. RGB value is (243,186,239). Sum of RGB (Red+Green+Blue) = 243+186+239=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAEF is #0C4510. Grayscale: #D0D0D0. Windows color (decimal): -804113 or 15710963. OLE color: 15710963.
HSL color Cylindrical-coordinate representation of color #F3BAEF: hue angle of 304.21º degrees, saturation: 0.7, 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 #F3BAEF is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 239 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.05 |
| HSL | 304.21º | 0.7% | 0.84% | - |
| HSV(B) | 304.21º | 0.23% | 0.95% | - |
| XYZ | 70.1 | 60.4 | 89.63 | - |
| YUV | 209.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 239 | 0 | 0.23 | 0.02 | 0.05 | 304.21 | 0.7 | 0.84 |
| Hex | F3 | BA | EF | 0 | 17 | 2 | 5 | 130 | 46 | 54 |
| Octal | 363 | 272 | 357 | 0 | 27 | 2 | 5 | 460 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11101111 | 0 | 10111 | 10 | 101 | 100110000 | 1000110 | 1010100 |
Color Harmonies of #F3BAEF
Complementary color
Monochromatic Colors of #F3BAEF
Black with #F3BAEF
Text Example
Text Example
White with #F3BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAEF; }
p { color: rgb(243,186,239); }
H1.HeaderClassName
{
color: #F3BAEF;
}
.AnyTagClassName
{
color: #F3BAEF;
}
</style>
background-color css
<style>
a { background-color: #F3BAEF; }
a { background-color: rgb(243,186,239); }
div.DivClassName
{
background-color: #F3BAEF;
}
.BgClassName
{
background-color: #F3BAEF;
}
</style>
border-color css
<style>
span { border-color: #F3BAEF; }
span { border-color: rgb(243,186,239); }
td.TdClassName
{
border-color: #F3BAEF;
}
.TagClassName
{
border-color: #F3BAEF;
}
</style>