Shades of White Lilac #F1E3F7
Tints of White Lilac #F1E3F7
RGB
CMYK
RGB Variations
Color information
#F1E3F7 (or 0xF1E3F7) is known color: White Lilac. HEX triplet: F1, E3 and F7. RGB value is (241,227,247). Sum of RGB (Red+Green+Blue) = 241+227+247=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 227 (89.06% from 255 or 31.75% from 715); Blue value is 247 (96.88% from 255 or 34.55% from 715); Max value from RGB is 247 - color contains mainly: blue. Hex color #F1E3F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E3F7 is #0E1C08. Grayscale: #E9E9E9. Windows color (decimal): -924681 or 16245745. OLE color: 16245745.
HSL color Cylindrical-coordinate representation of color #F1E3F7: hue angle of 282º degrees, saturation: 0.56, 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 #F1E3F7 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 227 | 247 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.03 |
| HSL | 282º | 0.56% | 0.93% | - |
| HSV(B) | 282º | 0.08% | 0.97% | - |
| XYZ | 80.53 | 80.35 | 99.26 | - |
| YUV | 233.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 247 | 0.02 | 0.08 | 0 | 0.03 | 282 | 0.56 | 0.93 |
| Hex | F1 | E3 | F7 | 2 | 8 | 0 | 3 | 11A | 38 | 5D |
| Octal | 361 | 343 | 367 | 2 | 10 | 0 | 3 | 432 | 70 | 135 |
| Binary | 11110001 | 11100011 | 11110111 | 10 | 1000 | 0 | 11 | 100011010 | 111000 | 1011101 |
Color Harmonies of #F1E3F7
Complementary color
Monochromatic Colors of #F1E3F7
Black with #F1E3F7
Text Example
Text Example
White with #F1E3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E3F7; }
p { color: rgb(241,227,247); }
H1.HeaderClassName
{
color: #F1E3F7;
}
.AnyTagClassName
{
color: #F1E3F7;
}
</style>
background-color css
<style>
a { background-color: #F1E3F7; }
a { background-color: rgb(241,227,247); }
div.DivClassName
{
background-color: #F1E3F7;
}
.BgClassName
{
background-color: #F1E3F7;
}
</style>
border-color css
<style>
span { border-color: #F1E3F7; }
span { border-color: rgb(241,227,247); }
td.TdClassName
{
border-color: #F1E3F7;
}
.TagClassName
{
border-color: #F1E3F7;
}
</style>