Shades of White Lilac #F1E2F9
Tints of White Lilac #F1E2F9
RGB
CMYK
RGB Variations
Color information
#F1E2F9 (or 0xF1E2F9) is known color: White Lilac. HEX triplet: F1, E2 and F9. RGB value is (241,226,249). Sum of RGB (Red+Green+Blue) = 241+226+249=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 226 (88.67% from 255 or 31.56% from 716); Blue value is 249 (97.66% from 255 or 34.78% from 716); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1E2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E2F9 is #0E1D06. Grayscale: #E9E9E9. Windows color (decimal): -924935 or 16376561. OLE color: 16376561.
HSL color Cylindrical-coordinate representation of color #F1E2F9: hue angle of 279.13º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1E2F9 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 226 | 249 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.02 |
| HSL | 279.13º | 0.66% | 0.93% | - |
| HSV(B) | 279.13º | 0.09% | 0.98% | - |
| XYZ | 80.57 | 79.93 | 100.8 | - |
| YUV | 233.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 249 | 0.03 | 0.09 | 0 | 0.02 | 279.13 | 0.66 | 0.93 |
| Hex | F1 | E2 | F9 | 3 | 9 | 0 | 2 | 117 | 42 | 5D |
| Octal | 361 | 342 | 371 | 3 | 11 | 0 | 2 | 427 | 102 | 135 |
| Binary | 11110001 | 11100010 | 11111001 | 11 | 1001 | 0 | 10 | 100010111 | 1000010 | 1011101 |
Color Harmonies of #F1E2F9
Complementary color
Monochromatic Colors of #F1E2F9
Black with #F1E2F9
Text Example
Text Example
White with #F1E2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2F9; }
p { color: rgb(241,226,249); }
H1.HeaderClassName
{
color: #F1E2F9;
}
.AnyTagClassName
{
color: #F1E2F9;
}
</style>
background-color css
<style>
a { background-color: #F1E2F9; }
a { background-color: rgb(241,226,249); }
div.DivClassName
{
background-color: #F1E2F9;
}
.BgClassName
{
background-color: #F1E2F9;
}
</style>
border-color css
<style>
span { border-color: #F1E2F9; }
span { border-color: rgb(241,226,249); }
td.TdClassName
{
border-color: #F1E2F9;
}
.TagClassName
{
border-color: #F1E2F9;
}
</style>