Shades of Tuft Bush #FFD0BD
Tints of Tuft Bush #FFD0BD
RGB
CMYK
RGB Variations
Color information
#FFD0BD (or 0xFFD0BD) is known color: Tuft Bush. HEX triplet: FF, D0 and BD. RGB value is (255,208,189). Sum of RGB (Red+Green+Blue) = 255+208+189=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0BD is #002F42. Grayscale: #DCDCDC. Windows color (decimal): -12099 or 12439807. OLE color: 12439807.
HSL color Cylindrical-coordinate representation of color #FFD0BD: hue angle of 17.27º 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 #FFD0BD is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 189 | - |
| CMYK | 0 | 0.18 | 0.26 | 0 |
| HSL | 17.27º | 1% | 0.87% | - |
| HSV(B) | 17.27º | 0.26% | 1% | - |
| XYZ | 72.98 | 70.05 | 57.82 | - |
| YUV | 219.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 189 | 0 | 0.18 | 0.26 | 0 | 17.27 | 1 | 0.87 |
| Hex | FF | D0 | BD | 0 | 12 | 1A | 0 | 11 | 64 | 57 |
| Octal | 377 | 320 | 275 | 0 | 22 | 32 | 0 | 21 | 144 | 127 |
| Binary | 11111111 | 11010000 | 10111101 | 0 | 10010 | 11010 | 0 | 10001 | 1100100 | 1010111 |
Color Harmonies of #FFD0BD
Complementary color
Monochromatic Colors of #FFD0BD
Black with #FFD0BD
Text Example
Text Example
White with #FFD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0BD; }
p { color: rgb(255,208,189); }
H1.HeaderClassName
{
color: #FFD0BD;
}
.AnyTagClassName
{
color: #FFD0BD;
}
</style>
background-color css
<style>
a { background-color: #FFD0BD; }
a { background-color: rgb(255,208,189); }
div.DivClassName
{
background-color: #FFD0BD;
}
.BgClassName
{
background-color: #FFD0BD;
}
</style>
border-color css
<style>
span { border-color: #FFD0BD; }
span { border-color: rgb(255,208,189); }
td.TdClassName
{
border-color: #FFD0BD;
}
.TagClassName
{
border-color: #FFD0BD;
}
</style>