Shades of Tuft Bush #F6D0BA
Tints of Tuft Bush #F6D0BA
RGB
CMYK
RGB Variations
Color information
#F6D0BA (or 0xF6D0BA) is known color: Tuft Bush. HEX triplet: F6, D0 and BA. RGB value is (246,208,186). Sum of RGB (Red+Green+Blue) = 246+208+186=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0BA is #092F45. Grayscale: #D8D8D8. Windows color (decimal): -601926 or 12243190. OLE color: 12243190.
HSL color Cylindrical-coordinate representation of color #F6D0BA: hue angle of 22º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6D0BA is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 186 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.04 |
| HSL | 22º | 0.77% | 0.85% | - |
| HSV(B) | 22º | 0.24% | 0.96% | - |
| XYZ | 69.42 | 68.25 | 55.97 | - |
| YUV | 216.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 186 | 0 | 0.15 | 0.24 | 0.04 | 22 | 0.77 | 0.85 |
| Hex | F6 | D0 | BA | 0 | F | 18 | 4 | 16 | 4D | 55 |
| Octal | 366 | 320 | 272 | 0 | 17 | 30 | 4 | 26 | 115 | 125 |
| Binary | 11110110 | 11010000 | 10111010 | 0 | 1111 | 11000 | 100 | 10110 | 1001101 | 1010101 |
Color Harmonies of #F6D0BA
Complementary color
Monochromatic Colors of #F6D0BA
Black with #F6D0BA
Text Example
Text Example
White with #F6D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D0BA; }
p { color: rgb(246,208,186); }
H1.HeaderClassName
{
color: #F6D0BA;
}
.AnyTagClassName
{
color: #F6D0BA;
}
</style>
background-color css
<style>
a { background-color: #F6D0BA; }
a { background-color: rgb(246,208,186); }
div.DivClassName
{
background-color: #F6D0BA;
}
.BgClassName
{
background-color: #F6D0BA;
}
</style>
border-color css
<style>
span { border-color: #F6D0BA; }
span { border-color: rgb(246,208,186); }
td.TdClassName
{
border-color: #F6D0BA;
}
.TagClassName
{
border-color: #F6D0BA;
}
</style>