Shades of Magnolia #FDFCFE
Tints of Magnolia #FDFCFE
RGB
CMYK
RGB Variations
Color information
#FDFCFE (or 0xFDFCFE) is known color: Magnolia. HEX triplet: FD, FC and FE. RGB value is (253,252,254). Sum of RGB (Red+Green+Blue) = 253+252+254=759 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.33% from 759); Green value is 252 (98.83% from 255 or 33.20% from 759); Blue value is 254 (99.61% from 255 or 33.47% from 759); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCFE is #020301. Grayscale: #FCFCFC. Windows color (decimal): -131842 or 16710909. OLE color: 16710909.
HSL color Cylindrical-coordinate representation of color #FDFCFE: hue angle of 270º degrees, saturation: 0.5, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FDFCFE is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 252 | 254 | - |
CMYK | 0.00 | 0.01 | 0 | 0.00 |
HSL | 270º | 0.5% | 0.99% | - |
HSV(B) | 270º | 0.01% | 1% | - |
XYZ | 93.21 | 97.66 | 107.7 | - |
YUV | 252.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 254 | 0.00 | 0.01 | 0 | 0.00 | 270 | 0.5 | 0.99 |
Hex | FD | FC | FE | 0 | 1 | 0 | 0 | 10E | 32 | 63 |
Octal | 375 | 374 | 376 | 0 | 1 | 0 | 0 | 416 | 62 | 143 |
Binary | 11111101 | 11111100 | 11111110 | 0 | 1 | 0 | 0 | 100001110 | 110010 | 1100011 |
Color Harmonies of #FDFCFE
Complementary color
Monochromatic Colors of #FDFCFE
Black with #FDFCFE
Text Example
Text Example
White with #FDFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCFE; }
p { color: rgb(253,252,254); }
H1.HeaderClassName
{
color: #FDFCFE;
}
.AnyTagClassName
{
color: #FDFCFE;
}
</style>
background-color css
<style>
a { background-color: #FDFCFE; }
a { background-color: rgb(253,252,254); }
div.DivClassName
{
background-color: #FDFCFE;
}
.BgClassName
{
background-color: #FDFCFE;
}
</style>
border-color css
<style>
span { border-color: #FDFCFE; }
span { border-color: rgb(253,252,254); }
td.TdClassName
{
border-color: #FDFCFE;
}
.TagClassName
{
border-color: #FDFCFE;
}
</style>