Shades of White Lilac #FDF3FF
Tints of White Lilac #FDF3FF
RGB
CMYK
RGB Variations
Color information
#FDF3FF (or 0xFDF3FF) is known color: White Lilac. HEX triplet: FD, F3 and FF. RGB value is (253,243,255). Sum of RGB (Red+Green+Blue) = 253+243+255=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 243 (95.31% from 255 or 32.36% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDF3FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF3FF is #020C00. Grayscale: #F7F7F7. Windows color (decimal): -134145 or 16774141. OLE color: 16774141.
HSL color Cylindrical-coordinate representation of color #FDF3FF: hue angle of 290º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FDF3FF is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 243 | 255 | - |
CMYK | 0.01 | 0.05 | 0 | 0 |
HSL | 290º | 1% | 0.98% | - |
HSV(B) | 290º | 0.05% | 1% | - |
XYZ | 90.61 | 92.2 | 107.63 | - |
YUV | 247.36 | 132.31 | 132.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 243 | 255 | 0.01 | 0.05 | 0 | 0 | 290 | 1 | 0.98 |
Hex | FD | F3 | FF | 1 | 5 | 0 | 0 | 122 | 64 | 62 |
Octal | 375 | 363 | 377 | 1 | 5 | 0 | 0 | 442 | 144 | 142 |
Binary | 11111101 | 11110011 | 11111111 | 1 | 101 | 0 | 0 | 100100010 | 1100100 | 1100010 |
Color Harmonies of #FDF3FF
Complementary color
Monochromatic Colors of #FDF3FF
Black with #FDF3FF
Text Example
Text Example
White with #FDF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3FF; }
p { color: rgb(253,243,255); }
H1.HeaderClassName
{
color: #FDF3FF;
}
.AnyTagClassName
{
color: #FDF3FF;
}
</style>
background-color css
<style>
a { background-color: #FDF3FF; }
a { background-color: rgb(253,243,255); }
div.DivClassName
{
background-color: #FDF3FF;
}
.BgClassName
{
background-color: #FDF3FF;
}
</style>
border-color css
<style>
span { border-color: #FDF3FF; }
span { border-color: rgb(253,243,255); }
td.TdClassName
{
border-color: #FDF3FF;
}
.TagClassName
{
border-color: #FDF3FF;
}
</style>