Shades of Magnolia #F4ECFE
Tints of Magnolia #F4ECFE
RGB
CMYK
RGB Variations
Color information
#F4ECFE (or 0xF4ECFE) is known color: Magnolia. HEX triplet: F4, EC and FE. RGB value is (244,236,254). Sum of RGB (Red+Green+Blue) = 244+236+254=734 (97% of max value = 765). Red value is 244 (95.70% from 255 or 33.24% from 734); Green value is 236 (92.58% from 255 or 32.15% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4ECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4ECFE is #0B1301. Grayscale: #F0F0F0. Windows color (decimal): -725762 or 16706804. OLE color: 16706804.
HSL color Cylindrical-coordinate representation of color #F4ECFE: hue angle of 266.67º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F4ECFE is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 236 | 254 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.00 |
| HSL | 266.67º | 0.9% | 0.96% | - |
| HSV(B) | 266.67º | 0.07% | 1% | - |
| XYZ | 85.19 | 86.38 | 105.95 | - |
| YUV | 240.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 254 | 0.04 | 0.07 | 0 | 0.00 | 266.67 | 0.9 | 0.96 |
| Hex | F4 | EC | FE | 4 | 7 | 0 | 0 | 10B | 5A | 60 |
| Octal | 364 | 354 | 376 | 4 | 7 | 0 | 0 | 413 | 132 | 140 |
| Binary | 11110100 | 11101100 | 11111110 | 100 | 111 | 0 | 0 | 100001011 | 1011010 | 1100000 |
Color Harmonies of #F4ECFE
Complementary color
Monochromatic Colors of #F4ECFE
Black with #F4ECFE
Text Example
Text Example
White with #F4ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ECFE; }
p { color: rgb(244,236,254); }
H1.HeaderClassName
{
color: #F4ECFE;
}
.AnyTagClassName
{
color: #F4ECFE;
}
</style>
background-color css
<style>
a { background-color: #F4ECFE; }
a { background-color: rgb(244,236,254); }
div.DivClassName
{
background-color: #F4ECFE;
}
.BgClassName
{
background-color: #F4ECFE;
}
</style>
border-color css
<style>
span { border-color: #F4ECFE; }
span { border-color: rgb(244,236,254); }
td.TdClassName
{
border-color: #F4ECFE;
}
.TagClassName
{
border-color: #F4ECFE;
}
</style>