Shades of Mimosa #F1F1CE
Tints of Mimosa #F1F1CE
RGB
CMYK
RGB Variations
Color information
#F1F1CE (or 0xF1F1CE) is known color: Mimosa. HEX triplet: F1, F1 and CE. RGB value is (241,241,206). Sum of RGB (Red+Green+Blue) = 241+241+206=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 206 (80.86% from 255 or 29.94% from 688); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F1CE is #0E0E31. Grayscale: #EDEDED. Windows color (decimal): -921138 or 13562353. OLE color: 13562353.
HSL color Cylindrical-coordinate representation of color #F1F1CE: hue angle of 60º degrees, saturation: 0.56, 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 #F1F1CE is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 241 | 206 | - |
| CMYK | 0 | 0 | 0.15 | 0.05 |
| HSL | 60º | 0.56% | 0.88% | - |
| HSV(B) | 60º | 0.15% | 0.95% | - |
| XYZ | 78.87 | 86.07 | 70.85 | - |
| YUV | 237.01 | 110.5 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 241 | 206 | 0 | 0 | 0.15 | 0.05 | 60 | 0.56 | 0.88 |
| Hex | F1 | F1 | CE | 0 | 0 | F | 5 | 3C | 38 | 58 |
| Octal | 361 | 361 | 316 | 0 | 0 | 17 | 5 | 74 | 70 | 130 |
| Binary | 11110001 | 11110001 | 11001110 | 0 | 0 | 1111 | 101 | 111100 | 111000 | 1011000 |
Color Harmonies of #F1F1CE
Complementary color
Monochromatic Colors of #F1F1CE
Black with #F1F1CE
Text Example
Text Example
White with #F1F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F1CE; }
p { color: rgb(241,241,206); }
H1.HeaderClassName
{
color: #F1F1CE;
}
.AnyTagClassName
{
color: #F1F1CE;
}
</style>
background-color css
<style>
a { background-color: #F1F1CE; }
a { background-color: rgb(241,241,206); }
div.DivClassName
{
background-color: #F1F1CE;
}
.BgClassName
{
background-color: #F1F1CE;
}
</style>
border-color css
<style>
span { border-color: #F1F1CE; }
span { border-color: rgb(241,241,206); }
td.TdClassName
{
border-color: #F1F1CE;
}
.TagClassName
{
border-color: #F1F1CE;
}
</style>