Shades of Tuft Bush #FFD4B9
Tints of Tuft Bush #FFD4B9
RGB
CMYK
RGB Variations
Color information
#FFD4B9 (or 0xFFD4B9) is known color: Tuft Bush. HEX triplet: FF, D4 and B9. RGB value is (255,212,185). Sum of RGB (Red+Green+Blue) = 255+212+185=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 185 (72.66% from 255 or 28.37% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4B9 is #002B46. Grayscale: #DDDDDD. Windows color (decimal): -11079 or 12178687. OLE color: 12178687.
HSL color Cylindrical-coordinate representation of color #FFD4B9: hue angle of 23.14º 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 #FFD4B9 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 185 | - |
| CMYK | 0 | 0.17 | 0.27 | 0 |
| HSL | 23.14º | 1% | 0.86% | - |
| HSV(B) | 23.14º | 0.27% | 1% | - |
| XYZ | 73.54 | 71.85 | 55.89 | - |
| YUV | 221.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 185 | 0 | 0.17 | 0.27 | 0 | 23.14 | 1 | 0.86 |
| Hex | FF | D4 | B9 | 0 | 11 | 1B | 0 | 17 | 64 | 56 |
| Octal | 377 | 324 | 271 | 0 | 21 | 33 | 0 | 27 | 144 | 126 |
| Binary | 11111111 | 11010100 | 10111001 | 0 | 10001 | 11011 | 0 | 10111 | 1100100 | 1010110 |
Color Harmonies of #FFD4B9
Complementary color
Monochromatic Colors of #FFD4B9
Black with #FFD4B9
Text Example
Text Example
White with #FFD4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4B9; }
p { color: rgb(255,212,185); }
H1.HeaderClassName
{
color: #FFD4B9;
}
.AnyTagClassName
{
color: #FFD4B9;
}
</style>
background-color css
<style>
a { background-color: #FFD4B9; }
a { background-color: rgb(255,212,185); }
div.DivClassName
{
background-color: #FFD4B9;
}
.BgClassName
{
background-color: #FFD4B9;
}
</style>
border-color css
<style>
span { border-color: #FFD4B9; }
span { border-color: rgb(255,212,185); }
td.TdClassName
{
border-color: #FFD4B9;
}
.TagClassName
{
border-color: #FFD4B9;
}
</style>