Shades of Tuft Bush #F6D4BB
Tints of Tuft Bush #F6D4BB
RGB
CMYK
RGB Variations
Color information
#F6D4BB (or 0xF6D4BB) is known color: Tuft Bush. HEX triplet: F6, D4 and BB. RGB value is (246,212,187). Sum of RGB (Red+Green+Blue) = 246+212+187=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D4BB is #092B44. Grayscale: #DBDBDB. Windows color (decimal): -600901 or 12309750. OLE color: 12309750.
HSL color Cylindrical-coordinate representation of color #F6D4BB: hue angle of 25.42º 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 #F6D4BB is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 187 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.04 |
| HSL | 25.42º | 0.77% | 0.85% | - |
| HSV(B) | 25.42º | 0.24% | 0.96% | - |
| XYZ | 70.52 | 70.27 | 56.86 | - |
| YUV | 219.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 187 | 0 | 0.14 | 0.24 | 0.04 | 25.42 | 0.77 | 0.85 |
| Hex | F6 | D4 | BB | 0 | E | 18 | 4 | 19 | 4D | 55 |
| Octal | 366 | 324 | 273 | 0 | 16 | 30 | 4 | 31 | 115 | 125 |
| Binary | 11110110 | 11010100 | 10111011 | 0 | 1110 | 11000 | 100 | 11001 | 1001101 | 1010101 |
Color Harmonies of #F6D4BB
Complementary color
Monochromatic Colors of #F6D4BB
Black with #F6D4BB
Text Example
Text Example
White with #F6D4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D4BB; }
p { color: rgb(246,212,187); }
H1.HeaderClassName
{
color: #F6D4BB;
}
.AnyTagClassName
{
color: #F6D4BB;
}
</style>
background-color css
<style>
a { background-color: #F6D4BB; }
a { background-color: rgb(246,212,187); }
div.DivClassName
{
background-color: #F6D4BB;
}
.BgClassName
{
background-color: #F6D4BB;
}
</style>
border-color css
<style>
span { border-color: #F6D4BB; }
span { border-color: rgb(246,212,187); }
td.TdClassName
{
border-color: #F6D4BB;
}
.TagClassName
{
border-color: #F6D4BB;
}
</style>