Shades of French Lilac #F1BBE3
Tints of French Lilac #F1BBE3
RGB
CMYK
RGB Variations
Color information
#F1BBE3 (or 0xF1BBE3) is known color: French Lilac. HEX triplet: F1, BB and E3. RGB value is (241,187,227). Sum of RGB (Red+Green+Blue) = 241+187+227=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBE3 is #0E441C. Grayscale: #CFCFCF. Windows color (decimal): -934941 or 14924785. OLE color: 14924785.
HSL color Cylindrical-coordinate representation of color #F1BBE3: hue angle of 315.56º 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 #F1BBE3 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 227 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.05 |
| HSL | 315.56º | 0.66% | 0.84% | - |
| HSV(B) | 315.56º | 0.22% | 0.95% | - |
| XYZ | 67.91 | 59.79 | 80.63 | - |
| YUV | 207.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 227 | 0 | 0.22 | 0.06 | 0.05 | 315.56 | 0.66 | 0.84 |
| Hex | F1 | BB | E3 | 0 | 16 | 6 | 5 | 13C | 42 | 54 |
| Octal | 361 | 273 | 343 | 0 | 26 | 6 | 5 | 474 | 102 | 124 |
| Binary | 11110001 | 10111011 | 11100011 | 0 | 10110 | 110 | 101 | 100111100 | 1000010 | 1010100 |
Color Harmonies of #F1BBE3
Complementary color
Monochromatic Colors of #F1BBE3
Black with #F1BBE3
Text Example
Text Example
White with #F1BBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBE3; }
p { color: rgb(241,187,227); }
H1.HeaderClassName
{
color: #F1BBE3;
}
.AnyTagClassName
{
color: #F1BBE3;
}
</style>
background-color css
<style>
a { background-color: #F1BBE3; }
a { background-color: rgb(241,187,227); }
div.DivClassName
{
background-color: #F1BBE3;
}
.BgClassName
{
background-color: #F1BBE3;
}
</style>
border-color css
<style>
span { border-color: #F1BBE3; }
span { border-color: rgb(241,187,227); }
td.TdClassName
{
border-color: #F1BBE3;
}
.TagClassName
{
border-color: #F1BBE3;
}
</style>