Shades of White Lilac #F1E1FB
Tints of White Lilac #F1E1FB
RGB
CMYK
RGB Variations
Color information
#F1E1FB (or 0xF1E1FB) is known color: White Lilac. HEX triplet: F1, E1 and FB. RGB value is (241,225,251). Sum of RGB (Red+Green+Blue) = 241+225+251=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 225 (88.28% from 255 or 31.38% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1E1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E1FB is #0E1E04. Grayscale: #E8E8E8. Windows color (decimal): -925189 or 16507377. OLE color: 16507377.
HSL color Cylindrical-coordinate representation of color #F1E1FB: hue angle of 276.92º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1E1FB is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 225 | 251 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.02 |
| HSL | 276.92º | 0.76% | 0.93% | - |
| HSV(B) | 276.92º | 0.1% | 0.98% | - |
| XYZ | 80.61 | 79.52 | 102.37 | - |
| YUV | 232.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 251 | 0.04 | 0.10 | 0 | 0.02 | 276.92 | 0.76 | 0.93 |
| Hex | F1 | E1 | FB | 4 | A | 0 | 2 | 115 | 4C | 5D |
| Octal | 361 | 341 | 373 | 4 | 12 | 0 | 2 | 425 | 114 | 135 |
| Binary | 11110001 | 11100001 | 11111011 | 100 | 1010 | 0 | 10 | 100010101 | 1001100 | 1011101 |
Color Harmonies of #F1E1FB
Complementary color
Monochromatic Colors of #F1E1FB
Black with #F1E1FB
Text Example
Text Example
White with #F1E1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1FB; }
p { color: rgb(241,225,251); }
H1.HeaderClassName
{
color: #F1E1FB;
}
.AnyTagClassName
{
color: #F1E1FB;
}
</style>
background-color css
<style>
a { background-color: #F1E1FB; }
a { background-color: rgb(241,225,251); }
div.DivClassName
{
background-color: #F1E1FB;
}
.BgClassName
{
background-color: #F1E1FB;
}
</style>
border-color css
<style>
span { border-color: #F1E1FB; }
span { border-color: rgb(241,225,251); }
td.TdClassName
{
border-color: #F1E1FB;
}
.TagClassName
{
border-color: #F1E1FB;
}
</style>