Shades of Tuft Bush #F9D6BD
Tints of Tuft Bush #F9D6BD
RGB
CMYK
RGB Variations
Color information
#F9D6BD (or 0xF9D6BD) is known color: Tuft Bush. HEX triplet: F9, D6 and BD. RGB value is (249,214,189). Sum of RGB (Red+Green+Blue) = 249+214+189=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D6BD is #062942. Grayscale: #DDDDDD. Windows color (decimal): -403779 or 12441337. OLE color: 12441337.
HSL color Cylindrical-coordinate representation of color #F9D6BD: hue angle of 25º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9D6BD is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 214 | 189 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.02 |
| HSL | 25º | 0.83% | 0.86% | - |
| HSV(B) | 25º | 0.24% | 0.98% | - |
| XYZ | 72.3 | 71.91 | 58.21 | - |
| YUV | 221.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 214 | 189 | 0 | 0.14 | 0.24 | 0.02 | 25 | 0.83 | 0.86 |
| Hex | F9 | D6 | BD | 0 | E | 18 | 2 | 19 | 53 | 56 |
| Octal | 371 | 326 | 275 | 0 | 16 | 30 | 2 | 31 | 123 | 126 |
| Binary | 11111001 | 11010110 | 10111101 | 0 | 1110 | 11000 | 10 | 11001 | 1010011 | 1010110 |
Color Harmonies of #F9D6BD
Complementary color
Monochromatic Colors of #F9D6BD
Black with #F9D6BD
Text Example
Text Example
White with #F9D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D6BD; }
p { color: rgb(249,214,189); }
H1.HeaderClassName
{
color: #F9D6BD;
}
.AnyTagClassName
{
color: #F9D6BD;
}
</style>
background-color css
<style>
a { background-color: #F9D6BD; }
a { background-color: rgb(249,214,189); }
div.DivClassName
{
background-color: #F9D6BD;
}
.BgClassName
{
background-color: #F9D6BD;
}
</style>
border-color css
<style>
span { border-color: #F9D6BD; }
span { border-color: rgb(249,214,189); }
td.TdClassName
{
border-color: #F9D6BD;
}
.TagClassName
{
border-color: #F9D6BD;
}
</style>