Shades of French Lilac #F5BAF0
Tints of French Lilac #F5BAF0
RGB
CMYK
RGB Variations
Color information
#F5BAF0 (or 0xF5BAF0) is known color: French Lilac. HEX triplet: F5, BA and F0. RGB value is (245,186,240). Sum of RGB (Red+Green+Blue) = 245+186+240=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BAF0 is #0A450F. Grayscale: #D1D1D1. Windows color (decimal): -673040 or 15776501. OLE color: 15776501.
HSL color Cylindrical-coordinate representation of color #F5BAF0: hue angle of 305.08º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BAF0 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 240 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.04 |
| HSL | 305.08º | 0.75% | 0.85% | - |
| HSV(B) | 305.08º | 0.24% | 0.96% | - |
| XYZ | 70.94 | 60.82 | 90.44 | - |
| YUV | 209.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 240 | 0 | 0.24 | 0.02 | 0.04 | 305.08 | 0.75 | 0.85 |
| Hex | F5 | BA | F0 | 0 | 18 | 2 | 4 | 131 | 4B | 55 |
| Octal | 365 | 272 | 360 | 0 | 30 | 2 | 4 | 461 | 113 | 125 |
| Binary | 11110101 | 10111010 | 11110000 | 0 | 11000 | 10 | 100 | 100110001 | 1001011 | 1010101 |
Color Harmonies of #F5BAF0
Complementary color
Monochromatic Colors of #F5BAF0
Black with #F5BAF0
Text Example
Text Example
White with #F5BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BAF0; }
p { color: rgb(245,186,240); }
H1.HeaderClassName
{
color: #F5BAF0;
}
.AnyTagClassName
{
color: #F5BAF0;
}
</style>
background-color css
<style>
a { background-color: #F5BAF0; }
a { background-color: rgb(245,186,240); }
div.DivClassName
{
background-color: #F5BAF0;
}
.BgClassName
{
background-color: #F5BAF0;
}
</style>
border-color css
<style>
span { border-color: #F5BAF0; }
span { border-color: rgb(245,186,240); }
td.TdClassName
{
border-color: #F5BAF0;
}
.TagClassName
{
border-color: #F5BAF0;
}
</style>