Shades of White Lilac #F2DCFD
Tints of White Lilac #F2DCFD
RGB
CMYK
RGB Variations
Color information
#F2DCFD (or 0xF2DCFD) is known color: White Lilac. HEX triplet: F2, DC and FD. RGB value is (242,220,253). Sum of RGB (Red+Green+Blue) = 242+220+253=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCFD is #0D2302. Grayscale: #E6E6E6. Windows color (decimal): -860931 or 16637170. OLE color: 16637170.
HSL color Cylindrical-coordinate representation of color #F2DCFD: hue angle of 280º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2DCFD is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 220 | 253 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.01 |
| HSL | 280º | 0.89% | 0.93% | - |
| HSV(B) | 280º | 0.13% | 0.99% | - |
| XYZ | 79.94 | 77.16 | 103.61 | - |
| YUV | 230.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 253 | 0.04 | 0.13 | 0 | 0.01 | 280 | 0.89 | 0.93 |
| Hex | F2 | DC | FD | 4 | D | 0 | 1 | 118 | 59 | 5D |
| Octal | 362 | 334 | 375 | 4 | 15 | 0 | 1 | 430 | 131 | 135 |
| Binary | 11110010 | 11011100 | 11111101 | 100 | 1101 | 0 | 1 | 100011000 | 1011001 | 1011101 |
Color Harmonies of #F2DCFD
Complementary color
Monochromatic Colors of #F2DCFD
Black with #F2DCFD
Text Example
Text Example
White with #F2DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCFD; }
p { color: rgb(242,220,253); }
H1.HeaderClassName
{
color: #F2DCFD;
}
.AnyTagClassName
{
color: #F2DCFD;
}
</style>
background-color css
<style>
a { background-color: #F2DCFD; }
a { background-color: rgb(242,220,253); }
div.DivClassName
{
background-color: #F2DCFD;
}
.BgClassName
{
background-color: #F2DCFD;
}
</style>
border-color css
<style>
span { border-color: #F2DCFD; }
span { border-color: rgb(242,220,253); }
td.TdClassName
{
border-color: #F2DCFD;
}
.TagClassName
{
border-color: #F2DCFD;
}
</style>