Shades of Tuft Bush #FFD1BE
Tints of Tuft Bush #FFD1BE
RGB
CMYK
RGB Variations
Color information
#FFD1BE (or 0xFFD1BE) is known color: Tuft Bush. HEX triplet: FF, D1 and BE. RGB value is (255,209,190). Sum of RGB (Red+Green+Blue) = 255+209+190=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1BE is #002E41. Grayscale: #DCDCDC. Windows color (decimal): -11842 or 12505599. OLE color: 12505599.
HSL color Cylindrical-coordinate representation of color #FFD1BE: hue angle of 17.54º 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 #FFD1BE is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 190 | - |
| CMYK | 0 | 0.18 | 0.25 | 0 |
| HSL | 17.54º | 1% | 0.87% | - |
| HSV(B) | 17.54º | 0.25% | 1% | - |
| XYZ | 73.33 | 70.58 | 58.47 | - |
| YUV | 220.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 190 | 0 | 0.18 | 0.25 | 0 | 17.54 | 1 | 0.87 |
| Hex | FF | D1 | BE | 0 | 12 | 19 | 0 | 12 | 64 | 57 |
| Octal | 377 | 321 | 276 | 0 | 22 | 31 | 0 | 22 | 144 | 127 |
| Binary | 11111111 | 11010001 | 10111110 | 0 | 10010 | 11001 | 0 | 10010 | 1100100 | 1010111 |
Color Harmonies of #FFD1BE
Complementary color
Monochromatic Colors of #FFD1BE
Black with #FFD1BE
Text Example
Text Example
White with #FFD1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1BE; }
p { color: rgb(255,209,190); }
H1.HeaderClassName
{
color: #FFD1BE;
}
.AnyTagClassName
{
color: #FFD1BE;
}
</style>
background-color css
<style>
a { background-color: #FFD1BE; }
a { background-color: rgb(255,209,190); }
div.DivClassName
{
background-color: #FFD1BE;
}
.BgClassName
{
background-color: #FFD1BE;
}
</style>
border-color css
<style>
span { border-color: #FFD1BE; }
span { border-color: rgb(255,209,190); }
td.TdClassName
{
border-color: #FFD1BE;
}
.TagClassName
{
border-color: #FFD1BE;
}
</style>