Shades of Mimosa #F6F7CB
Tints of Mimosa #F6F7CB
RGB
CMYK
RGB Variations
Color information
#F6F7CB (or 0xF6F7CB) is known color: Mimosa. HEX triplet: F6, F7 and CB. RGB value is (246,247,203). Sum of RGB (Red+Green+Blue) = 246+247+203=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 247 (96.88% from 255 or 35.49% from 696); Blue value is 203 (79.69% from 255 or 29.17% from 696); Max value from RGB is 247 - color contains mainly: green. Hex color #F6F7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F7CB is #090834. Grayscale: #F1F1F1. Windows color (decimal): -591925 or 13367286. OLE color: 13367286.
HSL color Cylindrical-coordinate representation of color #F6F7CB: hue angle of 61.36º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6F7CB is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 247 | 203 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.03 |
| HSL | 61.36º | 0.73% | 0.88% | - |
| HSV(B) | 61.36º | 0.18% | 0.97% | - |
| XYZ | 82.05 | 90.43 | 69.63 | - |
| YUV | 241.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 247 | 203 | 0.00 | 0 | 0.18 | 0.03 | 61.36 | 0.73 | 0.88 |
| Hex | F6 | F7 | CB | 0 | 0 | 12 | 3 | 3D | 49 | 58 |
| Octal | 366 | 367 | 313 | 0 | 0 | 22 | 3 | 75 | 111 | 130 |
| Binary | 11110110 | 11110111 | 11001011 | 0 | 0 | 10010 | 11 | 111101 | 1001001 | 1011000 |
Color Harmonies of #F6F7CB
Complementary color
Monochromatic Colors of #F6F7CB
Black with #F6F7CB
Text Example
Text Example
White with #F6F7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F7CB; }
p { color: rgb(246,247,203); }
H1.HeaderClassName
{
color: #F6F7CB;
}
.AnyTagClassName
{
color: #F6F7CB;
}
</style>
background-color css
<style>
a { background-color: #F6F7CB; }
a { background-color: rgb(246,247,203); }
div.DivClassName
{
background-color: #F6F7CB;
}
.BgClassName
{
background-color: #F6F7CB;
}
</style>
border-color css
<style>
span { border-color: #F6F7CB; }
span { border-color: rgb(246,247,203); }
td.TdClassName
{
border-color: #F6F7CB;
}
.TagClassName
{
border-color: #F6F7CB;
}
</style>