Shades of French Lilac #F1BCE2
Tints of French Lilac #F1BCE2
RGB
CMYK
RGB Variations
Color information
#F1BCE2 (or 0xF1BCE2) is known color: French Lilac. HEX triplet: F1, BC and E2. RGB value is (241,188,226). Sum of RGB (Red+Green+Blue) = 241+188+226=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCE2 is #0E431D. Grayscale: #D0D0D0. Windows color (decimal): -934686 or 14859505. OLE color: 14859505.
HSL color Cylindrical-coordinate representation of color #F1BCE2: hue angle of 316.98º degrees, saturation: 0.65, 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 #F1BCE2 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 226 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.05 |
| HSL | 316.98º | 0.65% | 0.84% | - |
| HSV(B) | 316.98º | 0.22% | 0.95% | - |
| XYZ | 67.99 | 60.16 | 79.98 | - |
| YUV | 208.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 226 | 0 | 0.22 | 0.06 | 0.05 | 316.98 | 0.65 | 0.84 |
| Hex | F1 | BC | E2 | 0 | 16 | 6 | 5 | 13D | 41 | 54 |
| Octal | 361 | 274 | 342 | 0 | 26 | 6 | 5 | 475 | 101 | 124 |
| Binary | 11110001 | 10111100 | 11100010 | 0 | 10110 | 110 | 101 | 100111101 | 1000001 | 1010100 |
Color Harmonies of #F1BCE2
Complementary color
Monochromatic Colors of #F1BCE2
Black with #F1BCE2
Text Example
Text Example
White with #F1BCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCE2; }
p { color: rgb(241,188,226); }
H1.HeaderClassName
{
color: #F1BCE2;
}
.AnyTagClassName
{
color: #F1BCE2;
}
</style>
background-color css
<style>
a { background-color: #F1BCE2; }
a { background-color: rgb(241,188,226); }
div.DivClassName
{
background-color: #F1BCE2;
}
.BgClassName
{
background-color: #F1BCE2;
}
</style>
border-color css
<style>
span { border-color: #F1BCE2; }
span { border-color: rgb(241,188,226); }
td.TdClassName
{
border-color: #F1BCE2;
}
.TagClassName
{
border-color: #F1BCE2;
}
</style>