Shades of French Lilac #F1B8EC
Tints of French Lilac #F1B8EC
RGB
CMYK
RGB Variations
Color information
#F1B8EC (or 0xF1B8EC) is known color: French Lilac. HEX triplet: F1, B8 and EC. RGB value is (241,184,236). Sum of RGB (Red+Green+Blue) = 241+184+236=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 184 (72.27% from 255 or 27.84% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B8EC is #0E4713. Grayscale: #CECECE. Windows color (decimal): -935700 or 15513841. OLE color: 15513841.
HSL color Cylindrical-coordinate representation of color #F1B8EC: hue angle of 305.26º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B8EC is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 184 | 236 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.05 |
| HSL | 305.26º | 0.67% | 0.83% | - |
| HSV(B) | 305.26º | 0.24% | 0.95% | - |
| XYZ | 68.56 | 59.04 | 87.14 | - |
| YUV | 206.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 184 | 236 | 0 | 0.24 | 0.02 | 0.05 | 305.26 | 0.67 | 0.83 |
| Hex | F1 | B8 | EC | 0 | 18 | 2 | 5 | 131 | 43 | 53 |
| Octal | 361 | 270 | 354 | 0 | 30 | 2 | 5 | 461 | 103 | 123 |
| Binary | 11110001 | 10111000 | 11101100 | 0 | 11000 | 10 | 101 | 100110001 | 1000011 | 1010011 |
Color Harmonies of #F1B8EC
Complementary color
Monochromatic Colors of #F1B8EC
Black with #F1B8EC
Text Example
Text Example
White with #F1B8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B8EC; }
p { color: rgb(241,184,236); }
H1.HeaderClassName
{
color: #F1B8EC;
}
.AnyTagClassName
{
color: #F1B8EC;
}
</style>
background-color css
<style>
a { background-color: #F1B8EC; }
a { background-color: rgb(241,184,236); }
div.DivClassName
{
background-color: #F1B8EC;
}
.BgClassName
{
background-color: #F1B8EC;
}
</style>
border-color css
<style>
span { border-color: #F1B8EC; }
span { border-color: rgb(241,184,236); }
td.TdClassName
{
border-color: #F1B8EC;
}
.TagClassName
{
border-color: #F1B8EC;
}
</style>