Shades of White Lilac #FDF2FF
Tints of White Lilac #FDF2FF
RGB
CMYK
RGB Variations
Color information
#FDF2FF (or 0xFDF2FF) is known color: White Lilac. HEX triplet: FD, F2 and FF. RGB value is (253,242,255). Sum of RGB (Red+Green+Blue) = 253+242+255=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 242 (94.92% from 255 or 32.27% from 750); Blue value is 255 (100% from 255 or 34% from 750); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDF2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2FF is #020D00. Grayscale: #F6F6F6. Windows color (decimal): -134401 or 16773885. OLE color: 16773885.
HSL color Cylindrical-coordinate representation of color #FDF2FF: hue angle of 290.77º 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 #FDF2FF is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 242 | 255 | - |
CMYK | 0.01 | 0.05 | 0 | 0 |
HSL | 290.77º | 1% | 0.97% | - |
HSV(B) | 290.77º | 0.05% | 1% | - |
XYZ | 90.31 | 91.61 | 107.53 | - |
YUV | 246.77 | 132.64 | 132.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 242 | 255 | 0.01 | 0.05 | 0 | 0 | 290.77 | 1 | 0.97 |
Hex | FD | F2 | FF | 1 | 5 | 0 | 0 | 123 | 64 | 61 |
Octal | 375 | 362 | 377 | 1 | 5 | 0 | 0 | 443 | 144 | 141 |
Binary | 11111101 | 11110010 | 11111111 | 1 | 101 | 0 | 0 | 100100011 | 1100100 | 1100001 |
Color Harmonies of #FDF2FF
Complementary color
Monochromatic Colors of #FDF2FF
Black with #FDF2FF
Text Example
Text Example
White with #FDF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2FF; }
p { color: rgb(253,242,255); }
H1.HeaderClassName
{
color: #FDF2FF;
}
.AnyTagClassName
{
color: #FDF2FF;
}
</style>
background-color css
<style>
a { background-color: #FDF2FF; }
a { background-color: rgb(253,242,255); }
div.DivClassName
{
background-color: #FDF2FF;
}
.BgClassName
{
background-color: #FDF2FF;
}
</style>
border-color css
<style>
span { border-color: #FDF2FF; }
span { border-color: rgb(253,242,255); }
td.TdClassName
{
border-color: #FDF2FF;
}
.TagClassName
{
border-color: #FDF2FF;
}
</style>