Shades of White Lilac #F2E1FD
Tints of White Lilac #F2E1FD
RGB
CMYK
RGB Variations
Color information
#F2E1FD (or 0xF2E1FD) is known color: White Lilac. HEX triplet: F2, E1 and FD. RGB value is (242,225,253). Sum of RGB (Red+Green+Blue) = 242+225+253=720 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.61% from 720); Green value is 225 (88.28% from 255 or 31.25% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2E1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E1FD is #0D1E02. Grayscale: #E9E9E9. Windows color (decimal): -859651 or 16638450. OLE color: 16638450.
HSL color Cylindrical-coordinate representation of color #F2E1FD: hue angle of 276.43º degrees, saturation: 0.88, 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 #F2E1FD is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 225 | 253 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.01 |
| HSL | 276.43º | 0.88% | 0.94% | - |
| HSV(B) | 276.43º | 0.11% | 0.99% | - |
| XYZ | 81.27 | 79.82 | 104.05 | - |
| YUV | 233.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 253 | 0.04 | 0.11 | 0 | 0.01 | 276.43 | 0.88 | 0.94 |
| Hex | F2 | E1 | FD | 4 | B | 0 | 1 | 114 | 58 | 5E |
| Octal | 362 | 341 | 375 | 4 | 13 | 0 | 1 | 424 | 130 | 136 |
| Binary | 11110010 | 11100001 | 11111101 | 100 | 1011 | 0 | 1 | 100010100 | 1011000 | 1011110 |
Color Harmonies of #F2E1FD
Complementary color
Monochromatic Colors of #F2E1FD
Black with #F2E1FD
Text Example
Text Example
White with #F2E1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1FD; }
p { color: rgb(242,225,253); }
H1.HeaderClassName
{
color: #F2E1FD;
}
.AnyTagClassName
{
color: #F2E1FD;
}
</style>
background-color css
<style>
a { background-color: #F2E1FD; }
a { background-color: rgb(242,225,253); }
div.DivClassName
{
background-color: #F2E1FD;
}
.BgClassName
{
background-color: #F2E1FD;
}
</style>
border-color css
<style>
span { border-color: #F2E1FD; }
span { border-color: rgb(242,225,253); }
td.TdClassName
{
border-color: #F2E1FD;
}
.TagClassName
{
border-color: #F2E1FD;
}
</style>