Shades of Tuft Bush #F6D6BD
Tints of Tuft Bush #F6D6BD
RGB
CMYK
RGB Variations
Color information
#F6D6BD (or 0xF6D6BD) is known color: Tuft Bush. HEX triplet: F6, D6 and BD. RGB value is (246,214,189). Sum of RGB (Red+Green+Blue) = 246+214+189=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D6BD is #092942. Grayscale: #DCDCDC. Windows color (decimal): -600387 or 12441334. OLE color: 12441334.
HSL color Cylindrical-coordinate representation of color #F6D6BD: hue angle of 26.32º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6D6BD is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 214 | 189 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.04 |
| HSL | 26.32º | 0.76% | 0.85% | - |
| HSV(B) | 26.32º | 0.23% | 0.96% | - |
| XYZ | 71.24 | 71.36 | 58.16 | - |
| YUV | 220.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 214 | 189 | 0 | 0.13 | 0.23 | 0.04 | 26.32 | 0.76 | 0.85 |
| Hex | F6 | D6 | BD | 0 | D | 17 | 4 | 1A | 4C | 55 |
| Octal | 366 | 326 | 275 | 0 | 15 | 27 | 4 | 32 | 114 | 125 |
| Binary | 11110110 | 11010110 | 10111101 | 0 | 1101 | 10111 | 100 | 11010 | 1001100 | 1010101 |
Color Harmonies of #F6D6BD
Complementary color
Monochromatic Colors of #F6D6BD
Black with #F6D6BD
Text Example
Text Example
White with #F6D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D6BD; }
p { color: rgb(246,214,189); }
H1.HeaderClassName
{
color: #F6D6BD;
}
.AnyTagClassName
{
color: #F6D6BD;
}
</style>
background-color css
<style>
a { background-color: #F6D6BD; }
a { background-color: rgb(246,214,189); }
div.DivClassName
{
background-color: #F6D6BD;
}
.BgClassName
{
background-color: #F6D6BD;
}
</style>
border-color css
<style>
span { border-color: #F6D6BD; }
span { border-color: rgb(246,214,189); }
td.TdClassName
{
border-color: #F6D6BD;
}
.TagClassName
{
border-color: #F6D6BD;
}
</style>