Shades of Magnolia #F9F4FF
Tints of Magnolia #F9F4FF
RGB
CMYK
RGB Variations
Color information
#F9F4FF (or 0xF9F4FF) is known color: Magnolia. HEX triplet: F9, F4 and FF. RGB value is (249,244,255). Sum of RGB (Red+Green+Blue) = 249+244+255=748 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.29% from 748); Green value is 244 (95.70% from 255 or 32.62% from 748); Blue value is 255 (100% from 255 or 34.09% from 748); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9F4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F4FF is #060B00. Grayscale: #F6F6F6. Windows color (decimal): -396033 or 16774393. OLE color: 16774393.
HSL color Cylindrical-coordinate representation of color #F9F4FF: hue angle of 267.27º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F9F4FF is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 244 | 255 | - |
| CMYK | 0.02 | 0.04 | 0 | 0 |
| HSL | 267.27º | 1% | 0.98% | - |
| HSV(B) | 267.27º | 0.04% | 1% | - |
| XYZ | 89.47 | 92.06 | 107.66 | - |
| YUV | 246.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 244 | 255 | 0.02 | 0.04 | 0 | 0 | 267.27 | 1 | 0.98 |
| Hex | F9 | F4 | FF | 2 | 4 | 0 | 0 | 10B | 64 | 62 |
| Octal | 371 | 364 | 377 | 2 | 4 | 0 | 0 | 413 | 144 | 142 |
| Binary | 11111001 | 11110100 | 11111111 | 10 | 100 | 0 | 0 | 100001011 | 1100100 | 1100010 |
Color Harmonies of #F9F4FF
Complementary color
Monochromatic Colors of #F9F4FF
Black with #F9F4FF
Text Example
Text Example
White with #F9F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F4FF; }
p { color: rgb(249,244,255); }
H1.HeaderClassName
{
color: #F9F4FF;
}
.AnyTagClassName
{
color: #F9F4FF;
}
</style>
background-color css
<style>
a { background-color: #F9F4FF; }
a { background-color: rgb(249,244,255); }
div.DivClassName
{
background-color: #F9F4FF;
}
.BgClassName
{
background-color: #F9F4FF;
}
</style>
border-color css
<style>
span { border-color: #F9F4FF; }
span { border-color: rgb(249,244,255); }
td.TdClassName
{
border-color: #F9F4FF;
}
.TagClassName
{
border-color: #F9F4FF;
}
</style>