Shades of Tuft Bush #F5D2BD
Tints of Tuft Bush #F5D2BD
RGB
CMYK
RGB Variations
Color information
#F5D2BD (or 0xF5D2BD) is known color: Tuft Bush. HEX triplet: F5, D2 and BD. RGB value is (245,210,189). Sum of RGB (Red+Green+Blue) = 245+210+189=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 210 (82.42% from 255 or 32.61% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2BD is #0A2D42. Grayscale: #DADADA. Windows color (decimal): -666947 or 12440309. OLE color: 12440309.
HSL color Cylindrical-coordinate representation of color #F5D2BD: hue angle of 22.5º 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 #F5D2BD is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 189 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.04 |
| HSL | 22.5º | 0.74% | 0.85% | - |
| HSV(B) | 22.5º | 0.23% | 0.96% | - |
| XYZ | 69.89 | 69.18 | 57.81 | - |
| YUV | 218.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 189 | 0 | 0.14 | 0.23 | 0.04 | 22.5 | 0.74 | 0.85 |
| Hex | F5 | D2 | BD | 0 | E | 17 | 4 | 16 | 4A | 55 |
| Octal | 365 | 322 | 275 | 0 | 16 | 27 | 4 | 26 | 112 | 125 |
| Binary | 11110101 | 11010010 | 10111101 | 0 | 1110 | 10111 | 100 | 10110 | 1001010 | 1010101 |
Color Harmonies of #F5D2BD
Complementary color
Monochromatic Colors of #F5D2BD
Black with #F5D2BD
Text Example
Text Example
White with #F5D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2BD; }
p { color: rgb(245,210,189); }
H1.HeaderClassName
{
color: #F5D2BD;
}
.AnyTagClassName
{
color: #F5D2BD;
}
</style>
background-color css
<style>
a { background-color: #F5D2BD; }
a { background-color: rgb(245,210,189); }
div.DivClassName
{
background-color: #F5D2BD;
}
.BgClassName
{
background-color: #F5D2BD;
}
</style>
border-color css
<style>
span { border-color: #F5D2BD; }
span { border-color: rgb(245,210,189); }
td.TdClassName
{
border-color: #F5D2BD;
}
.TagClassName
{
border-color: #F5D2BD;
}
</style>