Shades of Magnolia #F9F0FE
Tints of Magnolia #F9F0FE
RGB
CMYK
RGB Variations
Color information
#F9F0FE (or 0xF9F0FE) is known color: Magnolia. HEX triplet: F9, F0 and FE. RGB value is (249,240,254). Sum of RGB (Red+Green+Blue) = 249+240+254=743 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.51% from 743); Green value is 240 (94.14% from 255 or 32.30% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9F0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F0FE is #060F01. Grayscale: #F4F4F4. Windows color (decimal): -397058 or 16707833. OLE color: 16707833.
HSL color Cylindrical-coordinate representation of color #F9F0FE: hue angle of 278.57º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F9F0FE is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 240 | 254 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.00 |
| HSL | 278.57º | 0.88% | 0.97% | - |
| HSV(B) | 278.57º | 0.06% | 1% | - |
| XYZ | 88.12 | 89.62 | 106.42 | - |
| YUV | 244.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 254 | 0.02 | 0.06 | 0 | 0.00 | 278.57 | 0.88 | 0.97 |
| Hex | F9 | F0 | FE | 2 | 6 | 0 | 0 | 117 | 58 | 61 |
| Octal | 371 | 360 | 376 | 2 | 6 | 0 | 0 | 427 | 130 | 141 |
| Binary | 11111001 | 11110000 | 11111110 | 10 | 110 | 0 | 0 | 100010111 | 1011000 | 1100001 |
Color Harmonies of #F9F0FE
Complementary color
Monochromatic Colors of #F9F0FE
Black with #F9F0FE
Text Example
Text Example
White with #F9F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F0FE; }
p { color: rgb(249,240,254); }
H1.HeaderClassName
{
color: #F9F0FE;
}
.AnyTagClassName
{
color: #F9F0FE;
}
</style>
background-color css
<style>
a { background-color: #F9F0FE; }
a { background-color: rgb(249,240,254); }
div.DivClassName
{
background-color: #F9F0FE;
}
.BgClassName
{
background-color: #F9F0FE;
}
</style>
border-color css
<style>
span { border-color: #F9F0FE; }
span { border-color: rgb(249,240,254); }
td.TdClassName
{
border-color: #F9F0FE;
}
.TagClassName
{
border-color: #F9F0FE;
}
</style>