Shades of White Lilac #F0DCFE
Tints of White Lilac #F0DCFE
RGB
CMYK
RGB Variations
Color information
#F0DCFE (or 0xF0DCFE) is known color: White Lilac. HEX triplet: F0, DC and FE. RGB value is (240,220,254). Sum of RGB (Red+Green+Blue) = 240+220+254=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 220 (86.33% from 255 or 30.81% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCFE is #0F2301. Grayscale: #E5E5E5. Windows color (decimal): -992002 or 16702704. OLE color: 16702704.
HSL color Cylindrical-coordinate representation of color #F0DCFE: hue angle of 275.29º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0DCFE is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 220 | 254 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.00 |
| HSL | 275.29º | 0.94% | 0.93% | - |
| HSV(B) | 275.29º | 0.13% | 1% | - |
| XYZ | 79.42 | 76.87 | 104.42 | - |
| YUV | 229.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 254 | 0.06 | 0.13 | 0 | 0.00 | 275.29 | 0.94 | 0.93 |
| Hex | F0 | DC | FE | 6 | D | 0 | 0 | 113 | 5E | 5D |
| Octal | 360 | 334 | 376 | 6 | 15 | 0 | 0 | 423 | 136 | 135 |
| Binary | 11110000 | 11011100 | 11111110 | 110 | 1101 | 0 | 0 | 100010011 | 1011110 | 1011101 |
Color Harmonies of #F0DCFE
Complementary color
Monochromatic Colors of #F0DCFE
Black with #F0DCFE
Text Example
Text Example
White with #F0DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCFE; }
p { color: rgb(240,220,254); }
H1.HeaderClassName
{
color: #F0DCFE;
}
.AnyTagClassName
{
color: #F0DCFE;
}
</style>
background-color css
<style>
a { background-color: #F0DCFE; }
a { background-color: rgb(240,220,254); }
div.DivClassName
{
background-color: #F0DCFE;
}
.BgClassName
{
background-color: #F0DCFE;
}
</style>
border-color css
<style>
span { border-color: #F0DCFE; }
span { border-color: rgb(240,220,254); }
td.TdClassName
{
border-color: #F0DCFE;
}
.TagClassName
{
border-color: #F0DCFE;
}
</style>