Shades of Tuft Bush #FFD5BF
Tints of Tuft Bush #FFD5BF
RGB
CMYK
RGB Variations
Color information
#FFD5BF (or 0xFFD5BF) is known color: Tuft Bush. HEX triplet: FF, D5 and BF. RGB value is (255,213,191). Sum of RGB (Red+Green+Blue) = 255+213+191=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5BF is #002A40. Grayscale: #DFDFDF. Windows color (decimal): -10817 or 12572159. OLE color: 12572159.
HSL color Cylindrical-coordinate representation of color #FFD5BF: hue angle of 20.62º 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 #FFD5BF is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 191 | - |
| CMYK | 0 | 0.16 | 0.25 | 0 |
| HSL | 20.63º | 1% | 0.87% | - |
| HSV(B) | 20.63º | 0.25% | 1% | - |
| XYZ | 74.44 | 72.61 | 59.38 | - |
| YUV | 223.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 191 | 0 | 0.16 | 0.25 | 0 | 20.63 | 1 | 0.87 |
| Hex | FF | D5 | BF | 0 | 10 | 19 | 0 | 15 | 64 | 57 |
| Octal | 377 | 325 | 277 | 0 | 20 | 31 | 0 | 25 | 144 | 127 |
| Binary | 11111111 | 11010101 | 10111111 | 0 | 10000 | 11001 | 0 | 10101 | 1100100 | 1010111 |
Color Harmonies of #FFD5BF
Complementary color
Monochromatic Colors of #FFD5BF
Black with #FFD5BF
Text Example
Text Example
White with #FFD5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5BF; }
p { color: rgb(255,213,191); }
H1.HeaderClassName
{
color: #FFD5BF;
}
.AnyTagClassName
{
color: #FFD5BF;
}
</style>
background-color css
<style>
a { background-color: #FFD5BF; }
a { background-color: rgb(255,213,191); }
div.DivClassName
{
background-color: #FFD5BF;
}
.BgClassName
{
background-color: #FFD5BF;
}
</style>
border-color css
<style>
span { border-color: #FFD5BF; }
span { border-color: rgb(255,213,191); }
td.TdClassName
{
border-color: #FFD5BF;
}
.TagClassName
{
border-color: #FFD5BF;
}
</style>