Shades of White Lilac #FDF4FF
Tints of White Lilac #FDF4FF
RGB
CMYK
RGB Variations
Color information
#FDF4FF (or 0xFDF4FF) is known color: White Lilac. HEX triplet: FD, F4 and FF. RGB value is (253,244,255). Sum of RGB (Red+Green+Blue) = 253+244+255=752 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.64% from 752); Green value is 244 (95.70% from 255 or 32.45% from 752); Blue value is 255 (100% from 255 or 33.91% from 752); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDF4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF4FF is #020B00. Grayscale: #F7F7F7. Windows color (decimal): -133889 or 16774397. OLE color: 16774397.
HSL color Cylindrical-coordinate representation of color #FDF4FF: hue angle of 289.09º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FDF4FF is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 244 | 255 | - |
| CMYK | 0.01 | 0.04 | 0 | 0 |
| HSL | 289.09º | 1% | 0.98% | - |
| HSV(B) | 289.09º | 0.04% | 1% | - |
| XYZ | 90.91 | 92.8 | 107.73 | - |
| YUV | 247.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 255 | 0.01 | 0.04 | 0 | 0 | 289.09 | 1 | 0.98 |
| Hex | FD | F4 | FF | 1 | 4 | 0 | 0 | 121 | 64 | 62 |
| Octal | 375 | 364 | 377 | 1 | 4 | 0 | 0 | 441 | 144 | 142 |
| Binary | 11111101 | 11110100 | 11111111 | 1 | 100 | 0 | 0 | 100100001 | 1100100 | 1100010 |
Color Harmonies of #FDF4FF
Complementary color
Monochromatic Colors of #FDF4FF
Black with #FDF4FF
Text Example
Text Example
White with #FDF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4FF; }
p { color: rgb(253,244,255); }
H1.HeaderClassName
{
color: #FDF4FF;
}
.AnyTagClassName
{
color: #FDF4FF;
}
</style>
background-color css
<style>
a { background-color: #FDF4FF; }
a { background-color: rgb(253,244,255); }
div.DivClassName
{
background-color: #FDF4FF;
}
.BgClassName
{
background-color: #FDF4FF;
}
</style>
border-color css
<style>
span { border-color: #FDF4FF; }
span { border-color: rgb(253,244,255); }
td.TdClassName
{
border-color: #FDF4FF;
}
.TagClassName
{
border-color: #FDF4FF;
}
</style>