Shades of French Lilac #F1BEEF
Tints of French Lilac #F1BEEF
RGB
CMYK
RGB Variations
Color information
#F1BEEF (or 0xF1BEEF) is known color: French Lilac. HEX triplet: F1, BE and EF. RGB value is (241,190,239). Sum of RGB (Red+Green+Blue) = 241+190+239=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BEEF is #0E4110. Grayscale: #D2D2D2. Windows color (decimal): -934161 or 15711985. OLE color: 15711985.
HSL color Cylindrical-coordinate representation of color #F1BEEF: hue angle of 302.35º 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 #F1BEEF is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 239 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.05 |
| HSL | 302.35º | 0.65% | 0.85% | - |
| HSV(B) | 302.35º | 0.21% | 0.95% | - |
| XYZ | 70.27 | 61.76 | 89.88 | - |
| YUV | 210.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 239 | 0 | 0.21 | 0.01 | 0.05 | 302.35 | 0.65 | 0.85 |
| Hex | F1 | BE | EF | 0 | 15 | 1 | 5 | 12E | 41 | 55 |
| Octal | 361 | 276 | 357 | 0 | 25 | 1 | 5 | 456 | 101 | 125 |
| Binary | 11110001 | 10111110 | 11101111 | 0 | 10101 | 1 | 101 | 100101110 | 1000001 | 1010101 |
Color Harmonies of #F1BEEF
Complementary color
Monochromatic Colors of #F1BEEF
Black with #F1BEEF
Text Example
Text Example
White with #F1BEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEEF; }
p { color: rgb(241,190,239); }
H1.HeaderClassName
{
color: #F1BEEF;
}
.AnyTagClassName
{
color: #F1BEEF;
}
</style>
background-color css
<style>
a { background-color: #F1BEEF; }
a { background-color: rgb(241,190,239); }
div.DivClassName
{
background-color: #F1BEEF;
}
.BgClassName
{
background-color: #F1BEEF;
}
</style>
border-color css
<style>
span { border-color: #F1BEEF; }
span { border-color: rgb(241,190,239); }
td.TdClassName
{
border-color: #F1BEEF;
}
.TagClassName
{
border-color: #F1BEEF;
}
</style>