Shades of Tuft Bush #F7D0BD
Tints of Tuft Bush #F7D0BD
RGB
CMYK
RGB Variations
Color information
#F7D0BD (or 0xF7D0BD) is known color: Tuft Bush. HEX triplet: F7, D0 and BD. RGB value is (247,208,189). Sum of RGB (Red+Green+Blue) = 247+208+189=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D0BD is #082F42. Grayscale: #D9D9D9. Windows color (decimal): -536387 or 12439799. OLE color: 12439799.
HSL color Cylindrical-coordinate representation of color #F7D0BD: hue angle of 19.66º 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 #F7D0BD is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 189 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.03 |
| HSL | 19.66º | 0.78% | 0.85% | - |
| HSV(B) | 19.66º | 0.23% | 0.97% | - |
| XYZ | 70.1 | 68.56 | 57.68 | - |
| YUV | 217.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 189 | 0 | 0.16 | 0.23 | 0.03 | 19.66 | 0.78 | 0.85 |
| Hex | F7 | D0 | BD | 0 | 10 | 17 | 3 | 14 | 4E | 55 |
| Octal | 367 | 320 | 275 | 0 | 20 | 27 | 3 | 24 | 116 | 125 |
| Binary | 11110111 | 11010000 | 10111101 | 0 | 10000 | 10111 | 11 | 10100 | 1001110 | 1010101 |
Color Harmonies of #F7D0BD
Complementary color
Monochromatic Colors of #F7D0BD
Black with #F7D0BD
Text Example
Text Example
White with #F7D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D0BD; }
p { color: rgb(247,208,189); }
H1.HeaderClassName
{
color: #F7D0BD;
}
.AnyTagClassName
{
color: #F7D0BD;
}
</style>
background-color css
<style>
a { background-color: #F7D0BD; }
a { background-color: rgb(247,208,189); }
div.DivClassName
{
background-color: #F7D0BD;
}
.BgClassName
{
background-color: #F7D0BD;
}
</style>
border-color css
<style>
span { border-color: #F7D0BD; }
span { border-color: rgb(247,208,189); }
td.TdClassName
{
border-color: #F7D0BD;
}
.TagClassName
{
border-color: #F7D0BD;
}
</style>