Shades of French Lilac #F1BCE8
Tints of French Lilac #F1BCE8
RGB
CMYK
RGB Variations
Color information
#F1BCE8 (or 0xF1BCE8) is known color: French Lilac. HEX triplet: F1, BC and E8. RGB value is (241,188,232). Sum of RGB (Red+Green+Blue) = 241+188+232=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BCE8 is #0E4317. Grayscale: #D0D0D0. Windows color (decimal): -934680 or 15252721. OLE color: 15252721.
HSL color Cylindrical-coordinate representation of color #F1BCE8: hue angle of 310.19º 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 #F1BCE8 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 232 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.05 |
| HSL | 310.19º | 0.65% | 0.84% | - |
| HSV(B) | 310.19º | 0.22% | 0.95% | - |
| XYZ | 68.82 | 60.49 | 84.39 | - |
| YUV | 208.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 232 | 0 | 0.22 | 0.04 | 0.05 | 310.19 | 0.65 | 0.84 |
| Hex | F1 | BC | E8 | 0 | 16 | 4 | 5 | 136 | 41 | 54 |
| Octal | 361 | 274 | 350 | 0 | 26 | 4 | 5 | 466 | 101 | 124 |
| Binary | 11110001 | 10111100 | 11101000 | 0 | 10110 | 100 | 101 | 100110110 | 1000001 | 1010100 |
Color Harmonies of #F1BCE8
Complementary color
Monochromatic Colors of #F1BCE8
Black with #F1BCE8
Text Example
Text Example
White with #F1BCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCE8; }
p { color: rgb(241,188,232); }
H1.HeaderClassName
{
color: #F1BCE8;
}
.AnyTagClassName
{
color: #F1BCE8;
}
</style>
background-color css
<style>
a { background-color: #F1BCE8; }
a { background-color: rgb(241,188,232); }
div.DivClassName
{
background-color: #F1BCE8;
}
.BgClassName
{
background-color: #F1BCE8;
}
</style>
border-color css
<style>
span { border-color: #F1BCE8; }
span { border-color: rgb(241,188,232); }
td.TdClassName
{
border-color: #F1BCE8;
}
.TagClassName
{
border-color: #F1BCE8;
}
</style>