Shades of Tuft Bush #FFD1BC
Tints of Tuft Bush #FFD1BC
RGB
CMYK
RGB Variations
Color information
#FFD1BC (or 0xFFD1BC) is known color: Tuft Bush. HEX triplet: FF, D1 and BC. RGB value is (255,209,188). Sum of RGB (Red+Green+Blue) = 255+209+188=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1BC is #002E43. Grayscale: #DCDCDC. Windows color (decimal): -11844 or 12374527. OLE color: 12374527.
HSL color Cylindrical-coordinate representation of color #FFD1BC: hue angle of 18.81º 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 #FFD1BC is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 188 | - |
| CMYK | 0 | 0.18 | 0.26 | 0 |
| HSL | 18.81º | 1% | 0.87% | - |
| HSV(B) | 18.81º | 0.26% | 1% | - |
| XYZ | 73.12 | 70.49 | 57.33 | - |
| YUV | 220.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 188 | 0 | 0.18 | 0.26 | 0 | 18.81 | 1 | 0.87 |
| Hex | FF | D1 | BC | 0 | 12 | 1A | 0 | 13 | 64 | 57 |
| Octal | 377 | 321 | 274 | 0 | 22 | 32 | 0 | 23 | 144 | 127 |
| Binary | 11111111 | 11010001 | 10111100 | 0 | 10010 | 11010 | 0 | 10011 | 1100100 | 1010111 |
Color Harmonies of #FFD1BC
Complementary color
Monochromatic Colors of #FFD1BC
Black with #FFD1BC
Text Example
Text Example
White with #FFD1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1BC; }
p { color: rgb(255,209,188); }
H1.HeaderClassName
{
color: #FFD1BC;
}
.AnyTagClassName
{
color: #FFD1BC;
}
</style>
background-color css
<style>
a { background-color: #FFD1BC; }
a { background-color: rgb(255,209,188); }
div.DivClassName
{
background-color: #FFD1BC;
}
.BgClassName
{
background-color: #FFD1BC;
}
</style>
border-color css
<style>
span { border-color: #FFD1BC; }
span { border-color: rgb(255,209,188); }
td.TdClassName
{
border-color: #FFD1BC;
}
.TagClassName
{
border-color: #FFD1BC;
}
</style>