Shades of Tuft Bush #F5D2BF
Tints of Tuft Bush #F5D2BF
RGB
CMYK
RGB Variations
Color information
#F5D2BF (or 0xF5D2BF) is known color: Tuft Bush. HEX triplet: F5, D2 and BF. RGB value is (245,210,191). Sum of RGB (Red+Green+Blue) = 245+210+191=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2BF is #0A2D40. Grayscale: #DADADA. Windows color (decimal): -666945 or 12571381. OLE color: 12571381.
HSL color Cylindrical-coordinate representation of color #F5D2BF: hue angle of 21.11º 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 #F5D2BF is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 191 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.04 |
| HSL | 21.11º | 0.73% | 0.85% | - |
| HSV(B) | 21.11º | 0.22% | 0.96% | - |
| XYZ | 70.11 | 69.27 | 58.97 | - |
| YUV | 218.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 191 | 0 | 0.14 | 0.22 | 0.04 | 21.11 | 0.73 | 0.85 |
| Hex | F5 | D2 | BF | 0 | E | 16 | 4 | 15 | 49 | 55 |
| Octal | 365 | 322 | 277 | 0 | 16 | 26 | 4 | 25 | 111 | 125 |
| Binary | 11110101 | 11010010 | 10111111 | 0 | 1110 | 10110 | 100 | 10101 | 1001001 | 1010101 |
Color Harmonies of #F5D2BF
Complementary color
Monochromatic Colors of #F5D2BF
Black with #F5D2BF
Text Example
Text Example
White with #F5D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2BF; }
p { color: rgb(245,210,191); }
H1.HeaderClassName
{
color: #F5D2BF;
}
.AnyTagClassName
{
color: #F5D2BF;
}
</style>
background-color css
<style>
a { background-color: #F5D2BF; }
a { background-color: rgb(245,210,191); }
div.DivClassName
{
background-color: #F5D2BF;
}
.BgClassName
{
background-color: #F5D2BF;
}
</style>
border-color css
<style>
span { border-color: #F5D2BF; }
span { border-color: rgb(245,210,191); }
td.TdClassName
{
border-color: #F5D2BF;
}
.TagClassName
{
border-color: #F5D2BF;
}
</style>