Shades of Tuft Bush #FFD1BD
Tints of Tuft Bush #FFD1BD
RGB
CMYK
RGB Variations
Color information
#FFD1BD (or 0xFFD1BD) is known color: Tuft Bush. HEX triplet: FF, D1 and BD. RGB value is (255,209,189). Sum of RGB (Red+Green+Blue) = 255+209+189=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1BD is #002E42. Grayscale: #DCDCDC. Windows color (decimal): -11843 or 12440063. OLE color: 12440063.
HSL color Cylindrical-coordinate representation of color #FFD1BD: hue angle of 18.18º 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 #FFD1BD is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 189 | - |
| CMYK | 0 | 0.18 | 0.26 | 0 |
| HSL | 18.18º | 1% | 0.87% | - |
| HSV(B) | 18.18º | 0.26% | 1% | - |
| XYZ | 73.23 | 70.54 | 57.9 | - |
| YUV | 220.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 189 | 0 | 0.18 | 0.26 | 0 | 18.18 | 1 | 0.87 |
| Hex | FF | D1 | BD | 0 | 12 | 1A | 0 | 12 | 64 | 57 |
| Octal | 377 | 321 | 275 | 0 | 22 | 32 | 0 | 22 | 144 | 127 |
| Binary | 11111111 | 11010001 | 10111101 | 0 | 10010 | 11010 | 0 | 10010 | 1100100 | 1010111 |
Color Harmonies of #FFD1BD
Complementary color
Monochromatic Colors of #FFD1BD
Black with #FFD1BD
Text Example
Text Example
White with #FFD1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1BD; }
p { color: rgb(255,209,189); }
H1.HeaderClassName
{
color: #FFD1BD;
}
.AnyTagClassName
{
color: #FFD1BD;
}
</style>
background-color css
<style>
a { background-color: #FFD1BD; }
a { background-color: rgb(255,209,189); }
div.DivClassName
{
background-color: #FFD1BD;
}
.BgClassName
{
background-color: #FFD1BD;
}
</style>
border-color css
<style>
span { border-color: #FFD1BD; }
span { border-color: rgb(255,209,189); }
td.TdClassName
{
border-color: #FFD1BD;
}
.TagClassName
{
border-color: #FFD1BD;
}
</style>