Shades of White Lilac #F4DCFC
Tints of White Lilac #F4DCFC
RGB
CMYK
RGB Variations
Color information
#F4DCFC (or 0xF4DCFC) is known color: White Lilac. HEX triplet: F4, DC and FC. RGB value is (244,220,252). Sum of RGB (Red+Green+Blue) = 244+220+252=716 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.08% from 716); Green value is 220 (86.33% from 255 or 30.73% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCFC is #0B2303. Grayscale: #E6E6E6. Windows color (decimal): -729860 or 16571636. OLE color: 16571636.
HSL color Cylindrical-coordinate representation of color #F4DCFC: hue angle of 285º degrees, saturation: 0.84, 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 #F4DCFC is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 244 | 220 | 252 | - |
CMYK | 0.03 | 0.13 | 0 | 0.01 |
HSL | 285º | 0.84% | 0.93% | - |
HSV(B) | 285º | 0.13% | 0.99% | - |
XYZ | 80.47 | 77.45 | 102.8 | - |
YUV | 230.82 | 139.95 | 137.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 220 | 252 | 0.03 | 0.13 | 0 | 0.01 | 285 | 0.84 | 0.93 |
Hex | F4 | DC | FC | 3 | D | 0 | 1 | 11D | 54 | 5D |
Octal | 364 | 334 | 374 | 3 | 15 | 0 | 1 | 435 | 124 | 135 |
Binary | 11110100 | 11011100 | 11111100 | 11 | 1101 | 0 | 1 | 100011101 | 1010100 | 1011101 |
Color Harmonies of #F4DCFC
Complementary color
Monochromatic Colors of #F4DCFC
Black with #F4DCFC
Text Example
Text Example
White with #F4DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DCFC; }
p { color: rgb(244,220,252); }
H1.HeaderClassName
{
color: #F4DCFC;
}
.AnyTagClassName
{
color: #F4DCFC;
}
</style>
background-color css
<style>
a { background-color: #F4DCFC; }
a { background-color: rgb(244,220,252); }
div.DivClassName
{
background-color: #F4DCFC;
}
.BgClassName
{
background-color: #F4DCFC;
}
</style>
border-color css
<style>
span { border-color: #F4DCFC; }
span { border-color: rgb(244,220,252); }
td.TdClassName
{
border-color: #F4DCFC;
}
.TagClassName
{
border-color: #F4DCFC;
}
</style>