Shades of Tuft Bush #FFD5BB
Tints of Tuft Bush #FFD5BB
RGB
CMYK
RGB Variations
Color information
#FFD5BB (or 0xFFD5BB) is known color: Tuft Bush. HEX triplet: FF, D5 and BB. RGB value is (255,213,187). Sum of RGB (Red+Green+Blue) = 255+213+187=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5BB is #002A44. Grayscale: #DEDEDE. Windows color (decimal): -10821 or 12310015. OLE color: 12310015.
HSL color Cylindrical-coordinate representation of color #FFD5BB: hue angle of 22.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFD5BB is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 187 | - |
| CMYK | 0 | 0.16 | 0.27 | 0 |
| HSL | 22.94º | 1% | 0.87% | - |
| HSV(B) | 22.94º | 0.27% | 1% | - |
| XYZ | 74 | 72.44 | 57.09 | - |
| YUV | 222.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 187 | 0 | 0.16 | 0.27 | 0 | 22.94 | 1 | 0.87 |
| Hex | FF | D5 | BB | 0 | 10 | 1B | 0 | 17 | 64 | 57 |
| Octal | 377 | 325 | 273 | 0 | 20 | 33 | 0 | 27 | 144 | 127 |
| Binary | 11111111 | 11010101 | 10111011 | 0 | 10000 | 11011 | 0 | 10111 | 1100100 | 1010111 |
Color Harmonies of #FFD5BB
Complementary color
Monochromatic Colors of #FFD5BB
Black with #FFD5BB
Text Example
Text Example
White with #FFD5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5BB; }
p { color: rgb(255,213,187); }
H1.HeaderClassName
{
color: #FFD5BB;
}
.AnyTagClassName
{
color: #FFD5BB;
}
</style>
background-color css
<style>
a { background-color: #FFD5BB; }
a { background-color: rgb(255,213,187); }
div.DivClassName
{
background-color: #FFD5BB;
}
.BgClassName
{
background-color: #FFD5BB;
}
</style>
border-color css
<style>
span { border-color: #FFD5BB; }
span { border-color: rgb(255,213,187); }
td.TdClassName
{
border-color: #FFD5BB;
}
.TagClassName
{
border-color: #FFD5BB;
}
</style>