Shades of Tuft Bush #FFD4BD
Tints of Tuft Bush #FFD4BD
RGB
CMYK
RGB Variations
Color information
#FFD4BD (or 0xFFD4BD) is known color: Tuft Bush. HEX triplet: FF, D4 and BD. RGB value is (255,212,189). Sum of RGB (Red+Green+Blue) = 255+212+189=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4BD is #002B42. Grayscale: #DEDEDE. Windows color (decimal): -11075 or 12440831. OLE color: 12440831.
HSL color Cylindrical-coordinate representation of color #FFD4BD: hue angle of 20.91º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFD4BD is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 189 | - |
| CMYK | 0 | 0.17 | 0.26 | 0 |
| HSL | 20.91º | 1% | 0.87% | - |
| HSV(B) | 20.91º | 0.26% | 1% | - |
| XYZ | 73.97 | 72.02 | 58.15 | - |
| YUV | 222.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 189 | 0 | 0.17 | 0.26 | 0 | 20.91 | 1 | 0.87 |
| Hex | FF | D4 | BD | 0 | 11 | 1A | 0 | 15 | 64 | 57 |
| Octal | 377 | 324 | 275 | 0 | 21 | 32 | 0 | 25 | 144 | 127 |
| Binary | 11111111 | 11010100 | 10111101 | 0 | 10001 | 11010 | 0 | 10101 | 1100100 | 1010111 |
Color Harmonies of #FFD4BD
Complementary color
Monochromatic Colors of #FFD4BD
Black with #FFD4BD
Text Example
Text Example
White with #FFD4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4BD; }
p { color: rgb(255,212,189); }
H1.HeaderClassName
{
color: #FFD4BD;
}
.AnyTagClassName
{
color: #FFD4BD;
}
</style>
background-color css
<style>
a { background-color: #FFD4BD; }
a { background-color: rgb(255,212,189); }
div.DivClassName
{
background-color: #FFD4BD;
}
.BgClassName
{
background-color: #FFD4BD;
}
</style>
border-color css
<style>
span { border-color: #FFD4BD; }
span { border-color: rgb(255,212,189); }
td.TdClassName
{
border-color: #FFD4BD;
}
.TagClassName
{
border-color: #FFD4BD;
}
</style>