Shades of White Lilac #F5DCFE
Tints of White Lilac #F5DCFE
RGB
CMYK
RGB Variations
Color information
#F5DCFE (or 0xF5DCFE) is known color: White Lilac. HEX triplet: F5, DC and FE. RGB value is (245,220,254). Sum of RGB (Red+Green+Blue) = 245+220+254=719 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.08% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCFE is #0A2301. Grayscale: #E7E7E7. Windows color (decimal): -664322 or 16702709. OLE color: 16702709.
HSL color Cylindrical-coordinate representation of color #F5DCFE: hue angle of 284.12º 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 #F5DCFE is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 220 | 254 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.00 |
| HSL | 284.12º | 0.94% | 0.93% | - |
| HSV(B) | 284.12º | 0.13% | 1% | - |
| XYZ | 81.14 | 77.75 | 104.5 | - |
| YUV | 231.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 254 | 0.04 | 0.13 | 0 | 0.00 | 284.12 | 0.94 | 0.93 |
| Hex | F5 | DC | FE | 4 | D | 0 | 0 | 11C | 5E | 5D |
| Octal | 365 | 334 | 376 | 4 | 15 | 0 | 0 | 434 | 136 | 135 |
| Binary | 11110101 | 11011100 | 11111110 | 100 | 1101 | 0 | 0 | 100011100 | 1011110 | 1011101 |
Color Harmonies of #F5DCFE
Complementary color
Monochromatic Colors of #F5DCFE
Black with #F5DCFE
Text Example
Text Example
White with #F5DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCFE; }
p { color: rgb(245,220,254); }
H1.HeaderClassName
{
color: #F5DCFE;
}
.AnyTagClassName
{
color: #F5DCFE;
}
</style>
background-color css
<style>
a { background-color: #F5DCFE; }
a { background-color: rgb(245,220,254); }
div.DivClassName
{
background-color: #F5DCFE;
}
.BgClassName
{
background-color: #F5DCFE;
}
</style>
border-color css
<style>
span { border-color: #F5DCFE; }
span { border-color: rgb(245,220,254); }
td.TdClassName
{
border-color: #F5DCFE;
}
.TagClassName
{
border-color: #F5DCFE;
}
</style>