Shades of Magnolia #F0EFF2
Tints of Magnolia #F0EFF2
RGB
CMYK
RGB Variations
Color information
#F0EFF2 (or 0xF0EFF2) is known color: Magnolia. HEX triplet: F0, EF and F2. RGB value is (240,239,242). Sum of RGB (Red+Green+Blue) = 240+239+242=721 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.29% from 721); Green value is 239 (93.75% from 255 or 33.15% from 721); Blue value is 242 (94.92% from 255 or 33.56% from 721); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0EFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFF2 is #0F100D. Grayscale: #EFEFEF. Windows color (decimal): -987150 or 15921136. OLE color: 15921136.
HSL color Cylindrical-coordinate representation of color #F0EFF2: hue angle of 260º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F0EFF2 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 240 | 239 | 242 | - |
CMYK | 0.01 | 0.01 | 0 | 0.05 |
HSL | 260º | 0.1% | 0.94% | - |
HSV(B) | 260º | 0.01% | 0.95% | - |
XYZ | 82.83 | 86.67 | 96.37 | - |
YUV | 239.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 239 | 242 | 0.01 | 0.01 | 0 | 0.05 | 260 | 0.1 | 0.94 |
Hex | F0 | EF | F2 | 1 | 1 | 0 | 5 | 104 | A | 5E |
Octal | 360 | 357 | 362 | 1 | 1 | 0 | 5 | 404 | 12 | 136 |
Binary | 11110000 | 11101111 | 11110010 | 1 | 1 | 0 | 101 | 100000100 | 1010 | 1011110 |
Color Harmonies of #F0EFF2
Complementary color
Monochromatic Colors of #F0EFF2
Black with #F0EFF2
Text Example
Text Example
White with #F0EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFF2; }
p { color: rgb(240,239,242); }
H1.HeaderClassName
{
color: #F0EFF2;
}
.AnyTagClassName
{
color: #F0EFF2;
}
</style>
background-color css
<style>
a { background-color: #F0EFF2; }
a { background-color: rgb(240,239,242); }
div.DivClassName
{
background-color: #F0EFF2;
}
.BgClassName
{
background-color: #F0EFF2;
}
</style>
border-color css
<style>
span { border-color: #F0EFF2; }
span { border-color: rgb(240,239,242); }
td.TdClassName
{
border-color: #F0EFF2;
}
.TagClassName
{
border-color: #F0EFF2;
}
</style>