Shades of White Lilac #F1E1F8
Tints of White Lilac #F1E1F8
RGB
CMYK
RGB Variations
Color information
#F1E1F8 (or 0xF1E1F8) is known color: White Lilac. HEX triplet: F1, E1 and F8. RGB value is (241,225,248). Sum of RGB (Red+Green+Blue) = 241+225+248=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 248 (97.27% from 255 or 34.73% from 714); Max value from RGB is 248 - color contains mainly: blue. Hex color #F1E1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E1F8 is #0E1E07. Grayscale: #E8E8E8. Windows color (decimal): -925192 or 16310769. OLE color: 16310769.
HSL color Cylindrical-coordinate representation of color #F1E1F8: hue angle of 281.74º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1E1F8 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 225 | 248 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.03 |
| HSL | 281.74º | 0.62% | 0.93% | - |
| HSV(B) | 281.74º | 0.09% | 0.97% | - |
| XYZ | 80.14 | 79.33 | 99.89 | - |
| YUV | 232.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 248 | 0.03 | 0.09 | 0 | 0.03 | 281.74 | 0.62 | 0.93 |
| Hex | F1 | E1 | F8 | 3 | 9 | 0 | 3 | 11A | 3E | 5D |
| Octal | 361 | 341 | 370 | 3 | 11 | 0 | 3 | 432 | 76 | 135 |
| Binary | 11110001 | 11100001 | 11111000 | 11 | 1001 | 0 | 11 | 100011010 | 111110 | 1011101 |
Color Harmonies of #F1E1F8
Complementary color
Monochromatic Colors of #F1E1F8
Black with #F1E1F8
Text Example
Text Example
White with #F1E1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1F8; }
p { color: rgb(241,225,248); }
H1.HeaderClassName
{
color: #F1E1F8;
}
.AnyTagClassName
{
color: #F1E1F8;
}
</style>
background-color css
<style>
a { background-color: #F1E1F8; }
a { background-color: rgb(241,225,248); }
div.DivClassName
{
background-color: #F1E1F8;
}
.BgClassName
{
background-color: #F1E1F8;
}
</style>
border-color css
<style>
span { border-color: #F1E1F8; }
span { border-color: rgb(241,225,248); }
td.TdClassName
{
border-color: #F1E1F8;
}
.TagClassName
{
border-color: #F1E1F8;
}
</style>