Shades of Magnolia #F9F0FF
Tints of Magnolia #F9F0FF
RGB
CMYK
RGB Variations
Color information
#F9F0FF (or 0xF9F0FF) is known color: Magnolia. HEX triplet: F9, F0 and FF. RGB value is (249,240,255). Sum of RGB (Red+Green+Blue) = 249+240+255=744 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.47% from 744); Green value is 240 (94.14% from 255 or 32.26% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9F0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F0FF is #060F00. Grayscale: #F4F4F4. Windows color (decimal): -397057 or 16773369. OLE color: 16773369.
HSL color Cylindrical-coordinate representation of color #F9F0FF: hue angle of 276º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F9F0FF is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 249 | 240 | 255 | - |
CMYK | 0.02 | 0.06 | 0 | 0 |
HSL | 276º | 1% | 0.97% | - |
HSV(B) | 276º | 0.06% | 1% | - |
XYZ | 88.28 | 89.68 | 107.27 | - |
YUV | 244.4 | 133.98 | 131.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 240 | 255 | 0.02 | 0.06 | 0 | 0 | 276 | 1 | 0.97 |
Hex | F9 | F0 | FF | 2 | 6 | 0 | 0 | 114 | 64 | 61 |
Octal | 371 | 360 | 377 | 2 | 6 | 0 | 0 | 424 | 144 | 141 |
Binary | 11111001 | 11110000 | 11111111 | 10 | 110 | 0 | 0 | 100010100 | 1100100 | 1100001 |
Color Harmonies of #F9F0FF
Complementary color
Monochromatic Colors of #F9F0FF
Black with #F9F0FF
Text Example
Text Example
White with #F9F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F0FF; }
p { color: rgb(249,240,255); }
H1.HeaderClassName
{
color: #F9F0FF;
}
.AnyTagClassName
{
color: #F9F0FF;
}
</style>
background-color css
<style>
a { background-color: #F9F0FF; }
a { background-color: rgb(249,240,255); }
div.DivClassName
{
background-color: #F9F0FF;
}
.BgClassName
{
background-color: #F9F0FF;
}
</style>
border-color css
<style>
span { border-color: #F9F0FF; }
span { border-color: rgb(249,240,255); }
td.TdClassName
{
border-color: #F9F0FF;
}
.TagClassName
{
border-color: #F9F0FF;
}
</style>