Shades of French Lilac #F1BFEA
Tints of French Lilac #F1BFEA
RGB
CMYK
RGB Variations
Color information
#F1BFEA (or 0xF1BFEA) is known color: French Lilac. HEX triplet: F1, BF and EA. RGB value is (241,191,234). Sum of RGB (Red+Green+Blue) = 241+191+234=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFEA is #0E4015. Grayscale: #D2D2D2. Windows color (decimal): -933910 or 15384561. OLE color: 15384561.
HSL color Cylindrical-coordinate representation of color #F1BFEA: hue angle of 308.4º degrees, saturation: 0.64, 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 #F1BFEA is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 234 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.05 |
| HSL | 308.4º | 0.64% | 0.85% | - |
| HSV(B) | 308.4º | 0.21% | 0.95% | - |
| XYZ | 69.76 | 61.9 | 86.11 | - |
| YUV | 210.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 234 | 0 | 0.21 | 0.03 | 0.05 | 308.4 | 0.64 | 0.85 |
| Hex | F1 | BF | EA | 0 | 15 | 3 | 5 | 134 | 40 | 55 |
| Octal | 361 | 277 | 352 | 0 | 25 | 3 | 5 | 464 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11101010 | 0 | 10101 | 11 | 101 | 100110100 | 1000000 | 1010101 |
Color Harmonies of #F1BFEA
Complementary color
Monochromatic Colors of #F1BFEA
Black with #F1BFEA
Text Example
Text Example
White with #F1BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFEA; }
p { color: rgb(241,191,234); }
H1.HeaderClassName
{
color: #F1BFEA;
}
.AnyTagClassName
{
color: #F1BFEA;
}
</style>
background-color css
<style>
a { background-color: #F1BFEA; }
a { background-color: rgb(241,191,234); }
div.DivClassName
{
background-color: #F1BFEA;
}
.BgClassName
{
background-color: #F1BFEA;
}
</style>
border-color css
<style>
span { border-color: #F1BFEA; }
span { border-color: rgb(241,191,234); }
td.TdClassName
{
border-color: #F1BFEA;
}
.TagClassName
{
border-color: #F1BFEA;
}
</style>