Shades of Tuft Bush #FFD5BD
Tints of Tuft Bush #FFD5BD
RGB
CMYK
RGB Variations
Color information
#FFD5BD (or 0xFFD5BD) is known color: Tuft Bush. HEX triplet: FF, D5 and BD. RGB value is (255,213,189). Sum of RGB (Red+Green+Blue) = 255+213+189=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5BD is #002A42. Grayscale: #DEDEDE. Windows color (decimal): -10819 or 12441087. OLE color: 12441087.
HSL color Cylindrical-coordinate representation of color #FFD5BD: hue angle of 21.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFD5BD is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 189 | - |
| CMYK | 0 | 0.16 | 0.26 | 0 |
| HSL | 21.82º | 1% | 0.87% | - |
| HSV(B) | 21.82º | 0.26% | 1% | - |
| XYZ | 74.22 | 72.52 | 58.23 | - |
| YUV | 222.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 189 | 0 | 0.16 | 0.26 | 0 | 21.82 | 1 | 0.87 |
| Hex | FF | D5 | BD | 0 | 10 | 1A | 0 | 16 | 64 | 57 |
| Octal | 377 | 325 | 275 | 0 | 20 | 32 | 0 | 26 | 144 | 127 |
| Binary | 11111111 | 11010101 | 10111101 | 0 | 10000 | 11010 | 0 | 10110 | 1100100 | 1010111 |
Color Harmonies of #FFD5BD
Complementary color
Monochromatic Colors of #FFD5BD
Black with #FFD5BD
Text Example
Text Example
White with #FFD5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5BD; }
p { color: rgb(255,213,189); }
H1.HeaderClassName
{
color: #FFD5BD;
}
.AnyTagClassName
{
color: #FFD5BD;
}
</style>
background-color css
<style>
a { background-color: #FFD5BD; }
a { background-color: rgb(255,213,189); }
div.DivClassName
{
background-color: #FFD5BD;
}
.BgClassName
{
background-color: #FFD5BD;
}
</style>
border-color css
<style>
span { border-color: #FFD5BD; }
span { border-color: rgb(255,213,189); }
td.TdClassName
{
border-color: #FFD5BD;
}
.TagClassName
{
border-color: #FFD5BD;
}
</style>