Shades of French Lilac #F1B9EA
Tints of French Lilac #F1B9EA
RGB
CMYK
RGB Variations
Color information
#F1B9EA (or 0xF1B9EA) is known color: French Lilac. HEX triplet: F1, B9 and EA. RGB value is (241,185,234). Sum of RGB (Red+Green+Blue) = 241+185+234=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 185 (72.66% from 255 or 28.03% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B9EA is #0E4615. Grayscale: #CFCFCF. Windows color (decimal): -935446 or 15383025. OLE color: 15383025.
HSL color Cylindrical-coordinate representation of color #F1B9EA: hue angle of 307.5º 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 #F1B9EA is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 234 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.05 |
| HSL | 307.5º | 0.67% | 0.84% | - |
| HSV(B) | 307.5º | 0.23% | 0.95% | - |
| XYZ | 68.48 | 59.34 | 85.69 | - |
| YUV | 207.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 234 | 0 | 0.23 | 0.03 | 0.05 | 307.5 | 0.67 | 0.84 |
| Hex | F1 | B9 | EA | 0 | 17 | 3 | 5 | 134 | 43 | 54 |
| Octal | 361 | 271 | 352 | 0 | 27 | 3 | 5 | 464 | 103 | 124 |
| Binary | 11110001 | 10111001 | 11101010 | 0 | 10111 | 11 | 101 | 100110100 | 1000011 | 1010100 |
Color Harmonies of #F1B9EA
Complementary color
Monochromatic Colors of #F1B9EA
Black with #F1B9EA
Text Example
Text Example
White with #F1B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B9EA; }
p { color: rgb(241,185,234); }
H1.HeaderClassName
{
color: #F1B9EA;
}
.AnyTagClassName
{
color: #F1B9EA;
}
</style>
background-color css
<style>
a { background-color: #F1B9EA; }
a { background-color: rgb(241,185,234); }
div.DivClassName
{
background-color: #F1B9EA;
}
.BgClassName
{
background-color: #F1B9EA;
}
</style>
border-color css
<style>
span { border-color: #F1B9EA; }
span { border-color: rgb(241,185,234); }
td.TdClassName
{
border-color: #F1B9EA;
}
.TagClassName
{
border-color: #F1B9EA;
}
</style>