Shades of Tuft Bush #F8D7BD
Tints of Tuft Bush #F8D7BD
RGB
CMYK
RGB Variations
Color information
#F8D7BD (or 0xF8D7BD) is known color: Tuft Bush. HEX triplet: F8, D7 and BD. RGB value is (248,215,189). Sum of RGB (Red+Green+Blue) = 248+215+189=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D7BD is #072842. Grayscale: #DEDEDE. Windows color (decimal): -469059 or 12441592. OLE color: 12441592.
HSL color Cylindrical-coordinate representation of color #F8D7BD: hue angle of 26.44º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8D7BD is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 189 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.03 |
| HSL | 26.44º | 0.81% | 0.86% | - |
| HSV(B) | 26.44º | 0.24% | 0.97% | - |
| XYZ | 72.2 | 72.23 | 58.28 | - |
| YUV | 221.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 189 | 0 | 0.13 | 0.24 | 0.03 | 26.44 | 0.81 | 0.86 |
| Hex | F8 | D7 | BD | 0 | D | 18 | 3 | 1A | 51 | 56 |
| Octal | 370 | 327 | 275 | 0 | 15 | 30 | 3 | 32 | 121 | 126 |
| Binary | 11111000 | 11010111 | 10111101 | 0 | 1101 | 11000 | 11 | 11010 | 1010001 | 1010110 |
Color Harmonies of #F8D7BD
Complementary color
Monochromatic Colors of #F8D7BD
Black with #F8D7BD
Text Example
Text Example
White with #F8D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D7BD; }
p { color: rgb(248,215,189); }
H1.HeaderClassName
{
color: #F8D7BD;
}
.AnyTagClassName
{
color: #F8D7BD;
}
</style>
background-color css
<style>
a { background-color: #F8D7BD; }
a { background-color: rgb(248,215,189); }
div.DivClassName
{
background-color: #F8D7BD;
}
.BgClassName
{
background-color: #F8D7BD;
}
</style>
border-color css
<style>
span { border-color: #F8D7BD; }
span { border-color: rgb(248,215,189); }
td.TdClassName
{
border-color: #F8D7BD;
}
.TagClassName
{
border-color: #F8D7BD;
}
</style>