Shades of French Lilac #F1BEE3
Tints of French Lilac #F1BEE3
RGB
CMYK
RGB Variations
Color information
#F1BEE3 (or 0xF1BEE3) is known color: French Lilac. HEX triplet: F1, BE and E3. RGB value is (241,190,227). Sum of RGB (Red+Green+Blue) = 241+190+227=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEE3 is #0E411C. Grayscale: #D1D1D1. Windows color (decimal): -934173 or 14925553. OLE color: 14925553.
HSL color Cylindrical-coordinate representation of color #F1BEE3: hue angle of 316.47º 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 #F1BEE3 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 227 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.05 |
| HSL | 316.47º | 0.65% | 0.85% | - |
| HSV(B) | 316.47º | 0.21% | 0.95% | - |
| XYZ | 68.55 | 61.07 | 80.85 | - |
| YUV | 209.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 227 | 0 | 0.21 | 0.06 | 0.05 | 316.47 | 0.65 | 0.85 |
| Hex | F1 | BE | E3 | 0 | 15 | 6 | 5 | 13C | 41 | 55 |
| Octal | 361 | 276 | 343 | 0 | 25 | 6 | 5 | 474 | 101 | 125 |
| Binary | 11110001 | 10111110 | 11100011 | 0 | 10101 | 110 | 101 | 100111100 | 1000001 | 1010101 |
Color Harmonies of #F1BEE3
Complementary color
Monochromatic Colors of #F1BEE3
Black with #F1BEE3
Text Example
Text Example
White with #F1BEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEE3; }
p { color: rgb(241,190,227); }
H1.HeaderClassName
{
color: #F1BEE3;
}
.AnyTagClassName
{
color: #F1BEE3;
}
</style>
background-color css
<style>
a { background-color: #F1BEE3; }
a { background-color: rgb(241,190,227); }
div.DivClassName
{
background-color: #F1BEE3;
}
.BgClassName
{
background-color: #F1BEE3;
}
</style>
border-color css
<style>
span { border-color: #F1BEE3; }
span { border-color: rgb(241,190,227); }
td.TdClassName
{
border-color: #F1BEE3;
}
.TagClassName
{
border-color: #F1BEE3;
}
</style>