Shades of Mimosa #F5F5CF
Tints of Mimosa #F5F5CF
RGB
CMYK
RGB Variations
Color information
#F5F5CF (or 0xF5F5CF) is known color: Mimosa. HEX triplet: F5, F5 and CF. RGB value is (245,245,207). Sum of RGB (Red+Green+Blue) = 245+245+207=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 245 (96.09% from 255 or 35.15% from 697); Blue value is 207 (81.25% from 255 or 29.70% from 697); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F5CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F5CF is #0A0A30. Grayscale: #F0F0F0. Windows color (decimal): -657969 or 13628917. OLE color: 13628917.
HSL color Cylindrical-coordinate representation of color #F5F5CF: hue angle of 60º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5F5CF is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 245 | 207 | - |
| CMYK | 0 | 0 | 0.16 | 0.04 |
| HSL | 60º | 0.66% | 0.89% | - |
| HSV(B) | 60º | 0.16% | 0.96% | - |
| XYZ | 81.57 | 89.22 | 71.95 | - |
| YUV | 240.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 245 | 207 | 0 | 0 | 0.16 | 0.04 | 60 | 0.66 | 0.89 |
| Hex | F5 | F5 | CF | 0 | 0 | 10 | 4 | 3C | 42 | 59 |
| Octal | 365 | 365 | 317 | 0 | 0 | 20 | 4 | 74 | 102 | 131 |
| Binary | 11110101 | 11110101 | 11001111 | 0 | 0 | 10000 | 100 | 111100 | 1000010 | 1011001 |
Color Harmonies of #F5F5CF
Complementary color
Monochromatic Colors of #F5F5CF
Black with #F5F5CF
Text Example
Text Example
White with #F5F5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F5CF; }
p { color: rgb(245,245,207); }
H1.HeaderClassName
{
color: #F5F5CF;
}
.AnyTagClassName
{
color: #F5F5CF;
}
</style>
background-color css
<style>
a { background-color: #F5F5CF; }
a { background-color: rgb(245,245,207); }
div.DivClassName
{
background-color: #F5F5CF;
}
.BgClassName
{
background-color: #F5F5CF;
}
</style>
border-color css
<style>
span { border-color: #F5F5CF; }
span { border-color: rgb(245,245,207); }
td.TdClassName
{
border-color: #F5F5CF;
}
.TagClassName
{
border-color: #F5F5CF;
}
</style>