Shades of Tuft Bush #F9D5BF
Tints of Tuft Bush #F9D5BF
RGB
CMYK
RGB Variations
Color information
#F9D5BF (or 0xF9D5BF) is known color: Tuft Bush. HEX triplet: F9, D5 and BF. RGB value is (249,213,191). Sum of RGB (Red+Green+Blue) = 249+213+191=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D5BF is #062A40. Grayscale: #DDDDDD. Windows color (decimal): -404033 or 12572153. OLE color: 12572153.
HSL color Cylindrical-coordinate representation of color #F9D5BF: hue angle of 22.76º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9D5BF is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 213 | 191 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.02 |
| HSL | 22.76º | 0.83% | 0.86% | - |
| HSV(B) | 22.76º | 0.23% | 0.98% | - |
| XYZ | 72.27 | 71.49 | 59.28 | - |
| YUV | 221.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 213 | 191 | 0 | 0.14 | 0.23 | 0.02 | 22.76 | 0.83 | 0.86 |
| Hex | F9 | D5 | BF | 0 | E | 17 | 2 | 17 | 53 | 56 |
| Octal | 371 | 325 | 277 | 0 | 16 | 27 | 2 | 27 | 123 | 126 |
| Binary | 11111001 | 11010101 | 10111111 | 0 | 1110 | 10111 | 10 | 10111 | 1010011 | 1010110 |
Color Harmonies of #F9D5BF
Complementary color
Monochromatic Colors of #F9D5BF
Black with #F9D5BF
Text Example
Text Example
White with #F9D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D5BF; }
p { color: rgb(249,213,191); }
H1.HeaderClassName
{
color: #F9D5BF;
}
.AnyTagClassName
{
color: #F9D5BF;
}
</style>
background-color css
<style>
a { background-color: #F9D5BF; }
a { background-color: rgb(249,213,191); }
div.DivClassName
{
background-color: #F9D5BF;
}
.BgClassName
{
background-color: #F9D5BF;
}
</style>
border-color css
<style>
span { border-color: #F9D5BF; }
span { border-color: rgb(249,213,191); }
td.TdClassName
{
border-color: #F9D5BF;
}
.TagClassName
{
border-color: #F9D5BF;
}
</style>