Shades of Magnolia #FDFAFE
Tints of Magnolia #FDFAFE
RGB
CMYK
RGB Variations
Color information
#FDFAFE (or 0xFDFAFE) is known color: Magnolia. HEX triplet: FD, FA and FE. RGB value is (253,250,254). Sum of RGB (Red+Green+Blue) = 253+250+254=757 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.42% from 757); Green value is 250 (98.05% from 255 or 33.03% from 757); Blue value is 254 (99.61% from 255 or 33.55% from 757); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDFAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAFE is #020501. Grayscale: #FBFBFB. Windows color (decimal): -132354 or 16710397. OLE color: 16710397.
HSL color Cylindrical-coordinate representation of color #FDFAFE: hue angle of 285º degrees, saturation: 0.67, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDFAFE is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 250 | 254 | - |
CMYK | 0.00 | 0.02 | 0 | 0.00 |
HSL | 285º | 0.67% | 0.99% | - |
HSV(B) | 285º | 0.02% | 1% | - |
XYZ | 92.58 | 96.41 | 107.5 | - |
YUV | 251.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 254 | 0.00 | 0.02 | 0 | 0.00 | 285 | 0.67 | 0.99 |
Hex | FD | FA | FE | 0 | 2 | 0 | 0 | 11D | 43 | 63 |
Octal | 375 | 372 | 376 | 0 | 2 | 0 | 0 | 435 | 103 | 143 |
Binary | 11111101 | 11111010 | 11111110 | 0 | 10 | 0 | 0 | 100011101 | 1000011 | 1100011 |
Color Harmonies of #FDFAFE
Complementary color
Monochromatic Colors of #FDFAFE
Black with #FDFAFE
Text Example
Text Example
White with #FDFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAFE; }
p { color: rgb(253,250,254); }
H1.HeaderClassName
{
color: #FDFAFE;
}
.AnyTagClassName
{
color: #FDFAFE;
}
</style>
background-color css
<style>
a { background-color: #FDFAFE; }
a { background-color: rgb(253,250,254); }
div.DivClassName
{
background-color: #FDFAFE;
}
.BgClassName
{
background-color: #FDFAFE;
}
</style>
border-color css
<style>
span { border-color: #FDFAFE; }
span { border-color: rgb(253,250,254); }
td.TdClassName
{
border-color: #FDFAFE;
}
.TagClassName
{
border-color: #FDFAFE;
}
</style>