Shades of Mimosa #F0F2CC
Tints of Mimosa #F0F2CC
RGB
CMYK
RGB Variations
Color information
#F0F2CC (or 0xF0F2CC) is known color: Mimosa. HEX triplet: F0, F2 and CC. RGB value is (240,242,204). Sum of RGB (Red+Green+Blue) = 240+242+204=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2CC is #0F0D33. Grayscale: #EDEDED. Windows color (decimal): -986420 or 13431536. OLE color: 13431536.
HSL color Cylindrical-coordinate representation of color #F0F2CC: hue angle of 63.16º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0F2CC is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 204 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.05 |
| HSL | 63.16º | 0.59% | 0.87% | - |
| HSV(B) | 63.16º | 0.16% | 0.95% | - |
| XYZ | 78.59 | 86.39 | 69.66 | - |
| YUV | 237.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 204 | 0.01 | 0 | 0.16 | 0.05 | 63.16 | 0.59 | 0.87 |
| Hex | F0 | F2 | CC | 1 | 0 | 10 | 5 | 3F | 3B | 57 |
| Octal | 360 | 362 | 314 | 1 | 0 | 20 | 5 | 77 | 73 | 127 |
| Binary | 11110000 | 11110010 | 11001100 | 1 | 0 | 10000 | 101 | 111111 | 111011 | 1010111 |
Color Harmonies of #F0F2CC
Complementary color
Monochromatic Colors of #F0F2CC
Black with #F0F2CC
Text Example
Text Example
White with #F0F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2CC; }
p { color: rgb(240,242,204); }
H1.HeaderClassName
{
color: #F0F2CC;
}
.AnyTagClassName
{
color: #F0F2CC;
}
</style>
background-color css
<style>
a { background-color: #F0F2CC; }
a { background-color: rgb(240,242,204); }
div.DivClassName
{
background-color: #F0F2CC;
}
.BgClassName
{
background-color: #F0F2CC;
}
</style>
border-color css
<style>
span { border-color: #F0F2CC; }
span { border-color: rgb(240,242,204); }
td.TdClassName
{
border-color: #F0F2CC;
}
.TagClassName
{
border-color: #F0F2CC;
}
</style>