Shades of Tuft Bush #FFD5BA
Tints of Tuft Bush #FFD5BA
RGB
CMYK
RGB Variations
Color information
#FFD5BA (or 0xFFD5BA) is known color: Tuft Bush. HEX triplet: FF, D5 and BA. RGB value is (255,213,186). Sum of RGB (Red+Green+Blue) = 255+213+186=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5BA is #002A45. Grayscale: #DEDEDE. Windows color (decimal): -10822 or 12244479. OLE color: 12244479.
HSL color Cylindrical-coordinate representation of color #FFD5BA: hue angle of 23.48º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFD5BA is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 186 | - |
| CMYK | 0 | 0.16 | 0.27 | 0 |
| HSL | 23.48º | 1% | 0.86% | - |
| HSV(B) | 23.48º | 0.27% | 1% | - |
| XYZ | 73.9 | 72.39 | 56.53 | - |
| YUV | 222.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 186 | 0 | 0.16 | 0.27 | 0 | 23.48 | 1 | 0.86 |
| Hex | FF | D5 | BA | 0 | 10 | 1B | 0 | 17 | 64 | 56 |
| Octal | 377 | 325 | 272 | 0 | 20 | 33 | 0 | 27 | 144 | 126 |
| Binary | 11111111 | 11010101 | 10111010 | 0 | 10000 | 11011 | 0 | 10111 | 1100100 | 1010110 |
Color Harmonies of #FFD5BA
Complementary color
Monochromatic Colors of #FFD5BA
Black with #FFD5BA
Text Example
Text Example
White with #FFD5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5BA; }
p { color: rgb(255,213,186); }
H1.HeaderClassName
{
color: #FFD5BA;
}
.AnyTagClassName
{
color: #FFD5BA;
}
</style>
background-color css
<style>
a { background-color: #FFD5BA; }
a { background-color: rgb(255,213,186); }
div.DivClassName
{
background-color: #FFD5BA;
}
.BgClassName
{
background-color: #FFD5BA;
}
</style>
border-color css
<style>
span { border-color: #FFD5BA; }
span { border-color: rgb(255,213,186); }
td.TdClassName
{
border-color: #FFD5BA;
}
.TagClassName
{
border-color: #FFD5BA;
}
</style>