Shades of Magnolia #F9F0FD
Tints of Magnolia #F9F0FD
RGB
CMYK
RGB Variations
Color information
#F9F0FD (or 0xF9F0FD) is known color: Magnolia. HEX triplet: F9, F0 and FD. RGB value is (249,240,253). Sum of RGB (Red+Green+Blue) = 249+240+253=742 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.56% from 742); Green value is 240 (94.14% from 255 or 32.35% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9F0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F0FD is #060F02. Grayscale: #F4F4F4. Windows color (decimal): -397059 or 16642297. OLE color: 16642297.
HSL color Cylindrical-coordinate representation of color #F9F0FD: hue angle of 281.54º degrees, saturation: 0.76, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9F0FD is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 240 | 253 | - |
CMYK | 0.02 | 0.05 | 0 | 0.01 |
HSL | 281.54º | 0.76% | 0.97% | - |
HSV(B) | 281.54º | 0.05% | 0.99% | - |
XYZ | 87.96 | 89.55 | 105.58 | - |
YUV | 244.17 | 132.98 | 131.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 240 | 253 | 0.02 | 0.05 | 0 | 0.01 | 281.54 | 0.76 | 0.97 |
Hex | F9 | F0 | FD | 2 | 5 | 0 | 1 | 11A | 4C | 61 |
Octal | 371 | 360 | 375 | 2 | 5 | 0 | 1 | 432 | 114 | 141 |
Binary | 11111001 | 11110000 | 11111101 | 10 | 101 | 0 | 1 | 100011010 | 1001100 | 1100001 |
Color Harmonies of #F9F0FD
Complementary color
Monochromatic Colors of #F9F0FD
Black with #F9F0FD
Text Example
Text Example
White with #F9F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F0FD; }
p { color: rgb(249,240,253); }
H1.HeaderClassName
{
color: #F9F0FD;
}
.AnyTagClassName
{
color: #F9F0FD;
}
</style>
background-color css
<style>
a { background-color: #F9F0FD; }
a { background-color: rgb(249,240,253); }
div.DivClassName
{
background-color: #F9F0FD;
}
.BgClassName
{
background-color: #F9F0FD;
}
</style>
border-color css
<style>
span { border-color: #F9F0FD; }
span { border-color: rgb(249,240,253); }
td.TdClassName
{
border-color: #F9F0FD;
}
.TagClassName
{
border-color: #F9F0FD;
}
</style>