Shades of White Lilac #F1E2FC
Tints of White Lilac #F1E2FC
RGB
CMYK
RGB Variations
Color information
#F1E2FC (or 0xF1E2FC) is known color: White Lilac. HEX triplet: F1, E2 and FC. RGB value is (241,226,252). Sum of RGB (Red+Green+Blue) = 241+226+252=719 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.52% from 719); Green value is 226 (88.67% from 255 or 31.43% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1E2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E2FC is #0E1D03. Grayscale: #E9E9E9. Windows color (decimal): -924932 or 16573169. OLE color: 16573169.
HSL color Cylindrical-coordinate representation of color #F1E2FC: hue angle of 274.62º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1E2FC is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 226 | 252 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.01 |
| HSL | 274.62º | 0.81% | 0.94% | - |
| HSV(B) | 274.62º | 0.1% | 0.99% | - |
| XYZ | 81.04 | 80.12 | 103.29 | - |
| YUV | 233.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 252 | 0.04 | 0.10 | 0 | 0.01 | 274.62 | 0.81 | 0.94 |
| Hex | F1 | E2 | FC | 4 | A | 0 | 1 | 113 | 51 | 5E |
| Octal | 361 | 342 | 374 | 4 | 12 | 0 | 1 | 423 | 121 | 136 |
| Binary | 11110001 | 11100010 | 11111100 | 100 | 1010 | 0 | 1 | 100010011 | 1010001 | 1011110 |
Color Harmonies of #F1E2FC
Complementary color
Monochromatic Colors of #F1E2FC
Black with #F1E2FC
Text Example
Text Example
White with #F1E2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2FC; }
p { color: rgb(241,226,252); }
H1.HeaderClassName
{
color: #F1E2FC;
}
.AnyTagClassName
{
color: #F1E2FC;
}
</style>
background-color css
<style>
a { background-color: #F1E2FC; }
a { background-color: rgb(241,226,252); }
div.DivClassName
{
background-color: #F1E2FC;
}
.BgClassName
{
background-color: #F1E2FC;
}
</style>
border-color css
<style>
span { border-color: #F1E2FC; }
span { border-color: rgb(241,226,252); }
td.TdClassName
{
border-color: #F1E2FC;
}
.TagClassName
{
border-color: #F1E2FC;
}
</style>