Shades of French Lilac #F3BAF2
Tints of French Lilac #F3BAF2
RGB
CMYK
RGB Variations
Color information
#F3BAF2 (or 0xF3BAF2) is known color: French Lilac. HEX triplet: F3, BA and F2. RGB value is (243,186,242). Sum of RGB (Red+Green+Blue) = 243+186+242=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAF2 is #0C450D. Grayscale: #D1D1D1. Windows color (decimal): -804110 or 15907571. OLE color: 15907571.
HSL color Cylindrical-coordinate representation of color #F3BAF2: hue angle of 301.05º 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 #F3BAF2 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 242 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.05 |
| HSL | 301.05º | 0.7% | 0.84% | - |
| HSV(B) | 301.05º | 0.23% | 0.95% | - |
| XYZ | 70.55 | 60.58 | 91.98 | - |
| YUV | 209.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 242 | 0 | 0.23 | 0.00 | 0.05 | 301.05 | 0.7 | 0.84 |
| Hex | F3 | BA | F2 | 0 | 17 | 0 | 5 | 12D | 46 | 54 |
| Octal | 363 | 272 | 362 | 0 | 27 | 0 | 5 | 455 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11110010 | 0 | 10111 | 0 | 101 | 100101101 | 1000110 | 1010100 |
Color Harmonies of #F3BAF2
Complementary color
Monochromatic Colors of #F3BAF2
Black with #F3BAF2
Text Example
Text Example
White with #F3BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAF2; }
p { color: rgb(243,186,242); }
H1.HeaderClassName
{
color: #F3BAF2;
}
.AnyTagClassName
{
color: #F3BAF2;
}
</style>
background-color css
<style>
a { background-color: #F3BAF2; }
a { background-color: rgb(243,186,242); }
div.DivClassName
{
background-color: #F3BAF2;
}
.BgClassName
{
background-color: #F3BAF2;
}
</style>
border-color css
<style>
span { border-color: #F3BAF2; }
span { border-color: rgb(243,186,242); }
td.TdClassName
{
border-color: #F3BAF2;
}
.TagClassName
{
border-color: #F3BAF2;
}
</style>