Shades of White Lilac #F5DDFE
Tints of White Lilac #F5DDFE
RGB
CMYK
RGB Variations
Color information
#F5DDFE (or 0xF5DDFE) is known color: White Lilac. HEX triplet: F5, DD and FE. RGB value is (245,221,254). Sum of RGB (Red+Green+Blue) = 245+221+254=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 221 (86.72% from 255 or 30.69% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5DDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDFE is #0A2201. Grayscale: #E7E7E7. Windows color (decimal): -664066 or 16702965. OLE color: 16702965.
HSL color Cylindrical-coordinate representation of color #F5DDFE: hue angle of 283.64º 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 #F5DDFE is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 221 | 254 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.00 |
| HSL | 283.64º | 0.94% | 0.93% | - |
| HSV(B) | 283.64º | 0.13% | 1% | - |
| XYZ | 81.4 | 78.28 | 104.59 | - |
| YUV | 231.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 254 | 0.04 | 0.13 | 0 | 0.00 | 283.64 | 0.94 | 0.93 |
| Hex | F5 | DD | FE | 4 | D | 0 | 0 | 11C | 5E | 5D |
| Octal | 365 | 335 | 376 | 4 | 15 | 0 | 0 | 434 | 136 | 135 |
| Binary | 11110101 | 11011101 | 11111110 | 100 | 1101 | 0 | 0 | 100011100 | 1011110 | 1011101 |
Color Harmonies of #F5DDFE
Complementary color
Monochromatic Colors of #F5DDFE
Black with #F5DDFE
Text Example
Text Example
White with #F5DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDFE; }
p { color: rgb(245,221,254); }
H1.HeaderClassName
{
color: #F5DDFE;
}
.AnyTagClassName
{
color: #F5DDFE;
}
</style>
background-color css
<style>
a { background-color: #F5DDFE; }
a { background-color: rgb(245,221,254); }
div.DivClassName
{
background-color: #F5DDFE;
}
.BgClassName
{
background-color: #F5DDFE;
}
</style>
border-color css
<style>
span { border-color: #F5DDFE; }
span { border-color: rgb(245,221,254); }
td.TdClassName
{
border-color: #F5DDFE;
}
.TagClassName
{
border-color: #F5DDFE;
}
</style>