Shades of Tuft Bush #FFD7BF
Tints of Tuft Bush #FFD7BF
RGB
CMYK
RGB Variations
Color information
#FFD7BF (or 0xFFD7BF) is known color: Tuft Bush. HEX triplet: FF, D7 and BF. RGB value is (255,215,191). Sum of RGB (Red+Green+Blue) = 255+215+191=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 191 (75% from 255 or 28.90% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7BF is #002840. Grayscale: #E0E0E0. Windows color (decimal): -10305 or 12572671. OLE color: 12572671.
HSL color Cylindrical-coordinate representation of color #FFD7BF: hue angle of 22.5º 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 #FFD7BF is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 191 | - |
| CMYK | 0 | 0.16 | 0.25 | 0 |
| HSL | 22.5º | 1% | 0.87% | - |
| HSV(B) | 22.5º | 0.25% | 1% | - |
| XYZ | 74.94 | 73.62 | 59.55 | - |
| YUV | 224.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 191 | 0 | 0.16 | 0.25 | 0 | 22.5 | 1 | 0.87 |
| Hex | FF | D7 | BF | 0 | 10 | 19 | 0 | 16 | 64 | 57 |
| Octal | 377 | 327 | 277 | 0 | 20 | 31 | 0 | 26 | 144 | 127 |
| Binary | 11111111 | 11010111 | 10111111 | 0 | 10000 | 11001 | 0 | 10110 | 1100100 | 1010111 |
Color Harmonies of #FFD7BF
Complementary color
Monochromatic Colors of #FFD7BF
Black with #FFD7BF
Text Example
Text Example
White with #FFD7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7BF; }
p { color: rgb(255,215,191); }
H1.HeaderClassName
{
color: #FFD7BF;
}
.AnyTagClassName
{
color: #FFD7BF;
}
</style>
background-color css
<style>
a { background-color: #FFD7BF; }
a { background-color: rgb(255,215,191); }
div.DivClassName
{
background-color: #FFD7BF;
}
.BgClassName
{
background-color: #FFD7BF;
}
</style>
border-color css
<style>
span { border-color: #FFD7BF; }
span { border-color: rgb(255,215,191); }
td.TdClassName
{
border-color: #FFD7BF;
}
.TagClassName
{
border-color: #FFD7BF;
}
</style>