Shades of Magnolia #F0EDF3
Tints of Magnolia #F0EDF3
RGB
CMYK
RGB Variations
Color information
#F0EDF3 (or 0xF0EDF3) is known color: Magnolia. HEX triplet: F0, ED and F3. RGB value is (240,237,243). Sum of RGB (Red+Green+Blue) = 240+237+243=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 243 (95.31% from 255 or 33.75% from 720); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0EDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDF3 is #0F120C. Grayscale: #EEEEEE. Windows color (decimal): -987661 or 15986160. OLE color: 15986160.
HSL color Cylindrical-coordinate representation of color #F0EDF3: hue angle of 270º degrees, saturation: 0.2, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0EDF3 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 240 | 237 | 243 | - |
CMYK | 0.01 | 0.02 | 0 | 0.05 |
HSL | 270º | 0.2% | 0.94% | - |
HSV(B) | 270º | 0.02% | 0.95% | - |
XYZ | 82.4 | 85.56 | 96.97 | - |
YUV | 238.58 | 130.49 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 237 | 243 | 0.01 | 0.02 | 0 | 0.05 | 270 | 0.2 | 0.94 |
Hex | F0 | ED | F3 | 1 | 2 | 0 | 5 | 10E | 14 | 5E |
Octal | 360 | 355 | 363 | 1 | 2 | 0 | 5 | 416 | 24 | 136 |
Binary | 11110000 | 11101101 | 11110011 | 1 | 10 | 0 | 101 | 100001110 | 10100 | 1011110 |
Color Harmonies of #F0EDF3
Complementary color
Monochromatic Colors of #F0EDF3
Black with #F0EDF3
Text Example
Text Example
White with #F0EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDF3; }
p { color: rgb(240,237,243); }
H1.HeaderClassName
{
color: #F0EDF3;
}
.AnyTagClassName
{
color: #F0EDF3;
}
</style>
background-color css
<style>
a { background-color: #F0EDF3; }
a { background-color: rgb(240,237,243); }
div.DivClassName
{
background-color: #F0EDF3;
}
.BgClassName
{
background-color: #F0EDF3;
}
</style>
border-color css
<style>
span { border-color: #F0EDF3; }
span { border-color: rgb(240,237,243); }
td.TdClassName
{
border-color: #F0EDF3;
}
.TagClassName
{
border-color: #F0EDF3;
}
</style>