Shades of French Lilac #F1BFEB
Tints of French Lilac #F1BFEB
RGB
CMYK
RGB Variations
Color information
#F1BFEB (or 0xF1BFEB) is known color: French Lilac. HEX triplet: F1, BF and EB. RGB value is (241,191,235). Sum of RGB (Red+Green+Blue) = 241+191+235=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFEB is #0E4014. Grayscale: #D2D2D2. Windows color (decimal): -933909 or 15450097. OLE color: 15450097.
HSL color Cylindrical-coordinate representation of color #F1BFEB: hue angle of 307.2º 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 #F1BFEB is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 235 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.05 |
| HSL | 307.2º | 0.64% | 0.85% | - |
| HSV(B) | 307.2º | 0.21% | 0.95% | - |
| XYZ | 69.9 | 61.96 | 86.87 | - |
| YUV | 210.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 235 | 0 | 0.21 | 0.02 | 0.05 | 307.2 | 0.64 | 0.85 |
| Hex | F1 | BF | EB | 0 | 15 | 2 | 5 | 133 | 40 | 55 |
| Octal | 361 | 277 | 353 | 0 | 25 | 2 | 5 | 463 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11101011 | 0 | 10101 | 10 | 101 | 100110011 | 1000000 | 1010101 |
Color Harmonies of #F1BFEB
Complementary color
Monochromatic Colors of #F1BFEB
Black with #F1BFEB
Text Example
Text Example
White with #F1BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFEB; }
p { color: rgb(241,191,235); }
H1.HeaderClassName
{
color: #F1BFEB;
}
.AnyTagClassName
{
color: #F1BFEB;
}
</style>
background-color css
<style>
a { background-color: #F1BFEB; }
a { background-color: rgb(241,191,235); }
div.DivClassName
{
background-color: #F1BFEB;
}
.BgClassName
{
background-color: #F1BFEB;
}
</style>
border-color css
<style>
span { border-color: #F1BFEB; }
span { border-color: rgb(241,191,235); }
td.TdClassName
{
border-color: #F1BFEB;
}
.TagClassName
{
border-color: #F1BFEB;
}
</style>