Shades of White Lilac #F0DFFE
Tints of White Lilac #F0DFFE
RGB
CMYK
RGB Variations
Color information
#F0DFFE (or 0xF0DFFE) is known color: White Lilac. HEX triplet: F0, DF and FE. RGB value is (240,223,254). Sum of RGB (Red+Green+Blue) = 240+223+254=717 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.47% from 717); Green value is 223 (87.5% from 255 or 31.10% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0DFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFFE is #0F2001. Grayscale: #E7E7E7. Windows color (decimal): -991234 or 16703472. OLE color: 16703472.
HSL color Cylindrical-coordinate representation of color #F0DFFE: hue angle of 272.9º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0DFFE is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 223 | 254 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.00 |
| HSL | 272.9º | 0.94% | 0.94% | - |
| HSV(B) | 272.9º | 0.12% | 1% | - |
| XYZ | 80.21 | 78.46 | 104.68 | - |
| YUV | 231.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 254 | 0.06 | 0.12 | 0 | 0.00 | 272.9 | 0.94 | 0.94 |
| Hex | F0 | DF | FE | 6 | C | 0 | 0 | 111 | 5E | 5E |
| Octal | 360 | 337 | 376 | 6 | 14 | 0 | 0 | 421 | 136 | 136 |
| Binary | 11110000 | 11011111 | 11111110 | 110 | 1100 | 0 | 0 | 100010001 | 1011110 | 1011110 |
Color Harmonies of #F0DFFE
Complementary color
Monochromatic Colors of #F0DFFE
Black with #F0DFFE
Text Example
Text Example
White with #F0DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFFE; }
p { color: rgb(240,223,254); }
H1.HeaderClassName
{
color: #F0DFFE;
}
.AnyTagClassName
{
color: #F0DFFE;
}
</style>
background-color css
<style>
a { background-color: #F0DFFE; }
a { background-color: rgb(240,223,254); }
div.DivClassName
{
background-color: #F0DFFE;
}
.BgClassName
{
background-color: #F0DFFE;
}
</style>
border-color css
<style>
span { border-color: #F0DFFE; }
span { border-color: rgb(240,223,254); }
td.TdClassName
{
border-color: #F0DFFE;
}
.TagClassName
{
border-color: #F0DFFE;
}
</style>