Shades of Magnolia #F4EFFE
Tints of Magnolia #F4EFFE
RGB
CMYK
RGB Variations
Color information
#F4EFFE (or 0xF4EFFE) is known color: Magnolia. HEX triplet: F4, EF and FE. RGB value is (244,239,254). Sum of RGB (Red+Green+Blue) = 244+239+254=737 (97% of max value = 765). Red value is 244 (95.70% from 255 or 33.11% from 737); Green value is 239 (93.75% from 255 or 32.43% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4EFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EFFE is #0B1001. Grayscale: #F2F2F2. Windows color (decimal): -724994 or 16707572. OLE color: 16707572.
HSL color Cylindrical-coordinate representation of color #F4EFFE: hue angle of 260º 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 #F4EFFE is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 239 | 254 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.00 |
| HSL | 260º | 0.88% | 0.97% | - |
| HSV(B) | 260º | 0.06% | 1% | - |
| XYZ | 86.06 | 88.12 | 106.24 | - |
| YUV | 242.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 239 | 254 | 0.04 | 0.06 | 0 | 0.00 | 260 | 0.88 | 0.97 |
| Hex | F4 | EF | FE | 4 | 6 | 0 | 0 | 104 | 58 | 61 |
| Octal | 364 | 357 | 376 | 4 | 6 | 0 | 0 | 404 | 130 | 141 |
| Binary | 11110100 | 11101111 | 11111110 | 100 | 110 | 0 | 0 | 100000100 | 1011000 | 1100001 |
Color Harmonies of #F4EFFE
Complementary color
Monochromatic Colors of #F4EFFE
Black with #F4EFFE
Text Example
Text Example
White with #F4EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EFFE; }
p { color: rgb(244,239,254); }
H1.HeaderClassName
{
color: #F4EFFE;
}
.AnyTagClassName
{
color: #F4EFFE;
}
</style>
background-color css
<style>
a { background-color: #F4EFFE; }
a { background-color: rgb(244,239,254); }
div.DivClassName
{
background-color: #F4EFFE;
}
.BgClassName
{
background-color: #F4EFFE;
}
</style>
border-color css
<style>
span { border-color: #F4EFFE; }
span { border-color: rgb(244,239,254); }
td.TdClassName
{
border-color: #F4EFFE;
}
.TagClassName
{
border-color: #F4EFFE;
}
</style>