Shades of Tuft Bush #F8D6BB
Tints of Tuft Bush #F8D6BB
RGB
CMYK
RGB Variations
Color information
#F8D6BB (or 0xF8D6BB) is known color: Tuft Bush. HEX triplet: F8, D6 and BB. RGB value is (248,214,187). Sum of RGB (Red+Green+Blue) = 248+214+187=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D6BB is #072944. Grayscale: #DDDDDD. Windows color (decimal): -469317 or 12310264. OLE color: 12310264.
HSL color Cylindrical-coordinate representation of color #F8D6BB: hue angle of 26.56º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8D6BB is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 187 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.03 |
| HSL | 26.56º | 0.81% | 0.85% | - |
| HSV(B) | 26.56º | 0.25% | 0.97% | - |
| XYZ | 71.73 | 71.64 | 57.06 | - |
| YUV | 221.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 187 | 0 | 0.14 | 0.25 | 0.03 | 26.56 | 0.81 | 0.85 |
| Hex | F8 | D6 | BB | 0 | E | 19 | 3 | 1B | 51 | 55 |
| Octal | 370 | 326 | 273 | 0 | 16 | 31 | 3 | 33 | 121 | 125 |
| Binary | 11111000 | 11010110 | 10111011 | 0 | 1110 | 11001 | 11 | 11011 | 1010001 | 1010101 |
Color Harmonies of #F8D6BB
Complementary color
Monochromatic Colors of #F8D6BB
Black with #F8D6BB
Text Example
Text Example
White with #F8D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D6BB; }
p { color: rgb(248,214,187); }
H1.HeaderClassName
{
color: #F8D6BB;
}
.AnyTagClassName
{
color: #F8D6BB;
}
</style>
background-color css
<style>
a { background-color: #F8D6BB; }
a { background-color: rgb(248,214,187); }
div.DivClassName
{
background-color: #F8D6BB;
}
.BgClassName
{
background-color: #F8D6BB;
}
</style>
border-color css
<style>
span { border-color: #F8D6BB; }
span { border-color: rgb(248,214,187); }
td.TdClassName
{
border-color: #F8D6BB;
}
.TagClassName
{
border-color: #F8D6BB;
}
</style>