Shades of White Lilac #F0DFFC
Tints of White Lilac #F0DFFC
RGB
CMYK
RGB Variations
Color information
#F0DFFC (or 0xF0DFFC) is known color: White Lilac. HEX triplet: F0, DF and FC. RGB value is (240,223,252). Sum of RGB (Red+Green+Blue) = 240+223+252=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 223 (87.5% from 255 or 31.19% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0DFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFFC is #0F2003. Grayscale: #E7E7E7. Windows color (decimal): -991236 or 16572400. OLE color: 16572400.
HSL color Cylindrical-coordinate representation of color #F0DFFC: hue angle of 275.17º degrees, saturation: 0.83, 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 #F0DFFC is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 223 | 252 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.01 |
| HSL | 275.17º | 0.83% | 0.93% | - |
| HSV(B) | 275.17º | 0.12% | 0.99% | - |
| XYZ | 79.89 | 78.33 | 103 | - |
| YUV | 231.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 252 | 0.05 | 0.12 | 0 | 0.01 | 275.17 | 0.83 | 0.93 |
| Hex | F0 | DF | FC | 5 | C | 0 | 1 | 113 | 53 | 5D |
| Octal | 360 | 337 | 374 | 5 | 14 | 0 | 1 | 423 | 123 | 135 |
| Binary | 11110000 | 11011111 | 11111100 | 101 | 1100 | 0 | 1 | 100010011 | 1010011 | 1011101 |
Color Harmonies of #F0DFFC
Complementary color
Monochromatic Colors of #F0DFFC
Black with #F0DFFC
Text Example
Text Example
White with #F0DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFFC; }
p { color: rgb(240,223,252); }
H1.HeaderClassName
{
color: #F0DFFC;
}
.AnyTagClassName
{
color: #F0DFFC;
}
</style>
background-color css
<style>
a { background-color: #F0DFFC; }
a { background-color: rgb(240,223,252); }
div.DivClassName
{
background-color: #F0DFFC;
}
.BgClassName
{
background-color: #F0DFFC;
}
</style>
border-color css
<style>
span { border-color: #F0DFFC; }
span { border-color: rgb(240,223,252); }
td.TdClassName
{
border-color: #F0DFFC;
}
.TagClassName
{
border-color: #F0DFFC;
}
</style>