Shades of Magnolia #FDF6FF
Tints of Magnolia #FDF6FF
RGB
CMYK
RGB Variations
Color information
#FDF6FF (or 0xFDF6FF) is known color: Magnolia. HEX triplet: FD, F6 and FF. RGB value is (253,246,255). Sum of RGB (Red+Green+Blue) = 253+246+255=754 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.55% from 754); Green value is 246 (96.48% from 255 or 32.63% from 754); Blue value is 255 (100% from 255 or 33.82% from 754); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDF6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6FF is #020900. Grayscale: #F9F9F9. Windows color (decimal): -133377 or 16774909. OLE color: 16774909.
HSL color Cylindrical-coordinate representation of color #FDF6FF: hue angle of 286.67º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FDF6FF is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 246 | 255 | - |
| CMYK | 0.01 | 0.04 | 0 | 0 |
| HSL | 286.67º | 1% | 0.98% | - |
| HSV(B) | 286.67º | 0.04% | 1% | - |
| XYZ | 91.51 | 94.01 | 107.93 | - |
| YUV | 249.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 255 | 0.01 | 0.04 | 0 | 0 | 286.67 | 1 | 0.98 |
| Hex | FD | F6 | FF | 1 | 4 | 0 | 0 | 11F | 64 | 62 |
| Octal | 375 | 366 | 377 | 1 | 4 | 0 | 0 | 437 | 144 | 142 |
| Binary | 11111101 | 11110110 | 11111111 | 1 | 100 | 0 | 0 | 100011111 | 1100100 | 1100010 |
Color Harmonies of #FDF6FF
Complementary color
Monochromatic Colors of #FDF6FF
Black with #FDF6FF
Text Example
Text Example
White with #FDF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6FF; }
p { color: rgb(253,246,255); }
H1.HeaderClassName
{
color: #FDF6FF;
}
.AnyTagClassName
{
color: #FDF6FF;
}
</style>
background-color css
<style>
a { background-color: #FDF6FF; }
a { background-color: rgb(253,246,255); }
div.DivClassName
{
background-color: #FDF6FF;
}
.BgClassName
{
background-color: #FDF6FF;
}
</style>
border-color css
<style>
span { border-color: #FDF6FF; }
span { border-color: rgb(253,246,255); }
td.TdClassName
{
border-color: #FDF6FF;
}
.TagClassName
{
border-color: #FDF6FF;
}
</style>