Shades of Tuft Bush #FFD7BE
Tints of Tuft Bush #FFD7BE
RGB
CMYK
RGB Variations
Color information
#FFD7BE (or 0xFFD7BE) is known color: Tuft Bush. HEX triplet: FF, D7 and BE. RGB value is (255,215,190). Sum of RGB (Red+Green+Blue) = 255+215+190=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7BE is #002841. Grayscale: #E0E0E0. Windows color (decimal): -10306 or 12507135. OLE color: 12507135.
HSL color Cylindrical-coordinate representation of color #FFD7BE: hue angle of 23.08º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFD7BE is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 190 | - |
| CMYK | 0 | 0.16 | 0.25 | 0 |
| HSL | 23.08º | 1% | 0.87% | - |
| HSV(B) | 23.08º | 0.25% | 1% | - |
| XYZ | 74.83 | 73.58 | 58.97 | - |
| YUV | 224.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 190 | 0 | 0.16 | 0.25 | 0 | 23.08 | 1 | 0.87 |
| Hex | FF | D7 | BE | 0 | 10 | 19 | 0 | 17 | 64 | 57 |
| Octal | 377 | 327 | 276 | 0 | 20 | 31 | 0 | 27 | 144 | 127 |
| Binary | 11111111 | 11010111 | 10111110 | 0 | 10000 | 11001 | 0 | 10111 | 1100100 | 1010111 |
Color Harmonies of #FFD7BE
Complementary color
Monochromatic Colors of #FFD7BE
Black with #FFD7BE
Text Example
Text Example
White with #FFD7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7BE; }
p { color: rgb(255,215,190); }
H1.HeaderClassName
{
color: #FFD7BE;
}
.AnyTagClassName
{
color: #FFD7BE;
}
</style>
background-color css
<style>
a { background-color: #FFD7BE; }
a { background-color: rgb(255,215,190); }
div.DivClassName
{
background-color: #FFD7BE;
}
.BgClassName
{
background-color: #FFD7BE;
}
</style>
border-color css
<style>
span { border-color: #FFD7BE; }
span { border-color: rgb(255,215,190); }
td.TdClassName
{
border-color: #FFD7BE;
}
.TagClassName
{
border-color: #FFD7BE;
}
</style>