Shades of Mimosa #F1F2CC
Tints of Mimosa #F1F2CC
RGB
CMYK
RGB Variations
Color information
#F1F2CC (or 0xF1F2CC) is known color: Mimosa. HEX triplet: F1, F2 and CC. RGB value is (241,242,204). Sum of RGB (Red+Green+Blue) = 241+242+204=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 204 (80.08% from 255 or 29.69% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2CC is #0E0D33. Grayscale: #EDEDED. Windows color (decimal): -920884 or 13431537. OLE color: 13431537.
HSL color Cylindrical-coordinate representation of color #F1F2CC: hue angle of 61.58º 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 #F1F2CC is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 204 | - |
| CMYK | 0.00 | 0 | 0.16 | 0.05 |
| HSL | 61.58º | 0.59% | 0.87% | - |
| HSV(B) | 61.58º | 0.16% | 0.95% | - |
| XYZ | 78.93 | 86.56 | 69.68 | - |
| YUV | 237.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 204 | 0.00 | 0 | 0.16 | 0.05 | 61.58 | 0.59 | 0.87 |
| Hex | F1 | F2 | CC | 0 | 0 | 10 | 5 | 3E | 3B | 57 |
| Octal | 361 | 362 | 314 | 0 | 0 | 20 | 5 | 76 | 73 | 127 |
| Binary | 11110001 | 11110010 | 11001100 | 0 | 0 | 10000 | 101 | 111110 | 111011 | 1010111 |
Color Harmonies of #F1F2CC
Complementary color
Monochromatic Colors of #F1F2CC
Black with #F1F2CC
Text Example
Text Example
White with #F1F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2CC; }
p { color: rgb(241,242,204); }
H1.HeaderClassName
{
color: #F1F2CC;
}
.AnyTagClassName
{
color: #F1F2CC;
}
</style>
background-color css
<style>
a { background-color: #F1F2CC; }
a { background-color: rgb(241,242,204); }
div.DivClassName
{
background-color: #F1F2CC;
}
.BgClassName
{
background-color: #F1F2CC;
}
</style>
border-color css
<style>
span { border-color: #F1F2CC; }
span { border-color: rgb(241,242,204); }
td.TdClassName
{
border-color: #F1F2CC;
}
.TagClassName
{
border-color: #F1F2CC;
}
</style>