Shades of French Lilac #F1BBE1
Tints of French Lilac #F1BBE1
RGB
CMYK
RGB Variations
Color information
#F1BBE1 (or 0xF1BBE1) is known color: French Lilac. HEX triplet: F1, BB and E1. RGB value is (241,187,225). Sum of RGB (Red+Green+Blue) = 241+187+225=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBE1 is #0E441E. Grayscale: #CFCFCF. Windows color (decimal): -934943 or 14793713. OLE color: 14793713.
HSL color Cylindrical-coordinate representation of color #F1BBE1: hue angle of 317.78º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BBE1 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 225 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.05 |
| HSL | 317.78º | 0.66% | 0.84% | - |
| HSV(B) | 317.78º | 0.22% | 0.95% | - |
| XYZ | 67.64 | 59.68 | 79.19 | - |
| YUV | 207.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 225 | 0 | 0.22 | 0.07 | 0.05 | 317.78 | 0.66 | 0.84 |
| Hex | F1 | BB | E1 | 0 | 16 | 7 | 5 | 13E | 42 | 54 |
| Octal | 361 | 273 | 341 | 0 | 26 | 7 | 5 | 476 | 102 | 124 |
| Binary | 11110001 | 10111011 | 11100001 | 0 | 10110 | 111 | 101 | 100111110 | 1000010 | 1010100 |
Color Harmonies of #F1BBE1
Complementary color
Monochromatic Colors of #F1BBE1
Black with #F1BBE1
Text Example
Text Example
White with #F1BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBE1; }
p { color: rgb(241,187,225); }
H1.HeaderClassName
{
color: #F1BBE1;
}
.AnyTagClassName
{
color: #F1BBE1;
}
</style>
background-color css
<style>
a { background-color: #F1BBE1; }
a { background-color: rgb(241,187,225); }
div.DivClassName
{
background-color: #F1BBE1;
}
.BgClassName
{
background-color: #F1BBE1;
}
</style>
border-color css
<style>
span { border-color: #F1BBE1; }
span { border-color: rgb(241,187,225); }
td.TdClassName
{
border-color: #F1BBE1;
}
.TagClassName
{
border-color: #F1BBE1;
}
</style>