Shades of Tuft Bush #FFD0BA
Tints of Tuft Bush #FFD0BA
RGB
CMYK
RGB Variations
Color information
#FFD0BA (or 0xFFD0BA) is known color: Tuft Bush. HEX triplet: FF, D0 and BA. RGB value is (255,208,186). Sum of RGB (Red+Green+Blue) = 255+208+186=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0BA is #002F45. Grayscale: #DBDBDB. Windows color (decimal): -12102 or 12243199. OLE color: 12243199.
HSL color Cylindrical-coordinate representation of color #FFD0BA: hue angle of 19.13º 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 #FFD0BA is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 186 | - |
| CMYK | 0 | 0.18 | 0.27 | 0 |
| HSL | 19.13º | 1% | 0.86% | - |
| HSV(B) | 19.13º | 0.27% | 1% | - |
| XYZ | 72.66 | 69.92 | 56.12 | - |
| YUV | 219.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 186 | 0 | 0.18 | 0.27 | 0 | 19.13 | 1 | 0.86 |
| Hex | FF | D0 | BA | 0 | 12 | 1B | 0 | 13 | 64 | 56 |
| Octal | 377 | 320 | 272 | 0 | 22 | 33 | 0 | 23 | 144 | 126 |
| Binary | 11111111 | 11010000 | 10111010 | 0 | 10010 | 11011 | 0 | 10011 | 1100100 | 1010110 |
Color Harmonies of #FFD0BA
Complementary color
Monochromatic Colors of #FFD0BA
Black with #FFD0BA
Text Example
Text Example
White with #FFD0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0BA; }
p { color: rgb(255,208,186); }
H1.HeaderClassName
{
color: #FFD0BA;
}
.AnyTagClassName
{
color: #FFD0BA;
}
</style>
background-color css
<style>
a { background-color: #FFD0BA; }
a { background-color: rgb(255,208,186); }
div.DivClassName
{
background-color: #FFD0BA;
}
.BgClassName
{
background-color: #FFD0BA;
}
</style>
border-color css
<style>
span { border-color: #FFD0BA; }
span { border-color: rgb(255,208,186); }
td.TdClassName
{
border-color: #FFD0BA;
}
.TagClassName
{
border-color: #FFD0BA;
}
</style>