Shades of White Lilac #F7E2FE
Tints of White Lilac #F7E2FE
RGB
CMYK
RGB Variations
Color information
#F7E2FE (or 0xF7E2FE) is known color: White Lilac. HEX triplet: F7, E2 and FE. RGB value is (247,226,254). Sum of RGB (Red+Green+Blue) = 247+226+254=727 (96% of max value = 765). Red value is 247 (96.88% from 255 or 33.98% from 727); Green value is 226 (88.67% from 255 or 31.09% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7E2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E2FE is #081D01. Grayscale: #EBEBEB. Windows color (decimal): -531714 or 16704247. OLE color: 16704247.
HSL color Cylindrical-coordinate representation of color #F7E2FE: hue angle of 285º 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 #F7E2FE is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 226 | 254 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.00 |
| HSL | 285º | 0.93% | 0.94% | - |
| HSV(B) | 285º | 0.11% | 1% | - |
| XYZ | 83.44 | 81.32 | 105.06 | - |
| YUV | 235.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 254 | 0.03 | 0.11 | 0 | 0.00 | 285 | 0.93 | 0.94 |
| Hex | F7 | E2 | FE | 3 | B | 0 | 0 | 11D | 5D | 5E |
| Octal | 367 | 342 | 376 | 3 | 13 | 0 | 0 | 435 | 135 | 136 |
| Binary | 11110111 | 11100010 | 11111110 | 11 | 1011 | 0 | 0 | 100011101 | 1011101 | 1011110 |
Color Harmonies of #F7E2FE
Complementary color
Monochromatic Colors of #F7E2FE
Black with #F7E2FE
Text Example
Text Example
White with #F7E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E2FE; }
p { color: rgb(247,226,254); }
H1.HeaderClassName
{
color: #F7E2FE;
}
.AnyTagClassName
{
color: #F7E2FE;
}
</style>
background-color css
<style>
a { background-color: #F7E2FE; }
a { background-color: rgb(247,226,254); }
div.DivClassName
{
background-color: #F7E2FE;
}
.BgClassName
{
background-color: #F7E2FE;
}
</style>
border-color css
<style>
span { border-color: #F7E2FE; }
span { border-color: rgb(247,226,254); }
td.TdClassName
{
border-color: #F7E2FE;
}
.TagClassName
{
border-color: #F7E2FE;
}
</style>