Shades of Magnolia #FBF5FD
Tints of Magnolia #FBF5FD
RGB
CMYK
RGB Variations
Color information
#FBF5FD (or 0xFBF5FD) is known color: Magnolia. HEX triplet: FB, F5 and FD. RGB value is (251,245,253). Sum of RGB (Red+Green+Blue) = 251+245+253=749 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.51% from 749); Green value is 245 (96.09% from 255 or 32.71% from 749); Blue value is 253 (99.22% from 255 or 33.78% from 749); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBF5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF5FD is #040A02. Grayscale: #F7F7F7. Windows color (decimal): -264707 or 16643579. OLE color: 16643579.
HSL color Cylindrical-coordinate representation of color #FBF5FD: hue angle of 285º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FBF5FD is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 245 | 253 | - |
CMYK | 0.01 | 0.03 | 0 | 0.01 |
HSL | 285º | 0.67% | 0.98% | - |
HSV(B) | 285º | 0.03% | 0.99% | - |
XYZ | 90.17 | 92.91 | 106.11 | - |
YUV | 247.71 | 130.99 | 130.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 245 | 253 | 0.01 | 0.03 | 0 | 0.01 | 285 | 0.67 | 0.98 |
Hex | FB | F5 | FD | 1 | 3 | 0 | 1 | 11D | 43 | 62 |
Octal | 373 | 365 | 375 | 1 | 3 | 0 | 1 | 435 | 103 | 142 |
Binary | 11111011 | 11110101 | 11111101 | 1 | 11 | 0 | 1 | 100011101 | 1000011 | 1100010 |
Color Harmonies of #FBF5FD
Complementary color
Monochromatic Colors of #FBF5FD
Black with #FBF5FD
Text Example
Text Example
White with #FBF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF5FD; }
p { color: rgb(251,245,253); }
H1.HeaderClassName
{
color: #FBF5FD;
}
.AnyTagClassName
{
color: #FBF5FD;
}
</style>
background-color css
<style>
a { background-color: #FBF5FD; }
a { background-color: rgb(251,245,253); }
div.DivClassName
{
background-color: #FBF5FD;
}
.BgClassName
{
background-color: #FBF5FD;
}
</style>
border-color css
<style>
span { border-color: #FBF5FD; }
span { border-color: rgb(251,245,253); }
td.TdClassName
{
border-color: #FBF5FD;
}
.TagClassName
{
border-color: #FBF5FD;
}
</style>