Shades of Tuft Bush #F7D7BD
Tints of Tuft Bush #F7D7BD
RGB
CMYK
RGB Variations
Color information
#F7D7BD (or 0xF7D7BD) is known color: Tuft Bush. HEX triplet: F7, D7 and BD. RGB value is (247,215,189). Sum of RGB (Red+Green+Blue) = 247+215+189=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D7BD is #082842. Grayscale: #DDDDDD. Windows color (decimal): -534595 or 12441591. OLE color: 12441591.
HSL color Cylindrical-coordinate representation of color #F7D7BD: hue angle of 26.9º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7D7BD is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 215 | 189 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.03 |
| HSL | 26.9º | 0.78% | 0.85% | - |
| HSV(B) | 26.9º | 0.23% | 0.97% | - |
| XYZ | 71.84 | 72.05 | 58.26 | - |
| YUV | 221.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 215 | 189 | 0 | 0.13 | 0.23 | 0.03 | 26.9 | 0.78 | 0.85 |
| Hex | F7 | D7 | BD | 0 | D | 17 | 3 | 1B | 4E | 55 |
| Octal | 367 | 327 | 275 | 0 | 15 | 27 | 3 | 33 | 116 | 125 |
| Binary | 11110111 | 11010111 | 10111101 | 0 | 1101 | 10111 | 11 | 11011 | 1001110 | 1010101 |
Color Harmonies of #F7D7BD
Complementary color
Monochromatic Colors of #F7D7BD
Black with #F7D7BD
Text Example
Text Example
White with #F7D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D7BD; }
p { color: rgb(247,215,189); }
H1.HeaderClassName
{
color: #F7D7BD;
}
.AnyTagClassName
{
color: #F7D7BD;
}
</style>
background-color css
<style>
a { background-color: #F7D7BD; }
a { background-color: rgb(247,215,189); }
div.DivClassName
{
background-color: #F7D7BD;
}
.BgClassName
{
background-color: #F7D7BD;
}
</style>
border-color css
<style>
span { border-color: #F7D7BD; }
span { border-color: rgb(247,215,189); }
td.TdClassName
{
border-color: #F7D7BD;
}
.TagClassName
{
border-color: #F7D7BD;
}
</style>