Shades of White Lilac #F0DDFC
Tints of White Lilac #F0DDFC
RGB
CMYK
RGB Variations
Color information
#F0DDFC (or 0xF0DDFC) is known color: White Lilac. HEX triplet: F0, DD and FC. RGB value is (240,221,252). Sum of RGB (Red+Green+Blue) = 240+221+252=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0DDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDFC is #0F2203. Grayscale: #E6E6E6. Windows color (decimal): -991748 or 16571888. OLE color: 16571888.
HSL color Cylindrical-coordinate representation of color #F0DDFC: hue angle of 276.77º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0DDFC is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 221 | 252 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.01 |
| HSL | 276.77º | 0.84% | 0.93% | - |
| HSV(B) | 276.77º | 0.12% | 0.99% | - |
| XYZ | 79.36 | 77.27 | 102.83 | - |
| YUV | 230.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 252 | 0.05 | 0.12 | 0 | 0.01 | 276.77 | 0.84 | 0.93 |
| Hex | F0 | DD | FC | 5 | C | 0 | 1 | 115 | 54 | 5D |
| Octal | 360 | 335 | 374 | 5 | 14 | 0 | 1 | 425 | 124 | 135 |
| Binary | 11110000 | 11011101 | 11111100 | 101 | 1100 | 0 | 1 | 100010101 | 1010100 | 1011101 |
Color Harmonies of #F0DDFC
Complementary color
Monochromatic Colors of #F0DDFC
Black with #F0DDFC
Text Example
Text Example
White with #F0DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDFC; }
p { color: rgb(240,221,252); }
H1.HeaderClassName
{
color: #F0DDFC;
}
.AnyTagClassName
{
color: #F0DDFC;
}
</style>
background-color css
<style>
a { background-color: #F0DDFC; }
a { background-color: rgb(240,221,252); }
div.DivClassName
{
background-color: #F0DDFC;
}
.BgClassName
{
background-color: #F0DDFC;
}
</style>
border-color css
<style>
span { border-color: #F0DDFC; }
span { border-color: rgb(240,221,252); }
td.TdClassName
{
border-color: #F0DDFC;
}
.TagClassName
{
border-color: #F0DDFC;
}
</style>