Shades of Magnolia #F9F2FE
Tints of Magnolia #F9F2FE
RGB
CMYK
RGB Variations
Color information
#F9F2FE (or 0xF9F2FE) is known color: Magnolia. HEX triplet: F9, F2 and FE. RGB value is (249,242,254). Sum of RGB (Red+Green+Blue) = 249+242+254=745 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.42% from 745); Green value is 242 (94.92% from 255 or 32.48% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9F2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F2FE is #060D01. Grayscale: #F5F5F5. Windows color (decimal): -396546 or 16708345. OLE color: 16708345.
HSL color Cylindrical-coordinate representation of color #F9F2FE: hue angle of 275º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9F2FE is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 242 | 254 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.00 |
| HSL | 275º | 0.86% | 0.97% | - |
| HSV(B) | 275º | 0.05% | 1% | - |
| XYZ | 88.71 | 90.8 | 106.62 | - |
| YUV | 245.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 254 | 0.02 | 0.05 | 0 | 0.00 | 275 | 0.86 | 0.97 |
| Hex | F9 | F2 | FE | 2 | 5 | 0 | 0 | 113 | 56 | 61 |
| Octal | 371 | 362 | 376 | 2 | 5 | 0 | 0 | 423 | 126 | 141 |
| Binary | 11111001 | 11110010 | 11111110 | 10 | 101 | 0 | 0 | 100010011 | 1010110 | 1100001 |
Color Harmonies of #F9F2FE
Complementary color
Monochromatic Colors of #F9F2FE
Black with #F9F2FE
Text Example
Text Example
White with #F9F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F2FE; }
p { color: rgb(249,242,254); }
H1.HeaderClassName
{
color: #F9F2FE;
}
.AnyTagClassName
{
color: #F9F2FE;
}
</style>
background-color css
<style>
a { background-color: #F9F2FE; }
a { background-color: rgb(249,242,254); }
div.DivClassName
{
background-color: #F9F2FE;
}
.BgClassName
{
background-color: #F9F2FE;
}
</style>
border-color css
<style>
span { border-color: #F9F2FE; }
span { border-color: rgb(249,242,254); }
td.TdClassName
{
border-color: #F9F2FE;
}
.TagClassName
{
border-color: #F9F2FE;
}
</style>