Shades of Magnolia #F8F2FB
Tints of Magnolia #F8F2FB
RGB
CMYK
RGB Variations
Color information
#F8F2FB (or 0xF8F2FB) is known color: Magnolia. HEX triplet: F8, F2 and FB. RGB value is (248,242,251). Sum of RGB (Red+Green+Blue) = 248+242+251=741 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.47% from 741); Green value is 242 (94.92% from 255 or 32.66% from 741); Blue value is 251 (98.44% from 255 or 33.87% from 741); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8F2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F2FB is #070D04. Grayscale: #F4F4F4. Windows color (decimal): -462085 or 16511736. OLE color: 16511736.
HSL color Cylindrical-coordinate representation of color #F8F2FB: hue angle of 280º degrees, saturation: 0.53, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8F2FB is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 248 | 242 | 251 | - |
CMYK | 0.01 | 0.04 | 0 | 0.02 |
HSL | 280º | 0.53% | 0.97% | - |
HSV(B) | 280º | 0.04% | 0.98% | - |
XYZ | 87.88 | 90.43 | 104.09 | - |
YUV | 244.82 | 131.49 | 130.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 242 | 251 | 0.01 | 0.04 | 0 | 0.02 | 280 | 0.53 | 0.97 |
Hex | F8 | F2 | FB | 1 | 4 | 0 | 2 | 118 | 35 | 61 |
Octal | 370 | 362 | 373 | 1 | 4 | 0 | 2 | 430 | 65 | 141 |
Binary | 11111000 | 11110010 | 11111011 | 1 | 100 | 0 | 10 | 100011000 | 110101 | 1100001 |
Color Harmonies of #F8F2FB
Complementary color
Monochromatic Colors of #F8F2FB
Black with #F8F2FB
Text Example
Text Example
White with #F8F2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F2FB; }
p { color: rgb(248,242,251); }
H1.HeaderClassName
{
color: #F8F2FB;
}
.AnyTagClassName
{
color: #F8F2FB;
}
</style>
background-color css
<style>
a { background-color: #F8F2FB; }
a { background-color: rgb(248,242,251); }
div.DivClassName
{
background-color: #F8F2FB;
}
.BgClassName
{
background-color: #F8F2FB;
}
</style>
border-color css
<style>
span { border-color: #F8F2FB; }
span { border-color: rgb(248,242,251); }
td.TdClassName
{
border-color: #F8F2FB;
}
.TagClassName
{
border-color: #F8F2FB;
}
</style>