Shades of French Lilac #F1B9E8
Tints of French Lilac #F1B9E8
RGB
CMYK
RGB Variations
Color information
#F1B9E8 (or 0xF1B9E8) is known color: French Lilac. HEX triplet: F1, B9 and E8. RGB value is (241,185,232). Sum of RGB (Red+Green+Blue) = 241+185+232=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B9E8 is #0E4617. Grayscale: #CECECE. Windows color (decimal): -935448 or 15251953. OLE color: 15251953.
HSL color Cylindrical-coordinate representation of color #F1B9E8: hue angle of 309.64º 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 #F1B9E8 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 232 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.05 |
| HSL | 309.64º | 0.67% | 0.84% | - |
| HSV(B) | 309.64º | 0.23% | 0.95% | - |
| XYZ | 68.19 | 59.22 | 84.18 | - |
| YUV | 207.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 232 | 0 | 0.23 | 0.04 | 0.05 | 309.64 | 0.67 | 0.84 |
| Hex | F1 | B9 | E8 | 0 | 17 | 4 | 5 | 136 | 43 | 54 |
| Octal | 361 | 271 | 350 | 0 | 27 | 4 | 5 | 466 | 103 | 124 |
| Binary | 11110001 | 10111001 | 11101000 | 0 | 10111 | 100 | 101 | 100110110 | 1000011 | 1010100 |
Color Harmonies of #F1B9E8
Complementary color
Monochromatic Colors of #F1B9E8
Black with #F1B9E8
Text Example
Text Example
White with #F1B9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B9E8; }
p { color: rgb(241,185,232); }
H1.HeaderClassName
{
color: #F1B9E8;
}
.AnyTagClassName
{
color: #F1B9E8;
}
</style>
background-color css
<style>
a { background-color: #F1B9E8; }
a { background-color: rgb(241,185,232); }
div.DivClassName
{
background-color: #F1B9E8;
}
.BgClassName
{
background-color: #F1B9E8;
}
</style>
border-color css
<style>
span { border-color: #F1B9E8; }
span { border-color: rgb(241,185,232); }
td.TdClassName
{
border-color: #F1B9E8;
}
.TagClassName
{
border-color: #F1B9E8;
}
</style>