Shades of Mimosa #F2F2CE
Tints of Mimosa #F2F2CE
RGB
CMYK
RGB Variations
Color information
#F2F2CE (or 0xF2F2CE) is known color: Mimosa. HEX triplet: F2, F2 and CE. RGB value is (242,242,206). Sum of RGB (Red+Green+Blue) = 242+242+206=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2CE is #0D0D31. Grayscale: #EEEEEE. Windows color (decimal): -855346 or 13562610. OLE color: 13562610.
HSL color Cylindrical-coordinate representation of color #F2F2CE: hue angle of 60º 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 #F2F2CE is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 206 | - |
| CMYK | 0 | 0 | 0.15 | 0.05 |
| HSL | 60º | 0.58% | 0.88% | - |
| HSV(B) | 60º | 0.15% | 0.95% | - |
| XYZ | 79.51 | 86.84 | 70.96 | - |
| YUV | 237.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 206 | 0 | 0 | 0.15 | 0.05 | 60 | 0.58 | 0.88 |
| Hex | F2 | F2 | CE | 0 | 0 | F | 5 | 3C | 3A | 58 |
| Octal | 362 | 362 | 316 | 0 | 0 | 17 | 5 | 74 | 72 | 130 |
| Binary | 11110010 | 11110010 | 11001110 | 0 | 0 | 1111 | 101 | 111100 | 111010 | 1011000 |
Color Harmonies of #F2F2CE
Complementary color
Monochromatic Colors of #F2F2CE
Black with #F2F2CE
Text Example
Text Example
White with #F2F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2CE; }
p { color: rgb(242,242,206); }
H1.HeaderClassName
{
color: #F2F2CE;
}
.AnyTagClassName
{
color: #F2F2CE;
}
</style>
background-color css
<style>
a { background-color: #F2F2CE; }
a { background-color: rgb(242,242,206); }
div.DivClassName
{
background-color: #F2F2CE;
}
.BgClassName
{
background-color: #F2F2CE;
}
</style>
border-color css
<style>
span { border-color: #F2F2CE; }
span { border-color: rgb(242,242,206); }
td.TdClassName
{
border-color: #F2F2CE;
}
.TagClassName
{
border-color: #F2F2CE;
}
</style>