Shades of French Lilac #F3BAF0
Tints of French Lilac #F3BAF0
RGB
CMYK
RGB Variations
Color information
#F3BAF0 (or 0xF3BAF0) is known color: French Lilac. HEX triplet: F3, BA and F0. RGB value is (243,186,240). Sum of RGB (Red+Green+Blue) = 243+186+240=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAF0 is #0C450F. Grayscale: #D1D1D1. Windows color (decimal): -804112 or 15776499. OLE color: 15776499.
HSL color Cylindrical-coordinate representation of color #F3BAF0: hue angle of 303.16º 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 #F3BAF0 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 240 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.05 |
| HSL | 303.16º | 0.7% | 0.84% | - |
| HSV(B) | 303.16º | 0.23% | 0.95% | - |
| XYZ | 70.25 | 60.46 | 90.41 | - |
| YUV | 209.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 240 | 0 | 0.23 | 0.01 | 0.05 | 303.16 | 0.7 | 0.84 |
| Hex | F3 | BA | F0 | 0 | 17 | 1 | 5 | 12F | 46 | 54 |
| Octal | 363 | 272 | 360 | 0 | 27 | 1 | 5 | 457 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11110000 | 0 | 10111 | 1 | 101 | 100101111 | 1000110 | 1010100 |
Color Harmonies of #F3BAF0
Complementary color
Monochromatic Colors of #F3BAF0
Black with #F3BAF0
Text Example
Text Example
White with #F3BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAF0; }
p { color: rgb(243,186,240); }
H1.HeaderClassName
{
color: #F3BAF0;
}
.AnyTagClassName
{
color: #F3BAF0;
}
</style>
background-color css
<style>
a { background-color: #F3BAF0; }
a { background-color: rgb(243,186,240); }
div.DivClassName
{
background-color: #F3BAF0;
}
.BgClassName
{
background-color: #F3BAF0;
}
</style>
border-color css
<style>
span { border-color: #F3BAF0; }
span { border-color: rgb(243,186,240); }
td.TdClassName
{
border-color: #F3BAF0;
}
.TagClassName
{
border-color: #F3BAF0;
}
</style>