Shades of White Lilac #F1E3F8
Tints of White Lilac #F1E3F8
RGB
CMYK
RGB Variations
Color information
#F1E3F8 (or 0xF1E3F8) is known color: White Lilac. HEX triplet: F1, E3 and F8. RGB value is (241,227,248). Sum of RGB (Red+Green+Blue) = 241+227+248=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 227 (89.06% from 255 or 31.70% from 716); Blue value is 248 (97.27% from 255 or 34.64% from 716); Max value from RGB is 248 - color contains mainly: blue. Hex color #F1E3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E3F8 is #0E1C07. Grayscale: #E9E9E9. Windows color (decimal): -924680 or 16311281. OLE color: 16311281.
HSL color Cylindrical-coordinate representation of color #F1E3F8: hue angle of 280º degrees, saturation: 0.6, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1E3F8 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 227 | 248 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.03 |
| HSL | 280º | 0.6% | 0.93% | - |
| HSV(B) | 280º | 0.08% | 0.97% | - |
| XYZ | 80.69 | 80.42 | 100.08 | - |
| YUV | 233.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 248 | 0.03 | 0.08 | 0 | 0.03 | 280 | 0.6 | 0.93 |
| Hex | F1 | E3 | F8 | 3 | 8 | 0 | 3 | 118 | 3C | 5D |
| Octal | 361 | 343 | 370 | 3 | 10 | 0 | 3 | 430 | 74 | 135 |
| Binary | 11110001 | 11100011 | 11111000 | 11 | 1000 | 0 | 11 | 100011000 | 111100 | 1011101 |
Color Harmonies of #F1E3F8
Complementary color
Monochromatic Colors of #F1E3F8
Black with #F1E3F8
Text Example
Text Example
White with #F1E3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E3F8; }
p { color: rgb(241,227,248); }
H1.HeaderClassName
{
color: #F1E3F8;
}
.AnyTagClassName
{
color: #F1E3F8;
}
</style>
background-color css
<style>
a { background-color: #F1E3F8; }
a { background-color: rgb(241,227,248); }
div.DivClassName
{
background-color: #F1E3F8;
}
.BgClassName
{
background-color: #F1E3F8;
}
</style>
border-color css
<style>
span { border-color: #F1E3F8; }
span { border-color: rgb(241,227,248); }
td.TdClassName
{
border-color: #F1E3F8;
}
.TagClassName
{
border-color: #F1E3F8;
}
</style>