Shades of Tuft Bush #F6D4BE
Tints of Tuft Bush #F6D4BE
RGB
CMYK
RGB Variations
Color information
#F6D4BE (or 0xF6D4BE) is known color: Tuft Bush. HEX triplet: F6, D4 and BE. RGB value is (246,212,190). Sum of RGB (Red+Green+Blue) = 246+212+190=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 212 (83.20% from 255 or 32.72% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D4BE is #092B41. Grayscale: #DBDBDB. Windows color (decimal): -600898 or 12506358. OLE color: 12506358.
HSL color Cylindrical-coordinate representation of color #F6D4BE: hue angle of 23.57º 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 #F6D4BE is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 190 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.04 |
| HSL | 23.57º | 0.76% | 0.85% | - |
| HSV(B) | 23.57º | 0.23% | 0.96% | - |
| XYZ | 70.84 | 70.4 | 58.57 | - |
| YUV | 219.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 190 | 0 | 0.14 | 0.23 | 0.04 | 23.57 | 0.76 | 0.85 |
| Hex | F6 | D4 | BE | 0 | E | 17 | 4 | 18 | 4C | 55 |
| Octal | 366 | 324 | 276 | 0 | 16 | 27 | 4 | 30 | 114 | 125 |
| Binary | 11110110 | 11010100 | 10111110 | 0 | 1110 | 10111 | 100 | 11000 | 1001100 | 1010101 |
Color Harmonies of #F6D4BE
Complementary color
Monochromatic Colors of #F6D4BE
Black with #F6D4BE
Text Example
Text Example
White with #F6D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D4BE; }
p { color: rgb(246,212,190); }
H1.HeaderClassName
{
color: #F6D4BE;
}
.AnyTagClassName
{
color: #F6D4BE;
}
</style>
background-color css
<style>
a { background-color: #F6D4BE; }
a { background-color: rgb(246,212,190); }
div.DivClassName
{
background-color: #F6D4BE;
}
.BgClassName
{
background-color: #F6D4BE;
}
</style>
border-color css
<style>
span { border-color: #F6D4BE; }
span { border-color: rgb(246,212,190); }
td.TdClassName
{
border-color: #F6D4BE;
}
.TagClassName
{
border-color: #F6D4BE;
}
</style>