Shades of Magnolia #F9EEFF
Tints of Magnolia #F9EEFF
RGB
CMYK
RGB Variations
Color information
#F9EEFF (or 0xF9EEFF) is known color: Magnolia. HEX triplet: F9, EE and FF. RGB value is (249,238,255). Sum of RGB (Red+Green+Blue) = 249+238+255=742 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.56% from 742); Green value is 238 (93.36% from 255 or 32.08% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9EEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EEFF is #061100. Grayscale: #F3F3F3. Windows color (decimal): -397569 or 16772857. OLE color: 16772857.
HSL color Cylindrical-coordinate representation of color #F9EEFF: hue angle of 278.82º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F9EEFF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 249 | 238 | 255 | - |
CMYK | 0.02 | 0.07 | 0 | 0 |
HSL | 278.82º | 1% | 0.97% | - |
HSV(B) | 278.82º | 0.07% | 1% | - |
XYZ | 87.69 | 88.51 | 107.07 | - |
YUV | 243.23 | 134.64 | 132.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 238 | 255 | 0.02 | 0.07 | 0 | 0 | 278.82 | 1 | 0.97 |
Hex | F9 | EE | FF | 2 | 7 | 0 | 0 | 117 | 64 | 61 |
Octal | 371 | 356 | 377 | 2 | 7 | 0 | 0 | 427 | 144 | 141 |
Binary | 11111001 | 11101110 | 11111111 | 10 | 111 | 0 | 0 | 100010111 | 1100100 | 1100001 |
Color Harmonies of #F9EEFF
Complementary color
Monochromatic Colors of #F9EEFF
Black with #F9EEFF
Text Example
Text Example
White with #F9EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EEFF; }
p { color: rgb(249,238,255); }
H1.HeaderClassName
{
color: #F9EEFF;
}
.AnyTagClassName
{
color: #F9EEFF;
}
</style>
background-color css
<style>
a { background-color: #F9EEFF; }
a { background-color: rgb(249,238,255); }
div.DivClassName
{
background-color: #F9EEFF;
}
.BgClassName
{
background-color: #F9EEFF;
}
</style>
border-color css
<style>
span { border-color: #F9EEFF; }
span { border-color: rgb(249,238,255); }
td.TdClassName
{
border-color: #F9EEFF;
}
.TagClassName
{
border-color: #F9EEFF;
}
</style>