Shades of French Lilac #F1B8ED
Tints of French Lilac #F1B8ED
RGB
CMYK
RGB Variations
Color information
#F1B8ED (or 0xF1B8ED) is known color: French Lilac. HEX triplet: F1, B8 and ED. RGB value is (241,184,237). Sum of RGB (Red+Green+Blue) = 241+184+237=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 184 (72.27% from 255 or 27.79% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B8ED is #0E4712. Grayscale: #CECECE. Windows color (decimal): -935699 or 15579377. OLE color: 15579377.
HSL color Cylindrical-coordinate representation of color #F1B8ED: hue angle of 304.21º 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 #F1B8ED is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 184 | 237 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.05 |
| HSL | 304.21º | 0.67% | 0.83% | - |
| HSV(B) | 304.21º | 0.24% | 0.95% | - |
| XYZ | 68.7 | 59.1 | 87.91 | - |
| YUV | 207.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 184 | 237 | 0 | 0.24 | 0.02 | 0.05 | 304.21 | 0.67 | 0.83 |
| Hex | F1 | B8 | ED | 0 | 18 | 2 | 5 | 130 | 43 | 53 |
| Octal | 361 | 270 | 355 | 0 | 30 | 2 | 5 | 460 | 103 | 123 |
| Binary | 11110001 | 10111000 | 11101101 | 0 | 11000 | 10 | 101 | 100110000 | 1000011 | 1010011 |
Color Harmonies of #F1B8ED
Complementary color
Monochromatic Colors of #F1B8ED
Black with #F1B8ED
Text Example
Text Example
White with #F1B8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B8ED; }
p { color: rgb(241,184,237); }
H1.HeaderClassName
{
color: #F1B8ED;
}
.AnyTagClassName
{
color: #F1B8ED;
}
</style>
background-color css
<style>
a { background-color: #F1B8ED; }
a { background-color: rgb(241,184,237); }
div.DivClassName
{
background-color: #F1B8ED;
}
.BgClassName
{
background-color: #F1B8ED;
}
</style>
border-color css
<style>
span { border-color: #F1B8ED; }
span { border-color: rgb(241,184,237); }
td.TdClassName
{
border-color: #F1B8ED;
}
.TagClassName
{
border-color: #F1B8ED;
}
</style>