Shades of Tuft Bush #FFD4BE
Tints of Tuft Bush #FFD4BE
RGB
CMYK
RGB Variations
Color information
#FFD4BE (or 0xFFD4BE) is known color: Tuft Bush. HEX triplet: FF, D4 and BE. RGB value is (255,212,190). Sum of RGB (Red+Green+Blue) = 255+212+190=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4BE is #002B41. Grayscale: #DEDEDE. Windows color (decimal): -11074 or 12506367. OLE color: 12506367.
HSL color Cylindrical-coordinate representation of color #FFD4BE: hue angle of 20.31º 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 #FFD4BE is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 190 | - |
| CMYK | 0 | 0.17 | 0.25 | 0 |
| HSL | 20.31º | 1% | 0.87% | - |
| HSV(B) | 20.31º | 0.25% | 1% | - |
| XYZ | 74.08 | 72.06 | 58.72 | - |
| YUV | 222.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 190 | 0 | 0.17 | 0.25 | 0 | 20.31 | 1 | 0.87 |
| Hex | FF | D4 | BE | 0 | 11 | 19 | 0 | 14 | 64 | 57 |
| Octal | 377 | 324 | 276 | 0 | 21 | 31 | 0 | 24 | 144 | 127 |
| Binary | 11111111 | 11010100 | 10111110 | 0 | 10001 | 11001 | 0 | 10100 | 1100100 | 1010111 |
Color Harmonies of #FFD4BE
Complementary color
Monochromatic Colors of #FFD4BE
Black with #FFD4BE
Text Example
Text Example
White with #FFD4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4BE; }
p { color: rgb(255,212,190); }
H1.HeaderClassName
{
color: #FFD4BE;
}
.AnyTagClassName
{
color: #FFD4BE;
}
</style>
background-color css
<style>
a { background-color: #FFD4BE; }
a { background-color: rgb(255,212,190); }
div.DivClassName
{
background-color: #FFD4BE;
}
.BgClassName
{
background-color: #FFD4BE;
}
</style>
border-color css
<style>
span { border-color: #FFD4BE; }
span { border-color: rgb(255,212,190); }
td.TdClassName
{
border-color: #FFD4BE;
}
.TagClassName
{
border-color: #FFD4BE;
}
</style>