Shades of Mimosa #F0F2CD
Tints of Mimosa #F0F2CD
RGB
CMYK
RGB Variations
Color information
#F0F2CD (or 0xF0F2CD) is known color: Mimosa. HEX triplet: F0, F2 and CD. RGB value is (240,242,205). Sum of RGB (Red+Green+Blue) = 240+242+205=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 205 (80.47% from 255 or 29.84% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2CD is #0F0D32. Grayscale: #EDEDED. Windows color (decimal): -986419 or 13497072. OLE color: 13497072.
HSL color Cylindrical-coordinate representation of color #F0F2CD: hue angle of 63.24º degrees, saturation: 0.59, 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 #F0F2CD is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 205 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.05 |
| HSL | 63.24º | 0.59% | 0.88% | - |
| HSV(B) | 63.24º | 0.15% | 0.95% | - |
| XYZ | 78.71 | 86.44 | 70.29 | - |
| YUV | 237.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 205 | 0.01 | 0 | 0.15 | 0.05 | 63.24 | 0.59 | 0.88 |
| Hex | F0 | F2 | CD | 1 | 0 | F | 5 | 3F | 3B | 58 |
| Octal | 360 | 362 | 315 | 1 | 0 | 17 | 5 | 77 | 73 | 130 |
| Binary | 11110000 | 11110010 | 11001101 | 1 | 0 | 1111 | 101 | 111111 | 111011 | 1011000 |
Color Harmonies of #F0F2CD
Complementary color
Monochromatic Colors of #F0F2CD
Black with #F0F2CD
Text Example
Text Example
White with #F0F2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2CD; }
p { color: rgb(240,242,205); }
H1.HeaderClassName
{
color: #F0F2CD;
}
.AnyTagClassName
{
color: #F0F2CD;
}
</style>
background-color css
<style>
a { background-color: #F0F2CD; }
a { background-color: rgb(240,242,205); }
div.DivClassName
{
background-color: #F0F2CD;
}
.BgClassName
{
background-color: #F0F2CD;
}
</style>
border-color css
<style>
span { border-color: #F0F2CD; }
span { border-color: rgb(240,242,205); }
td.TdClassName
{
border-color: #F0F2CD;
}
.TagClassName
{
border-color: #F0F2CD;
}
</style>