Shades of White Lilac #F5DEFC
Tints of White Lilac #F5DEFC
RGB
CMYK
RGB Variations
Color information
#F5DEFC (or 0xF5DEFC) is known color: White Lilac. HEX triplet: F5, DE and FC. RGB value is (245,222,252). Sum of RGB (Red+Green+Blue) = 245+222+252=719 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.08% from 719); Green value is 222 (87.11% from 255 or 30.88% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5DEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DEFC is #0A2103. Grayscale: #E8E8E8. Windows color (decimal): -663812 or 16572149. OLE color: 16572149.
HSL color Cylindrical-coordinate representation of color #F5DEFC: hue angle of 286º 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 #F5DEFC is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 222 | 252 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.01 |
| HSL | 286º | 0.83% | 0.93% | - |
| HSV(B) | 286º | 0.12% | 0.99% | - |
| XYZ | 81.35 | 78.68 | 103 | - |
| YUV | 232.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 252 | 0.03 | 0.12 | 0 | 0.01 | 286 | 0.83 | 0.93 |
| Hex | F5 | DE | FC | 3 | C | 0 | 1 | 11E | 53 | 5D |
| Octal | 365 | 336 | 374 | 3 | 14 | 0 | 1 | 436 | 123 | 135 |
| Binary | 11110101 | 11011110 | 11111100 | 11 | 1100 | 0 | 1 | 100011110 | 1010011 | 1011101 |
Color Harmonies of #F5DEFC
Complementary color
Monochromatic Colors of #F5DEFC
Black with #F5DEFC
Text Example
Text Example
White with #F5DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEFC; }
p { color: rgb(245,222,252); }
H1.HeaderClassName
{
color: #F5DEFC;
}
.AnyTagClassName
{
color: #F5DEFC;
}
</style>
background-color css
<style>
a { background-color: #F5DEFC; }
a { background-color: rgb(245,222,252); }
div.DivClassName
{
background-color: #F5DEFC;
}
.BgClassName
{
background-color: #F5DEFC;
}
</style>
border-color css
<style>
span { border-color: #F5DEFC; }
span { border-color: rgb(245,222,252); }
td.TdClassName
{
border-color: #F5DEFC;
}
.TagClassName
{
border-color: #F5DEFC;
}
</style>