Shades of Magnolia #FDF7FF
Tints of Magnolia #FDF7FF
RGB
CMYK
RGB Variations
Color information
#FDF7FF (or 0xFDF7FF) is known color: Magnolia. HEX triplet: FD, F7 and FF. RGB value is (253,247,255). Sum of RGB (Red+Green+Blue) = 253+247+255=755 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.51% from 755); Green value is 247 (96.88% from 255 or 32.72% from 755); Blue value is 255 (100% from 255 or 33.77% from 755); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDF7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7FF is #020800. Grayscale: #F9F9F9. Windows color (decimal): -133121 or 16775165. OLE color: 16775165.
HSL color Cylindrical-coordinate representation of color #FDF7FF: hue angle of 285º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDF7FF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 247 | 255 | - |
CMYK | 0.01 | 0.03 | 0 | 0 |
HSL | 285º | 1% | 0.98% | - |
HSV(B) | 285º | 0.03% | 1% | - |
XYZ | 91.82 | 94.62 | 108.03 | - |
YUV | 249.71 | 130.99 | 130.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 255 | 0.01 | 0.03 | 0 | 0 | 285 | 1 | 0.98 |
Hex | FD | F7 | FF | 1 | 3 | 0 | 0 | 11D | 64 | 62 |
Octal | 375 | 367 | 377 | 1 | 3 | 0 | 0 | 435 | 144 | 142 |
Binary | 11111101 | 11110111 | 11111111 | 1 | 11 | 0 | 0 | 100011101 | 1100100 | 1100010 |
Color Harmonies of #FDF7FF
Complementary color
Monochromatic Colors of #FDF7FF
Black with #FDF7FF
Text Example
Text Example
White with #FDF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7FF; }
p { color: rgb(253,247,255); }
H1.HeaderClassName
{
color: #FDF7FF;
}
.AnyTagClassName
{
color: #FDF7FF;
}
</style>
background-color css
<style>
a { background-color: #FDF7FF; }
a { background-color: rgb(253,247,255); }
div.DivClassName
{
background-color: #FDF7FF;
}
.BgClassName
{
background-color: #FDF7FF;
}
</style>
border-color css
<style>
span { border-color: #FDF7FF; }
span { border-color: rgb(253,247,255); }
td.TdClassName
{
border-color: #FDF7FF;
}
.TagClassName
{
border-color: #FDF7FF;
}
</style>