Shades of Magnolia #F0EFF3
Tints of Magnolia #F0EFF3
RGB
CMYK
RGB Variations
Color information
#F0EFF3 (or 0xF0EFF3) is known color: Magnolia. HEX triplet: F0, EF and F3. RGB value is (240,239,243). Sum of RGB (Red+Green+Blue) = 240+239+243=722 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.24% from 722); Green value is 239 (93.75% from 255 or 33.10% from 722); Blue value is 243 (95.31% from 255 or 33.66% from 722); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0EFF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFF3 is #0F100C. Grayscale: #EFEFEF. Windows color (decimal): -987149 or 15986672. OLE color: 15986672.
HSL color Cylindrical-coordinate representation of color #F0EFF3: hue angle of 255º degrees, saturation: 0.14, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0EFF3 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 239 | 243 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.05 |
| HSL | 255º | 0.14% | 0.95% | - |
| HSV(B) | 255º | 0.02% | 0.95% | - |
| XYZ | 82.98 | 86.73 | 97.16 | - |
| YUV | 239.76 | 129.83 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 243 | 0.01 | 0.02 | 0 | 0.05 | 255 | 0.14 | 0.95 |
| Hex | F0 | EF | F3 | 1 | 2 | 0 | 5 | FF | E | 5F |
| Octal | 360 | 357 | 363 | 1 | 2 | 0 | 5 | 377 | 16 | 137 |
| Binary | 11110000 | 11101111 | 11110011 | 1 | 10 | 0 | 101 | 11111111 | 1110 | 1011111 |
Color Harmonies of #F0EFF3
Complementary color
Monochromatic Colors of #F0EFF3
Black with #F0EFF3
Text Example
Text Example
White with #F0EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFF3; }
p { color: rgb(240,239,243); }
H1.HeaderClassName
{
color: #F0EFF3;
}
.AnyTagClassName
{
color: #F0EFF3;
}
</style>
background-color css
<style>
a { background-color: #F0EFF3; }
a { background-color: rgb(240,239,243); }
div.DivClassName
{
background-color: #F0EFF3;
}
.BgClassName
{
background-color: #F0EFF3;
}
</style>
border-color css
<style>
span { border-color: #F0EFF3; }
span { border-color: rgb(240,239,243); }
td.TdClassName
{
border-color: #F0EFF3;
}
.TagClassName
{
border-color: #F0EFF3;
}
</style>