Shades of Magnolia #FDF9FE
Tints of Magnolia #FDF9FE
RGB
CMYK
RGB Variations
Color information
#FDF9FE (or 0xFDF9FE) is known color: Magnolia. HEX triplet: FD, F9 and FE. RGB value is (253,249,254). Sum of RGB (Red+Green+Blue) = 253+249+254=756 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.47% from 756); Green value is 249 (97.66% from 255 or 32.94% from 756); Blue value is 254 (99.61% from 255 or 33.60% from 756); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDF9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9FE is #020601. Grayscale: #FAFAFA. Windows color (decimal): -132610 or 16710141. OLE color: 16710141.
HSL color Cylindrical-coordinate representation of color #FDF9FE: hue angle of 288º degrees, saturation: 0.71, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDF9FE is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 249 | 254 | - |
CMYK | 0.00 | 0.02 | 0 | 0.00 |
HSL | 288º | 0.71% | 0.99% | - |
HSV(B) | 288º | 0.02% | 1% | - |
XYZ | 92.27 | 95.79 | 107.39 | - |
YUV | 250.77 | 129.83 | 129.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 249 | 254 | 0.00 | 0.02 | 0 | 0.00 | 288 | 0.71 | 0.99 |
Hex | FD | F9 | FE | 0 | 2 | 0 | 0 | 120 | 47 | 63 |
Octal | 375 | 371 | 376 | 0 | 2 | 0 | 0 | 440 | 107 | 143 |
Binary | 11111101 | 11111001 | 11111110 | 0 | 10 | 0 | 0 | 100100000 | 1000111 | 1100011 |
Color Harmonies of #FDF9FE
Complementary color
Monochromatic Colors of #FDF9FE
Black with #FDF9FE
Text Example
Text Example
White with #FDF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9FE; }
p { color: rgb(253,249,254); }
H1.HeaderClassName
{
color: #FDF9FE;
}
.AnyTagClassName
{
color: #FDF9FE;
}
</style>
background-color css
<style>
a { background-color: #FDF9FE; }
a { background-color: rgb(253,249,254); }
div.DivClassName
{
background-color: #FDF9FE;
}
.BgClassName
{
background-color: #FDF9FE;
}
</style>
border-color css
<style>
span { border-color: #FDF9FE; }
span { border-color: rgb(253,249,254); }
td.TdClassName
{
border-color: #FDF9FE;
}
.TagClassName
{
border-color: #FDF9FE;
}
</style>