Shades of Magnolia #F0EFF1
Tints of Magnolia #F0EFF1
RGB
CMYK
RGB Variations
Color information
#F0EFF1 (or 0xF0EFF1) is known color: Magnolia. HEX triplet: F0, EF and F1. RGB value is (240,239,241). Sum of RGB (Red+Green+Blue) = 240+239+241=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 241 (94.53% from 255 or 33.47% from 720); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0EFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFF1 is #0F100E. Grayscale: #EFEFEF. Windows color (decimal): -987151 or 15855600. OLE color: 15855600.
HSL color Cylindrical-coordinate representation of color #F0EFF1: hue angle of 270º degrees, saturation: 0.07, 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 #F0EFF1 is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 239 | 241 | - |
| CMYK | 0.00 | 0.01 | 0 | 0.05 |
| HSL | 270º | 0.07% | 0.94% | - |
| HSV(B) | 270º | 0.01% | 0.95% | - |
| XYZ | 82.68 | 86.61 | 95.58 | - |
| YUV | 239.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 241 | 0.00 | 0.01 | 0 | 0.05 | 270 | 0.07 | 0.94 |
| Hex | F0 | EF | F1 | 0 | 1 | 0 | 5 | 10E | 7 | 5E |
| Octal | 360 | 357 | 361 | 0 | 1 | 0 | 5 | 416 | 7 | 136 |
| Binary | 11110000 | 11101111 | 11110001 | 0 | 1 | 0 | 101 | 100001110 | 111 | 1011110 |
Color Harmonies of #F0EFF1
Complementary color
Monochromatic Colors of #F0EFF1
Black with #F0EFF1
Text Example
Text Example
White with #F0EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFF1; }
p { color: rgb(240,239,241); }
H1.HeaderClassName
{
color: #F0EFF1;
}
.AnyTagClassName
{
color: #F0EFF1;
}
</style>
background-color css
<style>
a { background-color: #F0EFF1; }
a { background-color: rgb(240,239,241); }
div.DivClassName
{
background-color: #F0EFF1;
}
.BgClassName
{
background-color: #F0EFF1;
}
</style>
border-color css
<style>
span { border-color: #F0EFF1; }
span { border-color: rgb(240,239,241); }
td.TdClassName
{
border-color: #F0EFF1;
}
.TagClassName
{
border-color: #F0EFF1;
}
</style>