Shades of Tuft Bush #F9D5BA
Tints of Tuft Bush #F9D5BA
RGB
CMYK
RGB Variations
Color information
#F9D5BA (or 0xF9D5BA) is known color: Tuft Bush. HEX triplet: F9, D5 and BA. RGB value is (249,213,186). Sum of RGB (Red+Green+Blue) = 249+213+186=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D5BA is #062A45. Grayscale: #DCDCDC. Windows color (decimal): -404038 or 12244473. OLE color: 12244473.
HSL color Cylindrical-coordinate representation of color #F9D5BA: hue angle of 25.71º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9D5BA is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 213 | 186 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.02 |
| HSL | 25.71º | 0.84% | 0.85% | - |
| HSV(B) | 25.71º | 0.25% | 0.98% | - |
| XYZ | 71.72 | 71.27 | 56.43 | - |
| YUV | 220.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 213 | 186 | 0 | 0.14 | 0.25 | 0.02 | 25.71 | 0.84 | 0.85 |
| Hex | F9 | D5 | BA | 0 | E | 19 | 2 | 1A | 54 | 55 |
| Octal | 371 | 325 | 272 | 0 | 16 | 31 | 2 | 32 | 124 | 125 |
| Binary | 11111001 | 11010101 | 10111010 | 0 | 1110 | 11001 | 10 | 11010 | 1010100 | 1010101 |
Color Harmonies of #F9D5BA
Complementary color
Monochromatic Colors of #F9D5BA
Black with #F9D5BA
Text Example
Text Example
White with #F9D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D5BA; }
p { color: rgb(249,213,186); }
H1.HeaderClassName
{
color: #F9D5BA;
}
.AnyTagClassName
{
color: #F9D5BA;
}
</style>
background-color css
<style>
a { background-color: #F9D5BA; }
a { background-color: rgb(249,213,186); }
div.DivClassName
{
background-color: #F9D5BA;
}
.BgClassName
{
background-color: #F9D5BA;
}
</style>
border-color css
<style>
span { border-color: #F9D5BA; }
span { border-color: rgb(249,213,186); }
td.TdClassName
{
border-color: #F9D5BA;
}
.TagClassName
{
border-color: #F9D5BA;
}
</style>