Shades of Magnolia #FDF8FF
Tints of Magnolia #FDF8FF
RGB
CMYK
RGB Variations
Color information
#FDF8FF (or 0xFDF8FF) is known color: Magnolia. HEX triplet: FD, F8 and FF. RGB value is (253,248,255). Sum of RGB (Red+Green+Blue) = 253+248+255=756 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.47% from 756); Green value is 248 (97.27% from 255 or 32.80% from 756); Blue value is 255 (100% from 255 or 33.73% from 756); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDF8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8FF is #020700. Grayscale: #FAFAFA. Windows color (decimal): -132865 or 16775421. OLE color: 16775421.
HSL color Cylindrical-coordinate representation of color #FDF8FF: hue angle of 282.86º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDF8FF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 248 | 255 | - |
CMYK | 0.01 | 0.03 | 0 | 0 |
HSL | 282.86º | 1% | 0.99% | - |
HSV(B) | 282.86º | 0.03% | 1% | - |
XYZ | 92.13 | 95.24 | 108.13 | - |
YUV | 250.29 | 130.66 | 129.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 255 | 0.01 | 0.03 | 0 | 0 | 282.86 | 1 | 0.99 |
Hex | FD | F8 | FF | 1 | 3 | 0 | 0 | 11B | 64 | 63 |
Octal | 375 | 370 | 377 | 1 | 3 | 0 | 0 | 433 | 144 | 143 |
Binary | 11111101 | 11111000 | 11111111 | 1 | 11 | 0 | 0 | 100011011 | 1100100 | 1100011 |
Color Harmonies of #FDF8FF
Complementary color
Monochromatic Colors of #FDF8FF
Black with #FDF8FF
Text Example
Text Example
White with #FDF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8FF; }
p { color: rgb(253,248,255); }
H1.HeaderClassName
{
color: #FDF8FF;
}
.AnyTagClassName
{
color: #FDF8FF;
}
</style>
background-color css
<style>
a { background-color: #FDF8FF; }
a { background-color: rgb(253,248,255); }
div.DivClassName
{
background-color: #FDF8FF;
}
.BgClassName
{
background-color: #FDF8FF;
}
</style>
border-color css
<style>
span { border-color: #FDF8FF; }
span { border-color: rgb(253,248,255); }
td.TdClassName
{
border-color: #FDF8FF;
}
.TagClassName
{
border-color: #FDF8FF;
}
</style>