Shades of Magnolia #F9F3FD
Tints of Magnolia #F9F3FD
RGB
CMYK
RGB Variations
Color information
#F9F3FD (or 0xF9F3FD) is known color: Magnolia. HEX triplet: F9, F3 and FD. RGB value is (249,243,253). Sum of RGB (Red+Green+Blue) = 249+243+253=745 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.42% from 745); Green value is 243 (95.31% from 255 or 32.62% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9F3FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F3FD is #060C02. Grayscale: #F5F5F5. Windows color (decimal): -396291 or 16643065. OLE color: 16643065.
HSL color Cylindrical-coordinate representation of color #F9F3FD: hue angle of 276º degrees, saturation: 0.71, 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 #F9F3FD is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 243 | 253 | - |
CMYK | 0.02 | 0.04 | 0 | 0.01 |
HSL | 276º | 0.71% | 0.97% | - |
HSV(B) | 276º | 0.04% | 0.99% | - |
XYZ | 88.85 | 91.33 | 105.87 | - |
YUV | 245.93 | 131.99 | 130.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 243 | 253 | 0.02 | 0.04 | 0 | 0.01 | 276 | 0.71 | 0.97 |
Hex | F9 | F3 | FD | 2 | 4 | 0 | 1 | 114 | 47 | 61 |
Octal | 371 | 363 | 375 | 2 | 4 | 0 | 1 | 424 | 107 | 141 |
Binary | 11111001 | 11110011 | 11111101 | 10 | 100 | 0 | 1 | 100010100 | 1000111 | 1100001 |
Color Harmonies of #F9F3FD
Complementary color
Monochromatic Colors of #F9F3FD
Black with #F9F3FD
Text Example
Text Example
White with #F9F3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F3FD; }
p { color: rgb(249,243,253); }
H1.HeaderClassName
{
color: #F9F3FD;
}
.AnyTagClassName
{
color: #F9F3FD;
}
</style>
background-color css
<style>
a { background-color: #F9F3FD; }
a { background-color: rgb(249,243,253); }
div.DivClassName
{
background-color: #F9F3FD;
}
.BgClassName
{
background-color: #F9F3FD;
}
</style>
border-color css
<style>
span { border-color: #F9F3FD; }
span { border-color: rgb(249,243,253); }
td.TdClassName
{
border-color: #F9F3FD;
}
.TagClassName
{
border-color: #F9F3FD;
}
</style>