Shades of Mimosa #F6F7C8
Tints of Mimosa #F6F7C8
RGB
CMYK
RGB Variations
Color information
#F6F7C8 (or 0xF6F7C8) is known color: Mimosa. HEX triplet: F6, F7 and C8. RGB value is (246,247,200). Sum of RGB (Red+Green+Blue) = 246+247+200=693 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.50% from 693); Green value is 247 (96.88% from 255 or 35.64% from 693); Blue value is 200 (78.52% from 255 or 28.86% from 693); Max value from RGB is 247 - color contains mainly: green. Hex color #F6F7C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F7C8 is #090837. Grayscale: #F1F1F1. Windows color (decimal): -591928 or 13170678. OLE color: 13170678.
HSL color Cylindrical-coordinate representation of color #F6F7C8: hue angle of 61.28º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F6F7C8 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 247 | 200 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.03 |
| HSL | 61.28º | 0.75% | 0.88% | - |
| HSV(B) | 61.28º | 0.19% | 0.97% | - |
| XYZ | 81.69 | 90.28 | 67.76 | - |
| YUV | 241.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 247 | 200 | 0.00 | 0 | 0.19 | 0.03 | 61.28 | 0.75 | 0.88 |
| Hex | F6 | F7 | C8 | 0 | 0 | 13 | 3 | 3D | 4B | 58 |
| Octal | 366 | 367 | 310 | 0 | 0 | 23 | 3 | 75 | 113 | 130 |
| Binary | 11110110 | 11110111 | 11001000 | 0 | 0 | 10011 | 11 | 111101 | 1001011 | 1011000 |
Color Harmonies of #F6F7C8
Complementary color
Monochromatic Colors of #F6F7C8
Black with #F6F7C8
Text Example
Text Example
White with #F6F7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F7C8; }
p { color: rgb(246,247,200); }
H1.HeaderClassName
{
color: #F6F7C8;
}
.AnyTagClassName
{
color: #F6F7C8;
}
</style>
background-color css
<style>
a { background-color: #F6F7C8; }
a { background-color: rgb(246,247,200); }
div.DivClassName
{
background-color: #F6F7C8;
}
.BgClassName
{
background-color: #F6F7C8;
}
</style>
border-color css
<style>
span { border-color: #F6F7C8; }
span { border-color: rgb(246,247,200); }
td.TdClassName
{
border-color: #F6F7C8;
}
.TagClassName
{
border-color: #F6F7C8;
}
</style>