Shades of White Lilac #F1E3FA
Tints of White Lilac #F1E3FA
RGB
CMYK
RGB Variations
Color information
#F1E3FA (or 0xF1E3FA) is known color: White Lilac. HEX triplet: F1, E3 and FA. RGB value is (241,227,250). Sum of RGB (Red+Green+Blue) = 241+227+250=718 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.57% from 718); Green value is 227 (89.06% from 255 or 31.62% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1E3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E3FA is #0E1C05. Grayscale: #E9E9E9. Windows color (decimal): -924678 or 16442353. OLE color: 16442353.
HSL color Cylindrical-coordinate representation of color #F1E3FA: hue angle of 276.52º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1E3FA is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 227 | 250 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.02 |
| HSL | 276.52º | 0.7% | 0.94% | - |
| HSV(B) | 276.52º | 0.09% | 0.98% | - |
| XYZ | 81 | 80.54 | 101.72 | - |
| YUV | 233.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 250 | 0.04 | 0.09 | 0 | 0.02 | 276.52 | 0.7 | 0.94 |
| Hex | F1 | E3 | FA | 4 | 9 | 0 | 2 | 115 | 46 | 5E |
| Octal | 361 | 343 | 372 | 4 | 11 | 0 | 2 | 425 | 106 | 136 |
| Binary | 11110001 | 11100011 | 11111010 | 100 | 1001 | 0 | 10 | 100010101 | 1000110 | 1011110 |
Color Harmonies of #F1E3FA
Complementary color
Monochromatic Colors of #F1E3FA
Black with #F1E3FA
Text Example
Text Example
White with #F1E3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E3FA; }
p { color: rgb(241,227,250); }
H1.HeaderClassName
{
color: #F1E3FA;
}
.AnyTagClassName
{
color: #F1E3FA;
}
</style>
background-color css
<style>
a { background-color: #F1E3FA; }
a { background-color: rgb(241,227,250); }
div.DivClassName
{
background-color: #F1E3FA;
}
.BgClassName
{
background-color: #F1E3FA;
}
</style>
border-color css
<style>
span { border-color: #F1E3FA; }
span { border-color: rgb(241,227,250); }
td.TdClassName
{
border-color: #F1E3FA;
}
.TagClassName
{
border-color: #F1E3FA;
}
</style>