Shades of Magnolia #F8F4FB
Tints of Magnolia #F8F4FB
RGB
CMYK
RGB Variations
Color information
#F8F4FB (or 0xF8F4FB) is known color: Magnolia. HEX triplet: F8, F4 and FB. RGB value is (248,244,251). Sum of RGB (Red+Green+Blue) = 248+244+251=743 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.38% from 743); Green value is 244 (95.70% from 255 or 32.84% from 743); Blue value is 251 (98.44% from 255 or 33.78% from 743); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8F4FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F4FB is #070B04. Grayscale: #F5F5F5. Windows color (decimal): -461573 or 16512248. OLE color: 16512248.
HSL color Cylindrical-coordinate representation of color #F8F4FB: hue angle of 274.29º degrees, saturation: 0.47, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F8F4FB is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 248 | 244 | 251 | - |
CMYK | 0.01 | 0.03 | 0 | 0.02 |
HSL | 274.29º | 0.47% | 0.97% | - |
HSV(B) | 274.29º | 0.03% | 0.98% | - |
XYZ | 88.47 | 91.62 | 104.29 | - |
YUV | 245.99 | 130.83 | 129.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 244 | 251 | 0.01 | 0.03 | 0 | 0.02 | 274.29 | 0.47 | 0.97 |
Hex | F8 | F4 | FB | 1 | 3 | 0 | 2 | 112 | 2F | 61 |
Octal | 370 | 364 | 373 | 1 | 3 | 0 | 2 | 422 | 57 | 141 |
Binary | 11111000 | 11110100 | 11111011 | 1 | 11 | 0 | 10 | 100010010 | 101111 | 1100001 |
Color Harmonies of #F8F4FB
Complementary color
Monochromatic Colors of #F8F4FB
Black with #F8F4FB
Text Example
Text Example
White with #F8F4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F4FB; }
p { color: rgb(248,244,251); }
H1.HeaderClassName
{
color: #F8F4FB;
}
.AnyTagClassName
{
color: #F8F4FB;
}
</style>
background-color css
<style>
a { background-color: #F8F4FB; }
a { background-color: rgb(248,244,251); }
div.DivClassName
{
background-color: #F8F4FB;
}
.BgClassName
{
background-color: #F8F4FB;
}
</style>
border-color css
<style>
span { border-color: #F8F4FB; }
span { border-color: rgb(248,244,251); }
td.TdClassName
{
border-color: #F8F4FB;
}
.TagClassName
{
border-color: #F8F4FB;
}
</style>