Shades of White Lilac #F8E2FE
Tints of White Lilac #F8E2FE
RGB
CMYK
RGB Variations
Color information
#F8E2FE (or 0xF8E2FE) is known color: White Lilac. HEX triplet: F8, E2 and FE. RGB value is (248,226,254). Sum of RGB (Red+Green+Blue) = 248+226+254=728 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.07% from 728); Green value is 226 (88.67% from 255 or 31.04% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8E2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E2FE is #071D01. Grayscale: #EBEBEB. Windows color (decimal): -466178 or 16704248. OLE color: 16704248.
HSL color Cylindrical-coordinate representation of color #F8E2FE: hue angle of 287.14º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8E2FE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 226 | 254 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.00 |
| HSL | 287.14º | 0.93% | 0.94% | - |
| HSV(B) | 287.14º | 0.11% | 1% | - |
| XYZ | 83.8 | 81.5 | 105.08 | - |
| YUV | 235.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 226 | 254 | 0.02 | 0.11 | 0 | 0.00 | 287.14 | 0.93 | 0.94 |
| Hex | F8 | E2 | FE | 2 | B | 0 | 0 | 11F | 5D | 5E |
| Octal | 370 | 342 | 376 | 2 | 13 | 0 | 0 | 437 | 135 | 136 |
| Binary | 11111000 | 11100010 | 11111110 | 10 | 1011 | 0 | 0 | 100011111 | 1011101 | 1011110 |
Color Harmonies of #F8E2FE
Complementary color
Monochromatic Colors of #F8E2FE
Black with #F8E2FE
Text Example
Text Example
White with #F8E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E2FE; }
p { color: rgb(248,226,254); }
H1.HeaderClassName
{
color: #F8E2FE;
}
.AnyTagClassName
{
color: #F8E2FE;
}
</style>
background-color css
<style>
a { background-color: #F8E2FE; }
a { background-color: rgb(248,226,254); }
div.DivClassName
{
background-color: #F8E2FE;
}
.BgClassName
{
background-color: #F8E2FE;
}
</style>
border-color css
<style>
span { border-color: #F8E2FE; }
span { border-color: rgb(248,226,254); }
td.TdClassName
{
border-color: #F8E2FE;
}
.TagClassName
{
border-color: #F8E2FE;
}
</style>