Shades of Tuft Bush #F5D4BA
Tints of Tuft Bush #F5D4BA
RGB
CMYK
RGB Variations
Color information
#F5D4BA (or 0xF5D4BA) is known color: Tuft Bush. HEX triplet: F5, D4 and BA. RGB value is (245,212,186). Sum of RGB (Red+Green+Blue) = 245+212+186=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D4BA is #0A2B45. Grayscale: #DBDBDB. Windows color (decimal): -666438 or 12244213. OLE color: 12244213.
HSL color Cylindrical-coordinate representation of color #F5D4BA: hue angle of 26.44º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5D4BA is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 186 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.04 |
| HSL | 26.44º | 0.75% | 0.85% | - |
| HSV(B) | 26.44º | 0.24% | 0.96% | - |
| XYZ | 70.06 | 70.04 | 56.28 | - |
| YUV | 218.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 186 | 0 | 0.13 | 0.24 | 0.04 | 26.44 | 0.75 | 0.85 |
| Hex | F5 | D4 | BA | 0 | D | 18 | 4 | 1A | 4B | 55 |
| Octal | 365 | 324 | 272 | 0 | 15 | 30 | 4 | 32 | 113 | 125 |
| Binary | 11110101 | 11010100 | 10111010 | 0 | 1101 | 11000 | 100 | 11010 | 1001011 | 1010101 |
Color Harmonies of #F5D4BA
Complementary color
Monochromatic Colors of #F5D4BA
Black with #F5D4BA
Text Example
Text Example
White with #F5D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D4BA; }
p { color: rgb(245,212,186); }
H1.HeaderClassName
{
color: #F5D4BA;
}
.AnyTagClassName
{
color: #F5D4BA;
}
</style>
background-color css
<style>
a { background-color: #F5D4BA; }
a { background-color: rgb(245,212,186); }
div.DivClassName
{
background-color: #F5D4BA;
}
.BgClassName
{
background-color: #F5D4BA;
}
</style>
border-color css
<style>
span { border-color: #F5D4BA; }
span { border-color: rgb(245,212,186); }
td.TdClassName
{
border-color: #F5D4BA;
}
.TagClassName
{
border-color: #F5D4BA;
}
</style>