Shades of Magnolia #FBF7FD
Tints of Magnolia #FBF7FD
RGB
CMYK
RGB Variations
Color information
#FBF7FD (or 0xFBF7FD) is known color: Magnolia. HEX triplet: FB, F7 and FD. RGB value is (251,247,253). Sum of RGB (Red+Green+Blue) = 251+247+253=751 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.42% from 751); Green value is 247 (96.88% from 255 or 32.89% from 751); Blue value is 253 (99.22% from 255 or 33.69% from 751); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBF7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF7FD is #040802. Grayscale: #F8F8F8. Windows color (decimal): -264195 or 16644091. OLE color: 16644091.
HSL color Cylindrical-coordinate representation of color #FBF7FD: hue angle of 280º degrees, saturation: 0.6, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FBF7FD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 247 | 253 | - |
CMYK | 0.01 | 0.02 | 0 | 0.01 |
HSL | 280º | 0.6% | 0.98% | - |
HSV(B) | 280º | 0.02% | 0.99% | - |
XYZ | 90.77 | 94.12 | 106.31 | - |
YUV | 248.88 | 130.33 | 129.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 247 | 253 | 0.01 | 0.02 | 0 | 0.01 | 280 | 0.6 | 0.98 |
Hex | FB | F7 | FD | 1 | 2 | 0 | 1 | 118 | 3C | 62 |
Octal | 373 | 367 | 375 | 1 | 2 | 0 | 1 | 430 | 74 | 142 |
Binary | 11111011 | 11110111 | 11111101 | 1 | 10 | 0 | 1 | 100011000 | 111100 | 1100010 |
Color Harmonies of #FBF7FD
Complementary color
Monochromatic Colors of #FBF7FD
Black with #FBF7FD
Text Example
Text Example
White with #FBF7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF7FD; }
p { color: rgb(251,247,253); }
H1.HeaderClassName
{
color: #FBF7FD;
}
.AnyTagClassName
{
color: #FBF7FD;
}
</style>
background-color css
<style>
a { background-color: #FBF7FD; }
a { background-color: rgb(251,247,253); }
div.DivClassName
{
background-color: #FBF7FD;
}
.BgClassName
{
background-color: #FBF7FD;
}
</style>
border-color css
<style>
span { border-color: #FBF7FD; }
span { border-color: rgb(251,247,253); }
td.TdClassName
{
border-color: #FBF7FD;
}
.TagClassName
{
border-color: #FBF7FD;
}
</style>