Shades of French Lilac #F1BEE8
Tints of French Lilac #F1BEE8
RGB
CMYK
RGB Variations
Color information
#F1BEE8 (or 0xF1BEE8) is known color: French Lilac. HEX triplet: F1, BE and E8. RGB value is (241,190,232). Sum of RGB (Red+Green+Blue) = 241+190+232=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BEE8 is #0E4117. Grayscale: #D1D1D1. Windows color (decimal): -934168 or 15253233. OLE color: 15253233.
HSL color Cylindrical-coordinate representation of color #F1BEE8: hue angle of 310.59º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BEE8 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 232 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.05 |
| HSL | 310.59º | 0.65% | 0.85% | - |
| HSV(B) | 310.59º | 0.21% | 0.95% | - |
| XYZ | 69.25 | 61.35 | 84.54 | - |
| YUV | 210.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 232 | 0 | 0.21 | 0.04 | 0.05 | 310.59 | 0.65 | 0.85 |
| Hex | F1 | BE | E8 | 0 | 15 | 4 | 5 | 137 | 41 | 55 |
| Octal | 361 | 276 | 350 | 0 | 25 | 4 | 5 | 467 | 101 | 125 |
| Binary | 11110001 | 10111110 | 11101000 | 0 | 10101 | 100 | 101 | 100110111 | 1000001 | 1010101 |
Color Harmonies of #F1BEE8
Complementary color
Monochromatic Colors of #F1BEE8
Black with #F1BEE8
Text Example
Text Example
White with #F1BEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEE8; }
p { color: rgb(241,190,232); }
H1.HeaderClassName
{
color: #F1BEE8;
}
.AnyTagClassName
{
color: #F1BEE8;
}
</style>
background-color css
<style>
a { background-color: #F1BEE8; }
a { background-color: rgb(241,190,232); }
div.DivClassName
{
background-color: #F1BEE8;
}
.BgClassName
{
background-color: #F1BEE8;
}
</style>
border-color css
<style>
span { border-color: #F1BEE8; }
span { border-color: rgb(241,190,232); }
td.TdClassName
{
border-color: #F1BEE8;
}
.TagClassName
{
border-color: #F1BEE8;
}
</style>