Shades of Tuft Bush #FFD5BE
Tints of Tuft Bush #FFD5BE
RGB
CMYK
RGB Variations
Color information
#FFD5BE (or 0xFFD5BE) is known color: Tuft Bush. HEX triplet: FF, D5 and BE. RGB value is (255,213,190). Sum of RGB (Red+Green+Blue) = 255+213+190=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5BE is #002A41. Grayscale: #DFDFDF. Windows color (decimal): -10818 or 12506623. OLE color: 12506623.
HSL color Cylindrical-coordinate representation of color #FFD5BE: hue angle of 21.23º 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 #FFD5BE is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 190 | - |
| CMYK | 0 | 0.16 | 0.25 | 0 |
| HSL | 21.23º | 1% | 0.87% | - |
| HSV(B) | 21.23º | 0.25% | 1% | - |
| XYZ | 74.33 | 72.57 | 58.8 | - |
| YUV | 222.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 190 | 0 | 0.16 | 0.25 | 0 | 21.23 | 1 | 0.87 |
| Hex | FF | D5 | BE | 0 | 10 | 19 | 0 | 15 | 64 | 57 |
| Octal | 377 | 325 | 276 | 0 | 20 | 31 | 0 | 25 | 144 | 127 |
| Binary | 11111111 | 11010101 | 10111110 | 0 | 10000 | 11001 | 0 | 10101 | 1100100 | 1010111 |
Color Harmonies of #FFD5BE
Complementary color
Monochromatic Colors of #FFD5BE
Black with #FFD5BE
Text Example
Text Example
White with #FFD5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5BE; }
p { color: rgb(255,213,190); }
H1.HeaderClassName
{
color: #FFD5BE;
}
.AnyTagClassName
{
color: #FFD5BE;
}
</style>
background-color css
<style>
a { background-color: #FFD5BE; }
a { background-color: rgb(255,213,190); }
div.DivClassName
{
background-color: #FFD5BE;
}
.BgClassName
{
background-color: #FFD5BE;
}
</style>
border-color css
<style>
span { border-color: #FFD5BE; }
span { border-color: rgb(255,213,190); }
td.TdClassName
{
border-color: #FFD5BE;
}
.TagClassName
{
border-color: #FFD5BE;
}
</style>