Shades of White Lilac #FDF1FF
Tints of White Lilac #FDF1FF
RGB
CMYK
RGB Variations
Color information
#FDF1FF (or 0xFDF1FF) is known color: White Lilac. HEX triplet: FD, F1 and FF. RGB value is (253,241,255). Sum of RGB (Red+Green+Blue) = 253+241+255=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 241 (94.53% from 255 or 32.18% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDF1FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF1FF is #020E00. Grayscale: #F6F6F6. Windows color (decimal): -134657 or 16773629. OLE color: 16773629.
HSL color Cylindrical-coordinate representation of color #FDF1FF: hue angle of 291.43º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FDF1FF is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 241 | 255 | - |
| CMYK | 0.01 | 0.05 | 0 | 0 |
| HSL | 291.43º | 1% | 0.97% | - |
| HSV(B) | 291.43º | 0.05% | 1% | - |
| XYZ | 90.01 | 91.01 | 107.43 | - |
| YUV | 246.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 255 | 0.01 | 0.05 | 0 | 0 | 291.43 | 1 | 0.97 |
| Hex | FD | F1 | FF | 1 | 5 | 0 | 0 | 123 | 64 | 61 |
| Octal | 375 | 361 | 377 | 1 | 5 | 0 | 0 | 443 | 144 | 141 |
| Binary | 11111101 | 11110001 | 11111111 | 1 | 101 | 0 | 0 | 100100011 | 1100100 | 1100001 |
Color Harmonies of #FDF1FF
Complementary color
Monochromatic Colors of #FDF1FF
Black with #FDF1FF
Text Example
Text Example
White with #FDF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1FF; }
p { color: rgb(253,241,255); }
H1.HeaderClassName
{
color: #FDF1FF;
}
.AnyTagClassName
{
color: #FDF1FF;
}
</style>
background-color css
<style>
a { background-color: #FDF1FF; }
a { background-color: rgb(253,241,255); }
div.DivClassName
{
background-color: #FDF1FF;
}
.BgClassName
{
background-color: #FDF1FF;
}
</style>
border-color css
<style>
span { border-color: #FDF1FF; }
span { border-color: rgb(253,241,255); }
td.TdClassName
{
border-color: #FDF1FF;
}
.TagClassName
{
border-color: #FDF1FF;
}
</style>