Shades of White Lilac #F0E1FB
Tints of White Lilac #F0E1FB
RGB
CMYK
RGB Variations
Color information
#F0E1FB (or 0xF0E1FB) is known color: White Lilac. HEX triplet: F0, E1 and FB. RGB value is (240,225,251). Sum of RGB (Red+Green+Blue) = 240+225+251=716 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.52% from 716); Green value is 225 (88.28% from 255 or 31.42% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0E1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1FB is #0F1E04. Grayscale: #E8E8E8. Windows color (decimal): -990725 or 16507376. OLE color: 16507376.
HSL color Cylindrical-coordinate representation of color #F0E1FB: hue angle of 274.62º 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 #F0E1FB is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 225 | 251 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.02 |
| HSL | 274.62º | 0.76% | 0.93% | - |
| HSV(B) | 274.62º | 0.1% | 0.98% | - |
| XYZ | 80.27 | 79.34 | 102.35 | - |
| YUV | 232.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 251 | 0.04 | 0.10 | 0 | 0.02 | 274.62 | 0.76 | 0.93 |
| Hex | F0 | E1 | FB | 4 | A | 0 | 2 | 113 | 4C | 5D |
| Octal | 360 | 341 | 373 | 4 | 12 | 0 | 2 | 423 | 114 | 135 |
| Binary | 11110000 | 11100001 | 11111011 | 100 | 1010 | 0 | 10 | 100010011 | 1001100 | 1011101 |
Color Harmonies of #F0E1FB
Complementary color
Monochromatic Colors of #F0E1FB
Black with #F0E1FB
Text Example
Text Example
White with #F0E1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E1FB; }
p { color: rgb(240,225,251); }
H1.HeaderClassName
{
color: #F0E1FB;
}
.AnyTagClassName
{
color: #F0E1FB;
}
</style>
background-color css
<style>
a { background-color: #F0E1FB; }
a { background-color: rgb(240,225,251); }
div.DivClassName
{
background-color: #F0E1FB;
}
.BgClassName
{
background-color: #F0E1FB;
}
</style>
border-color css
<style>
span { border-color: #F0E1FB; }
span { border-color: rgb(240,225,251); }
td.TdClassName
{
border-color: #F0E1FB;
}
.TagClassName
{
border-color: #F0E1FB;
}
</style>