Shades of White Lilac #F4DCFD
Tints of White Lilac #F4DCFD
RGB
CMYK
RGB Variations
Color information
#F4DCFD (or 0xF4DCFD) is known color: White Lilac. HEX triplet: F4, DC and FD. RGB value is (244,220,253). Sum of RGB (Red+Green+Blue) = 244+220+253=717 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.03% from 717); Green value is 220 (86.33% from 255 or 30.68% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCFD is #0B2302. Grayscale: #E6E6E6. Windows color (decimal): -729859 or 16637172. OLE color: 16637172.
HSL color Cylindrical-coordinate representation of color #F4DCFD: hue angle of 283.64º 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 #F4DCFD is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 220 | 253 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.01 |
| HSL | 283.64º | 0.89% | 0.93% | - |
| HSV(B) | 283.64º | 0.13% | 0.99% | - |
| XYZ | 80.63 | 77.51 | 103.64 | - |
| YUV | 230.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 253 | 0.04 | 0.13 | 0 | 0.01 | 283.64 | 0.89 | 0.93 |
| Hex | F4 | DC | FD | 4 | D | 0 | 1 | 11C | 59 | 5D |
| Octal | 364 | 334 | 375 | 4 | 15 | 0 | 1 | 434 | 131 | 135 |
| Binary | 11110100 | 11011100 | 11111101 | 100 | 1101 | 0 | 1 | 100011100 | 1011001 | 1011101 |
Color Harmonies of #F4DCFD
Complementary color
Monochromatic Colors of #F4DCFD
Black with #F4DCFD
Text Example
Text Example
White with #F4DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DCFD; }
p { color: rgb(244,220,253); }
H1.HeaderClassName
{
color: #F4DCFD;
}
.AnyTagClassName
{
color: #F4DCFD;
}
</style>
background-color css
<style>
a { background-color: #F4DCFD; }
a { background-color: rgb(244,220,253); }
div.DivClassName
{
background-color: #F4DCFD;
}
.BgClassName
{
background-color: #F4DCFD;
}
</style>
border-color css
<style>
span { border-color: #F4DCFD; }
span { border-color: rgb(244,220,253); }
td.TdClassName
{
border-color: #F4DCFD;
}
.TagClassName
{
border-color: #F4DCFD;
}
</style>