Shades of Tuft Bush #F9D4BF
Tints of Tuft Bush #F9D4BF
RGB
CMYK
RGB Variations
Color information
#F9D4BF (or 0xF9D4BF) is known color: Tuft Bush. HEX triplet: F9, D4 and BF. RGB value is (249,212,191). Sum of RGB (Red+Green+Blue) = 249+212+191=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D4BF is #062B40. Grayscale: #DCDCDC. Windows color (decimal): -404289 or 12571897. OLE color: 12571897.
HSL color Cylindrical-coordinate representation of color #F9D4BF: hue angle of 21.72º 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 #F9D4BF is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 191 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.02 |
| HSL | 21.72º | 0.83% | 0.86% | - |
| HSV(B) | 21.72º | 0.23% | 0.98% | - |
| XYZ | 72.01 | 70.99 | 59.2 | - |
| YUV | 220.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 191 | 0 | 0.15 | 0.23 | 0.02 | 21.72 | 0.83 | 0.86 |
| Hex | F9 | D4 | BF | 0 | F | 17 | 2 | 16 | 53 | 56 |
| Octal | 371 | 324 | 277 | 0 | 17 | 27 | 2 | 26 | 123 | 126 |
| Binary | 11111001 | 11010100 | 10111111 | 0 | 1111 | 10111 | 10 | 10110 | 1010011 | 1010110 |
Color Harmonies of #F9D4BF
Complementary color
Monochromatic Colors of #F9D4BF
Black with #F9D4BF
Text Example
Text Example
White with #F9D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D4BF; }
p { color: rgb(249,212,191); }
H1.HeaderClassName
{
color: #F9D4BF;
}
.AnyTagClassName
{
color: #F9D4BF;
}
</style>
background-color css
<style>
a { background-color: #F9D4BF; }
a { background-color: rgb(249,212,191); }
div.DivClassName
{
background-color: #F9D4BF;
}
.BgClassName
{
background-color: #F9D4BF;
}
</style>
border-color css
<style>
span { border-color: #F9D4BF; }
span { border-color: rgb(249,212,191); }
td.TdClassName
{
border-color: #F9D4BF;
}
.TagClassName
{
border-color: #F9D4BF;
}
</style>