Shades of Tuft Bush #F5D2BE
Tints of Tuft Bush #F5D2BE
RGB
CMYK
RGB Variations
Color information
#F5D2BE (or 0xF5D2BE) is known color: Tuft Bush. HEX triplet: F5, D2 and BE. RGB value is (245,210,190). Sum of RGB (Red+Green+Blue) = 245+210+190=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 210 (82.42% from 255 or 32.56% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2BE is #0A2D41. Grayscale: #DADADA. Windows color (decimal): -666946 or 12505845. OLE color: 12505845.
HSL color Cylindrical-coordinate representation of color #F5D2BE: hue angle of 21.82º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5D2BE is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 190 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.04 |
| HSL | 21.82º | 0.73% | 0.85% | - |
| HSV(B) | 21.82º | 0.22% | 0.96% | - |
| XYZ | 70 | 69.22 | 58.39 | - |
| YUV | 218.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 190 | 0 | 0.14 | 0.22 | 0.04 | 21.82 | 0.73 | 0.85 |
| Hex | F5 | D2 | BE | 0 | E | 16 | 4 | 16 | 49 | 55 |
| Octal | 365 | 322 | 276 | 0 | 16 | 26 | 4 | 26 | 111 | 125 |
| Binary | 11110101 | 11010010 | 10111110 | 0 | 1110 | 10110 | 100 | 10110 | 1001001 | 1010101 |
Color Harmonies of #F5D2BE
Complementary color
Monochromatic Colors of #F5D2BE
Black with #F5D2BE
Text Example
Text Example
White with #F5D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2BE; }
p { color: rgb(245,210,190); }
H1.HeaderClassName
{
color: #F5D2BE;
}
.AnyTagClassName
{
color: #F5D2BE;
}
</style>
background-color css
<style>
a { background-color: #F5D2BE; }
a { background-color: rgb(245,210,190); }
div.DivClassName
{
background-color: #F5D2BE;
}
.BgClassName
{
background-color: #F5D2BE;
}
</style>
border-color css
<style>
span { border-color: #F5D2BE; }
span { border-color: rgb(245,210,190); }
td.TdClassName
{
border-color: #F5D2BE;
}
.TagClassName
{
border-color: #F5D2BE;
}
</style>