Shades of White Lilac #F0DEFC
Tints of White Lilac #F0DEFC
RGB
CMYK
RGB Variations
Color information
#F0DEFC (or 0xF0DEFC) is known color: White Lilac. HEX triplet: F0, DE and FC. RGB value is (240,222,252). Sum of RGB (Red+Green+Blue) = 240+222+252=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 222 (87.11% from 255 or 31.09% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0DEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEFC is #0F2103. Grayscale: #E6E6E6. Windows color (decimal): -991492 or 16572144. OLE color: 16572144.
HSL color Cylindrical-coordinate representation of color #F0DEFC: hue angle of 276º 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 #F0DEFC is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 222 | 252 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.01 |
| HSL | 276º | 0.83% | 0.93% | - |
| HSV(B) | 276º | 0.12% | 0.99% | - |
| XYZ | 79.63 | 77.8 | 102.91 | - |
| YUV | 230.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 252 | 0.05 | 0.12 | 0 | 0.01 | 276 | 0.83 | 0.93 |
| Hex | F0 | DE | FC | 5 | C | 0 | 1 | 114 | 53 | 5D |
| Octal | 360 | 336 | 374 | 5 | 14 | 0 | 1 | 424 | 123 | 135 |
| Binary | 11110000 | 11011110 | 11111100 | 101 | 1100 | 0 | 1 | 100010100 | 1010011 | 1011101 |
Color Harmonies of #F0DEFC
Complementary color
Monochromatic Colors of #F0DEFC
Black with #F0DEFC
Text Example
Text Example
White with #F0DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEFC; }
p { color: rgb(240,222,252); }
H1.HeaderClassName
{
color: #F0DEFC;
}
.AnyTagClassName
{
color: #F0DEFC;
}
</style>
background-color css
<style>
a { background-color: #F0DEFC; }
a { background-color: rgb(240,222,252); }
div.DivClassName
{
background-color: #F0DEFC;
}
.BgClassName
{
background-color: #F0DEFC;
}
</style>
border-color css
<style>
span { border-color: #F0DEFC; }
span { border-color: rgb(240,222,252); }
td.TdClassName
{
border-color: #F0DEFC;
}
.TagClassName
{
border-color: #F0DEFC;
}
</style>