Shades of Tuft Bush #FFD4BA
Tints of Tuft Bush #FFD4BA
RGB
CMYK
RGB Variations
Color information
#FFD4BA (or 0xFFD4BA) is known color: Tuft Bush. HEX triplet: FF, D4 and BA. RGB value is (255,212,186). Sum of RGB (Red+Green+Blue) = 255+212+186=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4BA is #002B45. Grayscale: #DEDEDE. Windows color (decimal): -11078 or 12244223. OLE color: 12244223.
HSL color Cylindrical-coordinate representation of color #FFD4BA: hue angle of 22.61º 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 #FFD4BA is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 186 | - |
| CMYK | 0 | 0.17 | 0.27 | 0 |
| HSL | 22.61º | 1% | 0.86% | - |
| HSV(B) | 22.61º | 0.27% | 1% | - |
| XYZ | 73.65 | 71.89 | 56.45 | - |
| YUV | 221.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 186 | 0 | 0.17 | 0.27 | 0 | 22.61 | 1 | 0.86 |
| Hex | FF | D4 | BA | 0 | 11 | 1B | 0 | 17 | 64 | 56 |
| Octal | 377 | 324 | 272 | 0 | 21 | 33 | 0 | 27 | 144 | 126 |
| Binary | 11111111 | 11010100 | 10111010 | 0 | 10001 | 11011 | 0 | 10111 | 1100100 | 1010110 |
Color Harmonies of #FFD4BA
Complementary color
Monochromatic Colors of #FFD4BA
Black with #FFD4BA
Text Example
Text Example
White with #FFD4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4BA; }
p { color: rgb(255,212,186); }
H1.HeaderClassName
{
color: #FFD4BA;
}
.AnyTagClassName
{
color: #FFD4BA;
}
</style>
background-color css
<style>
a { background-color: #FFD4BA; }
a { background-color: rgb(255,212,186); }
div.DivClassName
{
background-color: #FFD4BA;
}
.BgClassName
{
background-color: #FFD4BA;
}
</style>
border-color css
<style>
span { border-color: #FFD4BA; }
span { border-color: rgb(255,212,186); }
td.TdClassName
{
border-color: #FFD4BA;
}
.TagClassName
{
border-color: #FFD4BA;
}
</style>