Shades of White Lilac #F1E0FD
Tints of White Lilac #F1E0FD
RGB
CMYK
RGB Variations
Color information
#F1E0FD (or 0xF1E0FD) is known color: White Lilac. HEX triplet: F1, E0 and FD. RGB value is (241,224,253). Sum of RGB (Red+Green+Blue) = 241+224+253=718 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.57% from 718); Green value is 224 (87.89% from 255 or 31.20% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1E0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E0FD is #0E1F02. Grayscale: #E8E8E8. Windows color (decimal): -925443 or 16638193. OLE color: 16638193.
HSL color Cylindrical-coordinate representation of color #F1E0FD: hue angle of 275.17º degrees, saturation: 0.88, 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 #F1E0FD is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 224 | 253 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.01 |
| HSL | 275.17º | 0.88% | 0.94% | - |
| HSV(B) | 275.17º | 0.11% | 0.99% | - |
| XYZ | 80.66 | 79.1 | 103.95 | - |
| YUV | 232.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 253 | 0.05 | 0.11 | 0 | 0.01 | 275.17 | 0.88 | 0.94 |
| Hex | F1 | E0 | FD | 5 | B | 0 | 1 | 113 | 58 | 5E |
| Octal | 361 | 340 | 375 | 5 | 13 | 0 | 1 | 423 | 130 | 136 |
| Binary | 11110001 | 11100000 | 11111101 | 101 | 1011 | 0 | 1 | 100010011 | 1011000 | 1011110 |
Color Harmonies of #F1E0FD
Complementary color
Monochromatic Colors of #F1E0FD
Black with #F1E0FD
Text Example
Text Example
White with #F1E0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E0FD; }
p { color: rgb(241,224,253); }
H1.HeaderClassName
{
color: #F1E0FD;
}
.AnyTagClassName
{
color: #F1E0FD;
}
</style>
background-color css
<style>
a { background-color: #F1E0FD; }
a { background-color: rgb(241,224,253); }
div.DivClassName
{
background-color: #F1E0FD;
}
.BgClassName
{
background-color: #F1E0FD;
}
</style>
border-color css
<style>
span { border-color: #F1E0FD; }
span { border-color: rgb(241,224,253); }
td.TdClassName
{
border-color: #F1E0FD;
}
.TagClassName
{
border-color: #F1E0FD;
}
</style>