Shades of Tuft Bush #F6D5BD
Tints of Tuft Bush #F6D5BD
RGB
CMYK
RGB Variations
Color information
#F6D5BD (or 0xF6D5BD) is known color: Tuft Bush. HEX triplet: F6, D5 and BD. RGB value is (246,213,189). Sum of RGB (Red+Green+Blue) = 246+213+189=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D5BD is #092A42. Grayscale: #DCDCDC. Windows color (decimal): -600643 or 12441078. OLE color: 12441078.
HSL color Cylindrical-coordinate representation of color #F6D5BD: hue angle of 25.26º 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 #F6D5BD is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 189 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.04 |
| HSL | 25.26º | 0.76% | 0.85% | - |
| HSV(B) | 25.26º | 0.23% | 0.96% | - |
| XYZ | 70.99 | 70.86 | 58.08 | - |
| YUV | 220.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 189 | 0 | 0.13 | 0.23 | 0.04 | 25.26 | 0.76 | 0.85 |
| Hex | F6 | D5 | BD | 0 | D | 17 | 4 | 19 | 4C | 55 |
| Octal | 366 | 325 | 275 | 0 | 15 | 27 | 4 | 31 | 114 | 125 |
| Binary | 11110110 | 11010101 | 10111101 | 0 | 1101 | 10111 | 100 | 11001 | 1001100 | 1010101 |
Color Harmonies of #F6D5BD
Complementary color
Monochromatic Colors of #F6D5BD
Black with #F6D5BD
Text Example
Text Example
White with #F6D5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D5BD; }
p { color: rgb(246,213,189); }
H1.HeaderClassName
{
color: #F6D5BD;
}
.AnyTagClassName
{
color: #F6D5BD;
}
</style>
background-color css
<style>
a { background-color: #F6D5BD; }
a { background-color: rgb(246,213,189); }
div.DivClassName
{
background-color: #F6D5BD;
}
.BgClassName
{
background-color: #F6D5BD;
}
</style>
border-color css
<style>
span { border-color: #F6D5BD; }
span { border-color: rgb(246,213,189); }
td.TdClassName
{
border-color: #F6D5BD;
}
.TagClassName
{
border-color: #F6D5BD;
}
</style>