Shades of White Lilac #F2E2FD
Tints of White Lilac #F2E2FD
RGB
CMYK
RGB Variations
Color information
#F2E2FD (or 0xF2E2FD) is known color: White Lilac. HEX triplet: F2, E2 and FD. RGB value is (242,226,253). Sum of RGB (Red+Green+Blue) = 242+226+253=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 226 (88.67% from 255 or 31.35% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2E2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E2FD is #0D1D02. Grayscale: #E9E9E9. Windows color (decimal): -859395 or 16638706. OLE color: 16638706.
HSL color Cylindrical-coordinate representation of color #F2E2FD: hue angle of 275.56º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2E2FD is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 226 | 253 | - |
CMYK | 0.04 | 0.11 | 0 | 0.01 |
HSL | 275.56º | 0.87% | 0.94% | - |
HSV(B) | 275.56º | 0.11% | 0.99% | - |
XYZ | 81.54 | 80.36 | 104.14 | - |
YUV | 233.86 | 138.8 | 133.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 226 | 253 | 0.04 | 0.11 | 0 | 0.01 | 275.56 | 0.87 | 0.94 |
Hex | F2 | E2 | FD | 4 | B | 0 | 1 | 114 | 57 | 5E |
Octal | 362 | 342 | 375 | 4 | 13 | 0 | 1 | 424 | 127 | 136 |
Binary | 11110010 | 11100010 | 11111101 | 100 | 1011 | 0 | 1 | 100010100 | 1010111 | 1011110 |
Color Harmonies of #F2E2FD
Complementary color
Monochromatic Colors of #F2E2FD
Black with #F2E2FD
Text Example
Text Example
White with #F2E2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2FD; }
p { color: rgb(242,226,253); }
H1.HeaderClassName
{
color: #F2E2FD;
}
.AnyTagClassName
{
color: #F2E2FD;
}
</style>
background-color css
<style>
a { background-color: #F2E2FD; }
a { background-color: rgb(242,226,253); }
div.DivClassName
{
background-color: #F2E2FD;
}
.BgClassName
{
background-color: #F2E2FD;
}
</style>
border-color css
<style>
span { border-color: #F2E2FD; }
span { border-color: rgb(242,226,253); }
td.TdClassName
{
border-color: #F2E2FD;
}
.TagClassName
{
border-color: #F2E2FD;
}
</style>