Shades of French Lilac #F1BAE3
Tints of French Lilac #F1BAE3
RGB
CMYK
RGB Variations
Color information
#F1BAE3 (or 0xF1BAE3) is known color: French Lilac. HEX triplet: F1, BA and E3. RGB value is (241,186,227). Sum of RGB (Red+Green+Blue) = 241+186+227=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAE3 is #0E451C. Grayscale: #CFCFCF. Windows color (decimal): -935197 or 14924529. OLE color: 14924529.
HSL color Cylindrical-coordinate representation of color #F1BAE3: hue angle of 315.27º degrees, saturation: 0.66, 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 #F1BAE3 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 227 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.05 |
| HSL | 315.27º | 0.66% | 0.84% | - |
| HSV(B) | 315.27º | 0.23% | 0.95% | - |
| XYZ | 67.7 | 59.36 | 80.56 | - |
| YUV | 207.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 227 | 0 | 0.23 | 0.06 | 0.05 | 315.27 | 0.66 | 0.84 |
| Hex | F1 | BA | E3 | 0 | 17 | 6 | 5 | 13B | 42 | 54 |
| Octal | 361 | 272 | 343 | 0 | 27 | 6 | 5 | 473 | 102 | 124 |
| Binary | 11110001 | 10111010 | 11100011 | 0 | 10111 | 110 | 101 | 100111011 | 1000010 | 1010100 |
Color Harmonies of #F1BAE3
Complementary color
Monochromatic Colors of #F1BAE3
Black with #F1BAE3
Text Example
Text Example
White with #F1BAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BAE3; }
p { color: rgb(241,186,227); }
H1.HeaderClassName
{
color: #F1BAE3;
}
.AnyTagClassName
{
color: #F1BAE3;
}
</style>
background-color css
<style>
a { background-color: #F1BAE3; }
a { background-color: rgb(241,186,227); }
div.DivClassName
{
background-color: #F1BAE3;
}
.BgClassName
{
background-color: #F1BAE3;
}
</style>
border-color css
<style>
span { border-color: #F1BAE3; }
span { border-color: rgb(241,186,227); }
td.TdClassName
{
border-color: #F1BAE3;
}
.TagClassName
{
border-color: #F1BAE3;
}
</style>