Shades of Magnolia #FBF9FD
Tints of Magnolia #FBF9FD
RGB
CMYK
RGB Variations
Color information
#FBF9FD (or 0xFBF9FD) is known color: Magnolia. HEX triplet: FB, F9 and FD. RGB value is (251,249,253). Sum of RGB (Red+Green+Blue) = 251+249+253=753 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.33% from 753); Green value is 249 (97.66% from 255 or 33.07% from 753); Blue value is 253 (99.22% from 255 or 33.60% from 753); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBF9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9FD is #040602. Grayscale: #FAFAFA. Windows color (decimal): -263683 or 16644603. OLE color: 16644603.
HSL color Cylindrical-coordinate representation of color #FBF9FD: hue angle of 270º degrees, saturation: 0.5, 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 #FBF9FD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 249 | 253 | - |
CMYK | 0.01 | 0.02 | 0 | 0.01 |
HSL | 270º | 0.5% | 0.98% | - |
HSV(B) | 270º | 0.02% | 0.99% | - |
XYZ | 91.39 | 95.35 | 106.52 | - |
YUV | 250.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 249 | 253 | 0.01 | 0.02 | 0 | 0.01 | 270 | 0.5 | 0.98 |
Hex | FB | F9 | FD | 1 | 2 | 0 | 1 | 10E | 32 | 62 |
Octal | 373 | 371 | 375 | 1 | 2 | 0 | 1 | 416 | 62 | 142 |
Binary | 11111011 | 11111001 | 11111101 | 1 | 10 | 0 | 1 | 100001110 | 110010 | 1100010 |
Color Harmonies of #FBF9FD
Complementary color
Monochromatic Colors of #FBF9FD
Black with #FBF9FD
Text Example
Text Example
White with #FBF9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF9FD; }
p { color: rgb(251,249,253); }
H1.HeaderClassName
{
color: #FBF9FD;
}
.AnyTagClassName
{
color: #FBF9FD;
}
</style>
background-color css
<style>
a { background-color: #FBF9FD; }
a { background-color: rgb(251,249,253); }
div.DivClassName
{
background-color: #FBF9FD;
}
.BgClassName
{
background-color: #FBF9FD;
}
</style>
border-color css
<style>
span { border-color: #FBF9FD; }
span { border-color: rgb(251,249,253); }
td.TdClassName
{
border-color: #FBF9FD;
}
.TagClassName
{
border-color: #FBF9FD;
}
</style>