Shades of Magnolia #F9F3FC
Tints of Magnolia #F9F3FC
RGB
CMYK
RGB Variations
Color information
#F9F3FC (or 0xF9F3FC) is known color: Magnolia. HEX triplet: F9, F3 and FC. RGB value is (249,243,252). Sum of RGB (Red+Green+Blue) = 249+243+252=744 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.47% from 744); Green value is 243 (95.31% from 255 or 32.66% 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 #F9F3FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F3FC is #060C03. Grayscale: #F5F5F5. Windows color (decimal): -396292 or 16577529. OLE color: 16577529.
HSL color Cylindrical-coordinate representation of color #F9F3FC: hue angle of 280º degrees, saturation: 0.6, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F9F3FC is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 243 | 252 | - |
CMYK | 0.01 | 0.04 | 0 | 0.01 |
HSL | 280º | 0.6% | 0.97% | - |
HSV(B) | 280º | 0.04% | 0.99% | - |
XYZ | 88.69 | 91.27 | 105.04 | - |
YUV | 245.82 | 131.49 | 130.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 243 | 252 | 0.01 | 0.04 | 0 | 0.01 | 280 | 0.6 | 0.97 |
Hex | F9 | F3 | FC | 1 | 4 | 0 | 1 | 118 | 3C | 61 |
Octal | 371 | 363 | 374 | 1 | 4 | 0 | 1 | 430 | 74 | 141 |
Binary | 11111001 | 11110011 | 11111100 | 1 | 100 | 0 | 1 | 100011000 | 111100 | 1100001 |
Color Harmonies of #F9F3FC
Complementary color
Monochromatic Colors of #F9F3FC
Black with #F9F3FC
Text Example
Text Example
White with #F9F3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F3FC; }
p { color: rgb(249,243,252); }
H1.HeaderClassName
{
color: #F9F3FC;
}
.AnyTagClassName
{
color: #F9F3FC;
}
</style>
background-color css
<style>
a { background-color: #F9F3FC; }
a { background-color: rgb(249,243,252); }
div.DivClassName
{
background-color: #F9F3FC;
}
.BgClassName
{
background-color: #F9F3FC;
}
</style>
border-color css
<style>
span { border-color: #F9F3FC; }
span { border-color: rgb(249,243,252); }
td.TdClassName
{
border-color: #F9F3FC;
}
.TagClassName
{
border-color: #F9F3FC;
}
</style>