Shades of French Lilac #F3BAEA
Tints of French Lilac #F3BAEA
RGB
CMYK
RGB Variations
Color information
#F3BAEA (or 0xF3BAEA) is known color: French Lilac. HEX triplet: F3, BA and EA. RGB value is (243,186,234). Sum of RGB (Red+Green+Blue) = 243+186+234=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAEA is #0C4515. Grayscale: #D0D0D0. Windows color (decimal): -804118 or 15383283. OLE color: 15383283.
HSL color Cylindrical-coordinate representation of color #F3BAEA: hue angle of 309.47º 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 #F3BAEA is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 234 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.05 |
| HSL | 309.47º | 0.7% | 0.84% | - |
| HSV(B) | 309.47º | 0.23% | 0.95% | - |
| XYZ | 69.37 | 60.11 | 85.79 | - |
| YUV | 208.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 234 | 0 | 0.23 | 0.04 | 0.05 | 309.47 | 0.7 | 0.84 |
| Hex | F3 | BA | EA | 0 | 17 | 4 | 5 | 135 | 46 | 54 |
| Octal | 363 | 272 | 352 | 0 | 27 | 4 | 5 | 465 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11101010 | 0 | 10111 | 100 | 101 | 100110101 | 1000110 | 1010100 |
Color Harmonies of #F3BAEA
Complementary color
Monochromatic Colors of #F3BAEA
Black with #F3BAEA
Text Example
Text Example
White with #F3BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAEA; }
p { color: rgb(243,186,234); }
H1.HeaderClassName
{
color: #F3BAEA;
}
.AnyTagClassName
{
color: #F3BAEA;
}
</style>
background-color css
<style>
a { background-color: #F3BAEA; }
a { background-color: rgb(243,186,234); }
div.DivClassName
{
background-color: #F3BAEA;
}
.BgClassName
{
background-color: #F3BAEA;
}
</style>
border-color css
<style>
span { border-color: #F3BAEA; }
span { border-color: rgb(243,186,234); }
td.TdClassName
{
border-color: #F3BAEA;
}
.TagClassName
{
border-color: #F3BAEA;
}
</style>