Shades of Mimosa #F4F6D1
Tints of Mimosa #F4F6D1
RGB
CMYK
RGB Variations
Color information
#F4F6D1 (or 0xF4F6D1) is known color: Mimosa. HEX triplet: F4, F6 and D1. RGB value is (244,246,209). Sum of RGB (Red+Green+Blue) = 244+246+209=699 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.91% from 699); Green value is 246 (96.48% from 255 or 35.19% from 699); Blue value is 209 (82.03% from 255 or 29.90% from 699); Max value from RGB is 246 - color contains mainly: green. Hex color #F4F6D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F6D1 is #0B092E. Grayscale: #F1F1F1. Windows color (decimal): -723247 or 13760244. OLE color: 13760244.
HSL color Cylindrical-coordinate representation of color #F4F6D1: hue angle of 63.24º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4F6D1 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 246 | 209 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.04 |
| HSL | 63.24º | 0.67% | 0.89% | - |
| HSV(B) | 63.24º | 0.15% | 0.96% | - |
| XYZ | 81.77 | 89.75 | 73.33 | - |
| YUV | 241.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 246 | 209 | 0.01 | 0 | 0.15 | 0.04 | 63.24 | 0.67 | 0.89 |
| Hex | F4 | F6 | D1 | 1 | 0 | F | 4 | 3F | 43 | 59 |
| Octal | 364 | 366 | 321 | 1 | 0 | 17 | 4 | 77 | 103 | 131 |
| Binary | 11110100 | 11110110 | 11010001 | 1 | 0 | 1111 | 100 | 111111 | 1000011 | 1011001 |
Color Harmonies of #F4F6D1
Complementary color
Monochromatic Colors of #F4F6D1
Black with #F4F6D1
Text Example
Text Example
White with #F4F6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F6D1; }
p { color: rgb(244,246,209); }
H1.HeaderClassName
{
color: #F4F6D1;
}
.AnyTagClassName
{
color: #F4F6D1;
}
</style>
background-color css
<style>
a { background-color: #F4F6D1; }
a { background-color: rgb(244,246,209); }
div.DivClassName
{
background-color: #F4F6D1;
}
.BgClassName
{
background-color: #F4F6D1;
}
</style>
border-color css
<style>
span { border-color: #F4F6D1; }
span { border-color: rgb(244,246,209); }
td.TdClassName
{
border-color: #F4F6D1;
}
.TagClassName
{
border-color: #F4F6D1;
}
</style>