Shades of Mimosa #F0F2CE
Tints of Mimosa #F0F2CE
RGB
CMYK
RGB Variations
Color information
#F0F2CE (or 0xF0F2CE) is known color: Mimosa. HEX triplet: F0, F2 and CE. RGB value is (240,242,206). Sum of RGB (Red+Green+Blue) = 240+242+206=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 206 (80.86% from 255 or 29.94% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2CE is #0F0D31. Grayscale: #EDEDED. Windows color (decimal): -986418 or 13562608. OLE color: 13562608.
HSL color Cylindrical-coordinate representation of color #F0F2CE: hue angle of 63.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0F2CE is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 206 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.05 |
| HSL | 63.33º | 0.58% | 0.88% | - |
| HSV(B) | 63.33º | 0.15% | 0.95% | - |
| XYZ | 78.83 | 86.49 | 70.93 | - |
| YUV | 237.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 206 | 0.01 | 0 | 0.15 | 0.05 | 63.33 | 0.58 | 0.88 |
| Hex | F0 | F2 | CE | 1 | 0 | F | 5 | 3F | 3A | 58 |
| Octal | 360 | 362 | 316 | 1 | 0 | 17 | 5 | 77 | 72 | 130 |
| Binary | 11110000 | 11110010 | 11001110 | 1 | 0 | 1111 | 101 | 111111 | 111010 | 1011000 |
Color Harmonies of #F0F2CE
Complementary color
Monochromatic Colors of #F0F2CE
Black with #F0F2CE
Text Example
Text Example
White with #F0F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2CE; }
p { color: rgb(240,242,206); }
H1.HeaderClassName
{
color: #F0F2CE;
}
.AnyTagClassName
{
color: #F0F2CE;
}
</style>
background-color css
<style>
a { background-color: #F0F2CE; }
a { background-color: rgb(240,242,206); }
div.DivClassName
{
background-color: #F0F2CE;
}
.BgClassName
{
background-color: #F0F2CE;
}
</style>
border-color css
<style>
span { border-color: #F0F2CE; }
span { border-color: rgb(240,242,206); }
td.TdClassName
{
border-color: #F0F2CE;
}
.TagClassName
{
border-color: #F0F2CE;
}
</style>