Shades of Tuft Bush #F7D3BD
Tints of Tuft Bush #F7D3BD
RGB
CMYK
RGB Variations
Color information
#F7D3BD (or 0xF7D3BD) is known color: Tuft Bush. HEX triplet: F7, D3 and BD. RGB value is (247,211,189). Sum of RGB (Red+Green+Blue) = 247+211+189=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D3BD is #082C42. Grayscale: #DBDBDB. Windows color (decimal): -535619 or 12440567. OLE color: 12440567.
HSL color Cylindrical-coordinate representation of color #F7D3BD: hue angle of 22.76º 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 #F7D3BD is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 211 | 189 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.03 |
| HSL | 22.76º | 0.78% | 0.85% | - |
| HSV(B) | 22.76º | 0.23% | 0.97% | - |
| XYZ | 70.84 | 70.04 | 57.93 | - |
| YUV | 219.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 211 | 189 | 0 | 0.15 | 0.23 | 0.03 | 22.76 | 0.78 | 0.85 |
| Hex | F7 | D3 | BD | 0 | F | 17 | 3 | 17 | 4E | 55 |
| Octal | 367 | 323 | 275 | 0 | 17 | 27 | 3 | 27 | 116 | 125 |
| Binary | 11110111 | 11010011 | 10111101 | 0 | 1111 | 10111 | 11 | 10111 | 1001110 | 1010101 |
Color Harmonies of #F7D3BD
Complementary color
Monochromatic Colors of #F7D3BD
Black with #F7D3BD
Text Example
Text Example
White with #F7D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D3BD; }
p { color: rgb(247,211,189); }
H1.HeaderClassName
{
color: #F7D3BD;
}
.AnyTagClassName
{
color: #F7D3BD;
}
</style>
background-color css
<style>
a { background-color: #F7D3BD; }
a { background-color: rgb(247,211,189); }
div.DivClassName
{
background-color: #F7D3BD;
}
.BgClassName
{
background-color: #F7D3BD;
}
</style>
border-color css
<style>
span { border-color: #F7D3BD; }
span { border-color: rgb(247,211,189); }
td.TdClassName
{
border-color: #F7D3BD;
}
.TagClassName
{
border-color: #F7D3BD;
}
</style>