Shades of Tuft Bush #F5D4BD
Tints of Tuft Bush #F5D4BD
RGB
CMYK
RGB Variations
Color information
#F5D4BD (or 0xF5D4BD) is known color: Tuft Bush. HEX triplet: F5, D4 and BD. RGB value is (245,212,189). Sum of RGB (Red+Green+Blue) = 245+212+189=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 212 (83.20% from 255 or 32.82% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D4BD is #0A2B42. Grayscale: #DBDBDB. Windows color (decimal): -666435 or 12440821. OLE color: 12440821.
HSL color Cylindrical-coordinate representation of color #F5D4BD: hue angle of 24.64º degrees, saturation: 0.74, 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 #F5D4BD is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 189 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.04 |
| HSL | 24.64º | 0.74% | 0.85% | - |
| HSV(B) | 24.64º | 0.23% | 0.96% | - |
| XYZ | 70.38 | 70.17 | 57.98 | - |
| YUV | 219.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 189 | 0 | 0.13 | 0.23 | 0.04 | 24.64 | 0.74 | 0.85 |
| Hex | F5 | D4 | BD | 0 | D | 17 | 4 | 19 | 4A | 55 |
| Octal | 365 | 324 | 275 | 0 | 15 | 27 | 4 | 31 | 112 | 125 |
| Binary | 11110101 | 11010100 | 10111101 | 0 | 1101 | 10111 | 100 | 11001 | 1001010 | 1010101 |
Color Harmonies of #F5D4BD
Complementary color
Monochromatic Colors of #F5D4BD
Black with #F5D4BD
Text Example
Text Example
White with #F5D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D4BD; }
p { color: rgb(245,212,189); }
H1.HeaderClassName
{
color: #F5D4BD;
}
.AnyTagClassName
{
color: #F5D4BD;
}
</style>
background-color css
<style>
a { background-color: #F5D4BD; }
a { background-color: rgb(245,212,189); }
div.DivClassName
{
background-color: #F5D4BD;
}
.BgClassName
{
background-color: #F5D4BD;
}
</style>
border-color css
<style>
span { border-color: #F5D4BD; }
span { border-color: rgb(245,212,189); }
td.TdClassName
{
border-color: #F5D4BD;
}
.TagClassName
{
border-color: #F5D4BD;
}
</style>