Shades of Magnolia #F9F8FB
Tints of Magnolia #F9F8FB
RGB
CMYK
RGB Variations
Color information
#F9F8FB (or 0xF9F8FB) is known color: Magnolia. HEX triplet: F9, F8 and FB. RGB value is (249,248,251). Sum of RGB (Red+Green+Blue) = 249+248+251=748 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.29% from 748); Green value is 248 (97.27% from 255 or 33.16% from 748); Blue value is 251 (98.44% from 255 or 33.56% from 748); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9F8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F8FB is #060704. Grayscale: #F8F8F8. Windows color (decimal): -395013 or 16513273. OLE color: 16513273.
HSL color Cylindrical-coordinate representation of color #F9F8FB: hue angle of 260º degrees, saturation: 0.27, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F9F8FB is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 248 | 251 | - |
CMYK | 0.01 | 0.01 | 0 | 0.02 |
HSL | 260º | 0.27% | 0.98% | - |
HSV(B) | 260º | 0.01% | 0.98% | - |
XYZ | 90.05 | 94.24 | 104.71 | - |
YUV | 248.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 248 | 251 | 0.01 | 0.01 | 0 | 0.02 | 260 | 0.27 | 0.98 |
Hex | F9 | F8 | FB | 1 | 1 | 0 | 2 | 104 | 1B | 62 |
Octal | 371 | 370 | 373 | 1 | 1 | 0 | 2 | 404 | 33 | 142 |
Binary | 11111001 | 11111000 | 11111011 | 1 | 1 | 0 | 10 | 100000100 | 11011 | 1100010 |
Color Harmonies of #F9F8FB
Complementary color
Monochromatic Colors of #F9F8FB
Black with #F9F8FB
Text Example
Text Example
White with #F9F8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F8FB; }
p { color: rgb(249,248,251); }
H1.HeaderClassName
{
color: #F9F8FB;
}
.AnyTagClassName
{
color: #F9F8FB;
}
</style>
background-color css
<style>
a { background-color: #F9F8FB; }
a { background-color: rgb(249,248,251); }
div.DivClassName
{
background-color: #F9F8FB;
}
.BgClassName
{
background-color: #F9F8FB;
}
</style>
border-color css
<style>
span { border-color: #F9F8FB; }
span { border-color: rgb(249,248,251); }
td.TdClassName
{
border-color: #F9F8FB;
}
.TagClassName
{
border-color: #F9F8FB;
}
</style>