Shades of French Lilac #F1B9EC
Tints of French Lilac #F1B9EC
RGB
CMYK
RGB Variations
Color information
#F1B9EC (or 0xF1B9EC) is known color: French Lilac. HEX triplet: F1, B9 and EC. RGB value is (241,185,236). Sum of RGB (Red+Green+Blue) = 241+185+236=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 185 (72.66% from 255 or 27.95% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B9EC is #0E4613. Grayscale: #CFCFCF. Windows color (decimal): -935444 or 15514097. OLE color: 15514097.
HSL color Cylindrical-coordinate representation of color #F1B9EC: hue angle of 305.36º degrees, saturation: 0.67, 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 #F1B9EC is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 236 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.05 |
| HSL | 305.36º | 0.67% | 0.84% | - |
| HSV(B) | 305.36º | 0.23% | 0.95% | - |
| XYZ | 68.76 | 59.45 | 87.21 | - |
| YUV | 207.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 236 | 0 | 0.23 | 0.02 | 0.05 | 305.36 | 0.67 | 0.84 |
| Hex | F1 | B9 | EC | 0 | 17 | 2 | 5 | 131 | 43 | 54 |
| Octal | 361 | 271 | 354 | 0 | 27 | 2 | 5 | 461 | 103 | 124 |
| Binary | 11110001 | 10111001 | 11101100 | 0 | 10111 | 10 | 101 | 100110001 | 1000011 | 1010100 |
Color Harmonies of #F1B9EC
Complementary color
Monochromatic Colors of #F1B9EC
Black with #F1B9EC
Text Example
Text Example
White with #F1B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B9EC; }
p { color: rgb(241,185,236); }
H1.HeaderClassName
{
color: #F1B9EC;
}
.AnyTagClassName
{
color: #F1B9EC;
}
</style>
background-color css
<style>
a { background-color: #F1B9EC; }
a { background-color: rgb(241,185,236); }
div.DivClassName
{
background-color: #F1B9EC;
}
.BgClassName
{
background-color: #F1B9EC;
}
</style>
border-color css
<style>
span { border-color: #F1B9EC; }
span { border-color: rgb(241,185,236); }
td.TdClassName
{
border-color: #F1B9EC;
}
.TagClassName
{
border-color: #F1B9EC;
}
</style>