Shades of Magnolia #FBF9FC
Tints of Magnolia #FBF9FC
RGB
CMYK
RGB Variations
Color information
#FBF9FC (or 0xFBF9FC) is known color: Magnolia. HEX triplet: FB, F9 and FC. RGB value is (251,249,252). Sum of RGB (Red+Green+Blue) = 251+249+252=752 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.38% from 752); Green value is 249 (97.66% from 255 or 33.11% from 752); Blue value is 252 (98.83% from 255 or 33.51% from 752); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9FC is #040603. Grayscale: #F9F9F9. Windows color (decimal): -263684 or 16579067. OLE color: 16579067.
HSL color Cylindrical-coordinate representation of color #FBF9FC: hue angle of 280º degrees, saturation: 0.33, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FBF9FC is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 249 | 252 | - |
CMYK | 0.00 | 0.01 | 0 | 0.01 |
HSL | 280º | 0.33% | 0.98% | - |
HSV(B) | 280º | 0.01% | 0.99% | - |
XYZ | 91.23 | 95.29 | 105.68 | - |
YUV | 249.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 249 | 252 | 0.00 | 0.01 | 0 | 0.01 | 280 | 0.33 | 0.98 |
Hex | FB | F9 | FC | 0 | 1 | 0 | 1 | 118 | 21 | 62 |
Octal | 373 | 371 | 374 | 0 | 1 | 0 | 1 | 430 | 41 | 142 |
Binary | 11111011 | 11111001 | 11111100 | 0 | 1 | 0 | 1 | 100011000 | 100001 | 1100010 |
Color Harmonies of #FBF9FC
Complementary color
Monochromatic Colors of #FBF9FC
Black with #FBF9FC
Text Example
Text Example
White with #FBF9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF9FC; }
p { color: rgb(251,249,252); }
H1.HeaderClassName
{
color: #FBF9FC;
}
.AnyTagClassName
{
color: #FBF9FC;
}
</style>
background-color css
<style>
a { background-color: #FBF9FC; }
a { background-color: rgb(251,249,252); }
div.DivClassName
{
background-color: #FBF9FC;
}
.BgClassName
{
background-color: #FBF9FC;
}
</style>
border-color css
<style>
span { border-color: #FBF9FC; }
span { border-color: rgb(251,249,252); }
td.TdClassName
{
border-color: #FBF9FC;
}
.TagClassName
{
border-color: #FBF9FC;
}
</style>