Shades of Mimosa #F1F2CF
Tints of Mimosa #F1F2CF
RGB
CMYK
RGB Variations
Color information
#F1F2CF (or 0xF1F2CF) is known color: Mimosa. HEX triplet: F1, F2 and CF. RGB value is (241,242,207). Sum of RGB (Red+Green+Blue) = 241+242+207=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2CF is #0E0D30. Grayscale: #EDEDED. Windows color (decimal): -920881 or 13628145. OLE color: 13628145.
HSL color Cylindrical-coordinate representation of color #F1F2CF: hue angle of 61.71º degrees, saturation: 0.57, 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 #F1F2CF is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 207 | - |
| CMYK | 0.00 | 0 | 0.14 | 0.05 |
| HSL | 61.71º | 0.57% | 0.88% | - |
| HSV(B) | 61.71º | 0.14% | 0.95% | - |
| XYZ | 79.29 | 86.71 | 71.59 | - |
| YUV | 237.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 207 | 0.00 | 0 | 0.14 | 0.05 | 61.71 | 0.57 | 0.88 |
| Hex | F1 | F2 | CF | 0 | 0 | E | 5 | 3E | 39 | 58 |
| Octal | 361 | 362 | 317 | 0 | 0 | 16 | 5 | 76 | 71 | 130 |
| Binary | 11110001 | 11110010 | 11001111 | 0 | 0 | 1110 | 101 | 111110 | 111001 | 1011000 |
Color Harmonies of #F1F2CF
Complementary color
Monochromatic Colors of #F1F2CF
Black with #F1F2CF
Text Example
Text Example
White with #F1F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2CF; }
p { color: rgb(241,242,207); }
H1.HeaderClassName
{
color: #F1F2CF;
}
.AnyTagClassName
{
color: #F1F2CF;
}
</style>
background-color css
<style>
a { background-color: #F1F2CF; }
a { background-color: rgb(241,242,207); }
div.DivClassName
{
background-color: #F1F2CF;
}
.BgClassName
{
background-color: #F1F2CF;
}
</style>
border-color css
<style>
span { border-color: #F1F2CF; }
span { border-color: rgb(241,242,207); }
td.TdClassName
{
border-color: #F1F2CF;
}
.TagClassName
{
border-color: #F1F2CF;
}
</style>