Shades of Mimosa #F1F2D1
Tints of Mimosa #F1F2D1
RGB
CMYK
RGB Variations
Color information
#F1F2D1 (or 0xF1F2D1) is known color: Mimosa. HEX triplet: F1, F2 and D1. RGB value is (241,242,209). Sum of RGB (Red+Green+Blue) = 241+242+209=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 209 (82.03% from 255 or 30.20% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2D1 is #0E0D2E. Grayscale: #EEEEEE. Windows color (decimal): -920879 or 13759217. OLE color: 13759217.
HSL color Cylindrical-coordinate representation of color #F1F2D1: hue angle of 61.82º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1F2D1 is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 209 | - |
| CMYK | 0.00 | 0 | 0.14 | 0.05 |
| HSL | 61.82º | 0.56% | 0.88% | - |
| HSV(B) | 61.82º | 0.14% | 0.95% | - |
| XYZ | 79.54 | 86.81 | 72.89 | - |
| YUV | 237.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 209 | 0.00 | 0 | 0.14 | 0.05 | 61.82 | 0.56 | 0.88 |
| Hex | F1 | F2 | D1 | 0 | 0 | E | 5 | 3E | 38 | 58 |
| Octal | 361 | 362 | 321 | 0 | 0 | 16 | 5 | 76 | 70 | 130 |
| Binary | 11110001 | 11110010 | 11010001 | 0 | 0 | 1110 | 101 | 111110 | 111000 | 1011000 |
Color Harmonies of #F1F2D1
Complementary color
Monochromatic Colors of #F1F2D1
Black with #F1F2D1
Text Example
Text Example
White with #F1F2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2D1; }
p { color: rgb(241,242,209); }
H1.HeaderClassName
{
color: #F1F2D1;
}
.AnyTagClassName
{
color: #F1F2D1;
}
</style>
background-color css
<style>
a { background-color: #F1F2D1; }
a { background-color: rgb(241,242,209); }
div.DivClassName
{
background-color: #F1F2D1;
}
.BgClassName
{
background-color: #F1F2D1;
}
</style>
border-color css
<style>
span { border-color: #F1F2D1; }
span { border-color: rgb(241,242,209); }
td.TdClassName
{
border-color: #F1F2D1;
}
.TagClassName
{
border-color: #F1F2D1;
}
</style>