Shades of Magnolia #F8F4FC
Tints of Magnolia #F8F4FC
RGB
CMYK
RGB Variations
Color information
#F8F4FC (or 0xF8F4FC) is known color: Magnolia. HEX triplet: F8, F4 and FC. RGB value is (248,244,252). Sum of RGB (Red+Green+Blue) = 248+244+252=744 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.33% from 744); Green value is 244 (95.70% from 255 or 32.80% from 744); Blue value is 252 (98.83% from 255 or 33.87% from 744); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8F4FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F4FC is #070B03. Grayscale: #F6F6F6. Windows color (decimal): -461572 or 16577784. OLE color: 16577784.
HSL color Cylindrical-coordinate representation of color #F8F4FC: hue angle of 270º degrees, saturation: 0.57, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F8F4FC is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 248 | 244 | 252 | - |
CMYK | 0.02 | 0.03 | 0 | 0.01 |
HSL | 270º | 0.57% | 0.97% | - |
HSV(B) | 270º | 0.03% | 0.99% | - |
XYZ | 88.63 | 91.69 | 105.12 | - |
YUV | 246.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 244 | 252 | 0.02 | 0.03 | 0 | 0.01 | 270 | 0.57 | 0.97 |
Hex | F8 | F4 | FC | 2 | 3 | 0 | 1 | 10E | 39 | 61 |
Octal | 370 | 364 | 374 | 2 | 3 | 0 | 1 | 416 | 71 | 141 |
Binary | 11111000 | 11110100 | 11111100 | 10 | 11 | 0 | 1 | 100001110 | 111001 | 1100001 |
Color Harmonies of #F8F4FC
Complementary color
Monochromatic Colors of #F8F4FC
Black with #F8F4FC
Text Example
Text Example
White with #F8F4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F4FC; }
p { color: rgb(248,244,252); }
H1.HeaderClassName
{
color: #F8F4FC;
}
.AnyTagClassName
{
color: #F8F4FC;
}
</style>
background-color css
<style>
a { background-color: #F8F4FC; }
a { background-color: rgb(248,244,252); }
div.DivClassName
{
background-color: #F8F4FC;
}
.BgClassName
{
background-color: #F8F4FC;
}
</style>
border-color css
<style>
span { border-color: #F8F4FC; }
span { border-color: rgb(248,244,252); }
td.TdClassName
{
border-color: #F8F4FC;
}
.TagClassName
{
border-color: #F8F4FC;
}
</style>