Shades of Tuft Bush #FFD5BC
Tints of Tuft Bush #FFD5BC
RGB
CMYK
RGB Variations
Color information
#FFD5BC (or 0xFFD5BC) is known color: Tuft Bush. HEX triplet: FF, D5 and BC. RGB value is (255,213,188). Sum of RGB (Red+Green+Blue) = 255+213+188=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5BC is #002A43. Grayscale: #DEDEDE. Windows color (decimal): -10820 or 12375551. OLE color: 12375551.
HSL color Cylindrical-coordinate representation of color #FFD5BC: hue angle of 22.39º 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 #FFD5BC is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 188 | - |
| CMYK | 0 | 0.16 | 0.26 | 0 |
| HSL | 22.39º | 1% | 0.87% | - |
| HSV(B) | 22.39º | 0.26% | 1% | - |
| XYZ | 74.11 | 72.48 | 57.66 | - |
| YUV | 222.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 188 | 0 | 0.16 | 0.26 | 0 | 22.39 | 1 | 0.87 |
| Hex | FF | D5 | BC | 0 | 10 | 1A | 0 | 16 | 64 | 57 |
| Octal | 377 | 325 | 274 | 0 | 20 | 32 | 0 | 26 | 144 | 127 |
| Binary | 11111111 | 11010101 | 10111100 | 0 | 10000 | 11010 | 0 | 10110 | 1100100 | 1010111 |
Color Harmonies of #FFD5BC
Complementary color
Monochromatic Colors of #FFD5BC
Black with #FFD5BC
Text Example
Text Example
White with #FFD5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5BC; }
p { color: rgb(255,213,188); }
H1.HeaderClassName
{
color: #FFD5BC;
}
.AnyTagClassName
{
color: #FFD5BC;
}
</style>
background-color css
<style>
a { background-color: #FFD5BC; }
a { background-color: rgb(255,213,188); }
div.DivClassName
{
background-color: #FFD5BC;
}
.BgClassName
{
background-color: #FFD5BC;
}
</style>
border-color css
<style>
span { border-color: #FFD5BC; }
span { border-color: rgb(255,213,188); }
td.TdClassName
{
border-color: #FFD5BC;
}
.TagClassName
{
border-color: #FFD5BC;
}
</style>