Shades of Magnolia #F9F5FD
Tints of Magnolia #F9F5FD
RGB
CMYK
RGB Variations
Color information
#F9F5FD (or 0xF9F5FD) is known color: Magnolia. HEX triplet: F9, F5 and FD. RGB value is (249,245,253). Sum of RGB (Red+Green+Blue) = 249+245+253=747 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.33% from 747); Green value is 245 (96.09% from 255 or 32.80% from 747); Blue value is 253 (99.22% from 255 or 33.87% from 747); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9F5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F5FD is #060A02. Grayscale: #F7F7F7. Windows color (decimal): -395779 or 16643577. OLE color: 16643577.
HSL color Cylindrical-coordinate representation of color #F9F5FD: hue angle of 270º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F9F5FD is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 245 | 253 | - |
CMYK | 0.02 | 0.03 | 0 | 0.01 |
HSL | 270º | 0.67% | 0.98% | - |
HSV(B) | 270º | 0.03% | 0.99% | - |
XYZ | 89.45 | 92.54 | 106.08 | - |
YUV | 247.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 245 | 253 | 0.02 | 0.03 | 0 | 0.01 | 270 | 0.67 | 0.98 |
Hex | F9 | F5 | FD | 2 | 3 | 0 | 1 | 10E | 43 | 62 |
Octal | 371 | 365 | 375 | 2 | 3 | 0 | 1 | 416 | 103 | 142 |
Binary | 11111001 | 11110101 | 11111101 | 10 | 11 | 0 | 1 | 100001110 | 1000011 | 1100010 |
Color Harmonies of #F9F5FD
Complementary color
Monochromatic Colors of #F9F5FD
Black with #F9F5FD
Text Example
Text Example
White with #F9F5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F5FD; }
p { color: rgb(249,245,253); }
H1.HeaderClassName
{
color: #F9F5FD;
}
.AnyTagClassName
{
color: #F9F5FD;
}
</style>
background-color css
<style>
a { background-color: #F9F5FD; }
a { background-color: rgb(249,245,253); }
div.DivClassName
{
background-color: #F9F5FD;
}
.BgClassName
{
background-color: #F9F5FD;
}
</style>
border-color css
<style>
span { border-color: #F9F5FD; }
span { border-color: rgb(249,245,253); }
td.TdClassName
{
border-color: #F9F5FD;
}
.TagClassName
{
border-color: #F9F5FD;
}
</style>