Shades of White Lilac #F5DFFE
Tints of White Lilac #F5DFFE
RGB
CMYK
RGB Variations
Color information
#F5DFFE (or 0xF5DFFE) is known color: White Lilac. HEX triplet: F5, DF and FE. RGB value is (245,223,254). Sum of RGB (Red+Green+Blue) = 245+223+254=722 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.93% from 722); Green value is 223 (87.5% from 255 or 30.89% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5DFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DFFE is #0A2001. Grayscale: #E9E9E9. Windows color (decimal): -663554 or 16703477. OLE color: 16703477.
HSL color Cylindrical-coordinate representation of color #F5DFFE: hue angle of 282.58º 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 #F5DFFE is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 223 | 254 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.00 |
| HSL | 282.58º | 0.94% | 0.94% | - |
| HSV(B) | 282.58º | 0.12% | 1% | - |
| XYZ | 81.93 | 79.34 | 104.76 | - |
| YUV | 233.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 254 | 0.04 | 0.12 | 0 | 0.00 | 282.58 | 0.94 | 0.94 |
| Hex | F5 | DF | FE | 4 | C | 0 | 0 | 11B | 5E | 5E |
| Octal | 365 | 337 | 376 | 4 | 14 | 0 | 0 | 433 | 136 | 136 |
| Binary | 11110101 | 11011111 | 11111110 | 100 | 1100 | 0 | 0 | 100011011 | 1011110 | 1011110 |
Color Harmonies of #F5DFFE
Complementary color
Monochromatic Colors of #F5DFFE
Black with #F5DFFE
Text Example
Text Example
White with #F5DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFFE; }
p { color: rgb(245,223,254); }
H1.HeaderClassName
{
color: #F5DFFE;
}
.AnyTagClassName
{
color: #F5DFFE;
}
</style>
background-color css
<style>
a { background-color: #F5DFFE; }
a { background-color: rgb(245,223,254); }
div.DivClassName
{
background-color: #F5DFFE;
}
.BgClassName
{
background-color: #F5DFFE;
}
</style>
border-color css
<style>
span { border-color: #F5DFFE; }
span { border-color: rgb(245,223,254); }
td.TdClassName
{
border-color: #F5DFFE;
}
.TagClassName
{
border-color: #F5DFFE;
}
</style>