Shades of Tuft Bush #F4D1BD
Tints of Tuft Bush #F4D1BD
RGB
CMYK
RGB Variations
Color information
#F4D1BD (or 0xF4D1BD) is known color: Tuft Bush. HEX triplet: F4, D1 and BD. RGB value is (244,209,189). Sum of RGB (Red+Green+Blue) = 244+209+189=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D1BD is #0B2E42. Grayscale: #D9D9D9. Windows color (decimal): -732739 or 12440052. OLE color: 12440052.
HSL color Cylindrical-coordinate representation of color #F4D1BD: hue angle of 21.82º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4D1BD is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 189 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.04 |
| HSL | 21.82º | 0.71% | 0.85% | - |
| HSV(B) | 21.82º | 0.23% | 0.96% | - |
| XYZ | 69.29 | 68.51 | 57.72 | - |
| YUV | 217.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 189 | 0 | 0.14 | 0.23 | 0.04 | 21.82 | 0.71 | 0.85 |
| Hex | F4 | D1 | BD | 0 | E | 17 | 4 | 16 | 47 | 55 |
| Octal | 364 | 321 | 275 | 0 | 16 | 27 | 4 | 26 | 107 | 125 |
| Binary | 11110100 | 11010001 | 10111101 | 0 | 1110 | 10111 | 100 | 10110 | 1000111 | 1010101 |
Color Harmonies of #F4D1BD
Complementary color
Monochromatic Colors of #F4D1BD
Black with #F4D1BD
Text Example
Text Example
White with #F4D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D1BD; }
p { color: rgb(244,209,189); }
H1.HeaderClassName
{
color: #F4D1BD;
}
.AnyTagClassName
{
color: #F4D1BD;
}
</style>
background-color css
<style>
a { background-color: #F4D1BD; }
a { background-color: rgb(244,209,189); }
div.DivClassName
{
background-color: #F4D1BD;
}
.BgClassName
{
background-color: #F4D1BD;
}
</style>
border-color css
<style>
span { border-color: #F4D1BD; }
span { border-color: rgb(244,209,189); }
td.TdClassName
{
border-color: #F4D1BD;
}
.TagClassName
{
border-color: #F4D1BD;
}
</style>