Shades of Tuft Bush #F6D4BA
Tints of Tuft Bush #F6D4BA
RGB
CMYK
RGB Variations
Color information
#F6D4BA (or 0xF6D4BA) is known color: Tuft Bush. HEX triplet: F6, D4 and BA. RGB value is (246,212,186). Sum of RGB (Red+Green+Blue) = 246+212+186=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D4BA is #092B45. Grayscale: #DBDBDB. Windows color (decimal): -600902 or 12244214. OLE color: 12244214.
HSL color Cylindrical-coordinate representation of color #F6D4BA: hue angle of 26º 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 #F6D4BA is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 186 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.04 |
| HSL | 26º | 0.77% | 0.85% | - |
| HSV(B) | 26º | 0.24% | 0.96% | - |
| XYZ | 70.41 | 70.22 | 56.3 | - |
| YUV | 219.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 186 | 0 | 0.14 | 0.24 | 0.04 | 26 | 0.77 | 0.85 |
| Hex | F6 | D4 | BA | 0 | E | 18 | 4 | 1A | 4D | 55 |
| Octal | 366 | 324 | 272 | 0 | 16 | 30 | 4 | 32 | 115 | 125 |
| Binary | 11110110 | 11010100 | 10111010 | 0 | 1110 | 11000 | 100 | 11010 | 1001101 | 1010101 |
Color Harmonies of #F6D4BA
Complementary color
Monochromatic Colors of #F6D4BA
Black with #F6D4BA
Text Example
Text Example
White with #F6D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D4BA; }
p { color: rgb(246,212,186); }
H1.HeaderClassName
{
color: #F6D4BA;
}
.AnyTagClassName
{
color: #F6D4BA;
}
</style>
background-color css
<style>
a { background-color: #F6D4BA; }
a { background-color: rgb(246,212,186); }
div.DivClassName
{
background-color: #F6D4BA;
}
.BgClassName
{
background-color: #F6D4BA;
}
</style>
border-color css
<style>
span { border-color: #F6D4BA; }
span { border-color: rgb(246,212,186); }
td.TdClassName
{
border-color: #F6D4BA;
}
.TagClassName
{
border-color: #F6D4BA;
}
</style>