Shades of Magnolia #FDFBFF
Tints of Magnolia #FDFBFF
RGB
CMYK
RGB Variations
Color information
#FDFBFF (or 0xFDFBFF) is known color: Magnolia. HEX triplet: FD, FB and FF. RGB value is (253,251,255). Sum of RGB (Red+Green+Blue) = 253+251+255=759 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.33% from 759); Green value is 251 (98.44% from 255 or 33.07% from 759); Blue value is 255 (100% from 255 or 33.60% from 759); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBFF is #020400. Grayscale: #FCFCFC. Windows color (decimal): -132097 or 16776189. OLE color: 16776189.
HSL color Cylindrical-coordinate representation of color #FDFBFF: hue angle of 270º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDFBFF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 251 | 255 | - |
CMYK | 0.01 | 0.02 | 0 | 0 |
HSL | 270º | 1% | 0.99% | - |
HSV(B) | 270º | 0.02% | 1% | - |
XYZ | 93.06 | 97.1 | 108.44 | - |
YUV | 252.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 255 | 0.01 | 0.02 | 0 | 0 | 270 | 1 | 0.99 |
Hex | FD | FB | FF | 1 | 2 | 0 | 0 | 10E | 64 | 63 |
Octal | 375 | 373 | 377 | 1 | 2 | 0 | 0 | 416 | 144 | 143 |
Binary | 11111101 | 11111011 | 11111111 | 1 | 10 | 0 | 0 | 100001110 | 1100100 | 1100011 |
Color Harmonies of #FDFBFF
Complementary color
Monochromatic Colors of #FDFBFF
Black with #FDFBFF
Text Example
Text Example
White with #FDFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBFF; }
p { color: rgb(253,251,255); }
H1.HeaderClassName
{
color: #FDFBFF;
}
.AnyTagClassName
{
color: #FDFBFF;
}
</style>
background-color css
<style>
a { background-color: #FDFBFF; }
a { background-color: rgb(253,251,255); }
div.DivClassName
{
background-color: #FDFBFF;
}
.BgClassName
{
background-color: #FDFBFF;
}
</style>
border-color css
<style>
span { border-color: #FDFBFF; }
span { border-color: rgb(253,251,255); }
td.TdClassName
{
border-color: #FDFBFF;
}
.TagClassName
{
border-color: #FDFBFF;
}
</style>