Shades of Tuft Bush #FFD0BE
Tints of Tuft Bush #FFD0BE
RGB
CMYK
RGB Variations
Color information
#FFD0BE (or 0xFFD0BE) is known color: Tuft Bush. HEX triplet: FF, D0 and BE. RGB value is (255,208,190). Sum of RGB (Red+Green+Blue) = 255+208+190=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0BE is #002F41. Grayscale: #DCDCDC. Windows color (decimal): -12098 or 12505343. OLE color: 12505343.
HSL color Cylindrical-coordinate representation of color #FFD0BE: hue angle of 16.62º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFD0BE is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 190 | - |
| CMYK | 0 | 0.18 | 0.25 | 0 |
| HSL | 16.62º | 1% | 0.87% | - |
| HSV(B) | 16.62º | 0.25% | 1% | - |
| XYZ | 73.09 | 70.09 | 58.39 | - |
| YUV | 220 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 190 | 0 | 0.18 | 0.25 | 0 | 16.62 | 1 | 0.87 |
| Hex | FF | D0 | BE | 0 | 12 | 19 | 0 | 11 | 64 | 57 |
| Octal | 377 | 320 | 276 | 0 | 22 | 31 | 0 | 21 | 144 | 127 |
| Binary | 11111111 | 11010000 | 10111110 | 0 | 10010 | 11001 | 0 | 10001 | 1100100 | 1010111 |
Color Harmonies of #FFD0BE
Complementary color
Monochromatic Colors of #FFD0BE
Black with #FFD0BE
Text Example
Text Example
White with #FFD0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0BE; }
p { color: rgb(255,208,190); }
H1.HeaderClassName
{
color: #FFD0BE;
}
.AnyTagClassName
{
color: #FFD0BE;
}
</style>
background-color css
<style>
a { background-color: #FFD0BE; }
a { background-color: rgb(255,208,190); }
div.DivClassName
{
background-color: #FFD0BE;
}
.BgClassName
{
background-color: #FFD0BE;
}
</style>
border-color css
<style>
span { border-color: #FFD0BE; }
span { border-color: rgb(255,208,190); }
td.TdClassName
{
border-color: #FFD0BE;
}
.TagClassName
{
border-color: #FFD0BE;
}
</style>