Shades of White Lilac #F1E1FC
Tints of White Lilac #F1E1FC
RGB
CMYK
RGB Variations
Color information
#F1E1FC (or 0xF1E1FC) is known color: White Lilac. HEX triplet: F1, E1 and FC. RGB value is (241,225,252). Sum of RGB (Red+Green+Blue) = 241+225+252=718 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.57% from 718); Green value is 225 (88.28% from 255 or 31.34% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1E1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E1FC is #0E1E03. Grayscale: #E8E8E8. Windows color (decimal): -925188 or 16572913. OLE color: 16572913.
HSL color Cylindrical-coordinate representation of color #F1E1FC: hue angle of 275.56º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1E1FC is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 225 | 252 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.01 |
| HSL | 275.56º | 0.82% | 0.94% | - |
| HSV(B) | 275.56º | 0.11% | 0.99% | - |
| XYZ | 80.77 | 79.58 | 103.2 | - |
| YUV | 232.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 252 | 0.04 | 0.11 | 0 | 0.01 | 275.56 | 0.82 | 0.94 |
| Hex | F1 | E1 | FC | 4 | B | 0 | 1 | 114 | 52 | 5E |
| Octal | 361 | 341 | 374 | 4 | 13 | 0 | 1 | 424 | 122 | 136 |
| Binary | 11110001 | 11100001 | 11111100 | 100 | 1011 | 0 | 1 | 100010100 | 1010010 | 1011110 |
Color Harmonies of #F1E1FC
Complementary color
Monochromatic Colors of #F1E1FC
Black with #F1E1FC
Text Example
Text Example
White with #F1E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1FC; }
p { color: rgb(241,225,252); }
H1.HeaderClassName
{
color: #F1E1FC;
}
.AnyTagClassName
{
color: #F1E1FC;
}
</style>
background-color css
<style>
a { background-color: #F1E1FC; }
a { background-color: rgb(241,225,252); }
div.DivClassName
{
background-color: #F1E1FC;
}
.BgClassName
{
background-color: #F1E1FC;
}
</style>
border-color css
<style>
span { border-color: #F1E1FC; }
span { border-color: rgb(241,225,252); }
td.TdClassName
{
border-color: #F1E1FC;
}
.TagClassName
{
border-color: #F1E1FC;
}
</style>