Shades of Magnolia #F0ECFB
Tints of Magnolia #F0ECFB
RGB
CMYK
RGB Variations
Color information
#F0ECFB (or 0xF0ECFB) is known color: Magnolia. HEX triplet: F0, EC and FB. RGB value is (240,236,251). Sum of RGB (Red+Green+Blue) = 240+236+251=727 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.01% from 727); Green value is 236 (92.58% from 255 or 32.46% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0ECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0ECFB is #0F1304. Grayscale: #EEEEEE. Windows color (decimal): -987909 or 16510192. OLE color: 16510192.
HSL color Cylindrical-coordinate representation of color #F0ECFB: hue angle of 256º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0ECFB is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 236 | 251 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.02 |
| HSL | 256º | 0.65% | 0.95% | - |
| HSV(B) | 256º | 0.06% | 0.98% | - |
| XYZ | 83.34 | 85.48 | 103.37 | - |
| YUV | 238.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 251 | 0.04 | 0.06 | 0 | 0.02 | 256 | 0.65 | 0.95 |
| Hex | F0 | EC | FB | 4 | 6 | 0 | 2 | 100 | 41 | 5F |
| Octal | 360 | 354 | 373 | 4 | 6 | 0 | 2 | 400 | 101 | 137 |
| Binary | 11110000 | 11101100 | 11111011 | 100 | 110 | 0 | 10 | 100000000 | 1000001 | 1011111 |
Color Harmonies of #F0ECFB
Complementary color
Monochromatic Colors of #F0ECFB
Black with #F0ECFB
Text Example
Text Example
White with #F0ECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECFB; }
p { color: rgb(240,236,251); }
H1.HeaderClassName
{
color: #F0ECFB;
}
.AnyTagClassName
{
color: #F0ECFB;
}
</style>
background-color css
<style>
a { background-color: #F0ECFB; }
a { background-color: rgb(240,236,251); }
div.DivClassName
{
background-color: #F0ECFB;
}
.BgClassName
{
background-color: #F0ECFB;
}
</style>
border-color css
<style>
span { border-color: #F0ECFB; }
span { border-color: rgb(240,236,251); }
td.TdClassName
{
border-color: #F0ECFB;
}
.TagClassName
{
border-color: #F0ECFB;
}
</style>