Shades of White Lilac #F1E0FE
Tints of White Lilac #F1E0FE
RGB
CMYK
RGB Variations
Color information
#F1E0FE (or 0xF1E0FE) is known color: White Lilac. HEX triplet: F1, E0 and FE. RGB value is (241,224,254). Sum of RGB (Red+Green+Blue) = 241+224+254=719 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.52% from 719); Green value is 224 (87.89% from 255 or 31.15% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1E0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E0FE is #0E1F01. Grayscale: #E8E8E8. Windows color (decimal): -925442 or 16703729. OLE color: 16703729.
HSL color Cylindrical-coordinate representation of color #F1E0FE: hue angle of 274º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1E0FE is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 224 | 254 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.00 |
| HSL | 274º | 0.94% | 0.94% | - |
| HSV(B) | 274º | 0.12% | 1% | - |
| XYZ | 80.82 | 79.17 | 104.79 | - |
| YUV | 232.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 254 | 0.05 | 0.12 | 0 | 0.00 | 274 | 0.94 | 0.94 |
| Hex | F1 | E0 | FE | 5 | C | 0 | 0 | 112 | 5E | 5E |
| Octal | 361 | 340 | 376 | 5 | 14 | 0 | 0 | 422 | 136 | 136 |
| Binary | 11110001 | 11100000 | 11111110 | 101 | 1100 | 0 | 0 | 100010010 | 1011110 | 1011110 |
Color Harmonies of #F1E0FE
Complementary color
Monochromatic Colors of #F1E0FE
Black with #F1E0FE
Text Example
Text Example
White with #F1E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E0FE; }
p { color: rgb(241,224,254); }
H1.HeaderClassName
{
color: #F1E0FE;
}
.AnyTagClassName
{
color: #F1E0FE;
}
</style>
background-color css
<style>
a { background-color: #F1E0FE; }
a { background-color: rgb(241,224,254); }
div.DivClassName
{
background-color: #F1E0FE;
}
.BgClassName
{
background-color: #F1E0FE;
}
</style>
border-color css
<style>
span { border-color: #F1E0FE; }
span { border-color: rgb(241,224,254); }
td.TdClassName
{
border-color: #F1E0FE;
}
.TagClassName
{
border-color: #F1E0FE;
}
</style>