Shades of Tuft Bush #F9D6C0
Tints of Tuft Bush #F9D6C0
RGB
CMYK
RGB Variations
Color information
#F9D6C0 (or 0xF9D6C0) is known color: Tuft Bush. HEX triplet: F9, D6 and C0. RGB value is (249,214,192). Sum of RGB (Red+Green+Blue) = 249+214+192=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 192 (75.39% from 255 or 29.31% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D6C0 is #06293F. Grayscale: #DEDEDE. Windows color (decimal): -403776 or 12637945. OLE color: 12637945.
HSL color Cylindrical-coordinate representation of color #F9D6C0: hue angle of 23.16º 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 #F9D6C0 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 214 | 192 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.02 |
| HSL | 23.16º | 0.83% | 0.86% | - |
| HSV(B) | 23.16º | 0.23% | 0.98% | - |
| XYZ | 72.63 | 72.04 | 59.95 | - |
| YUV | 221.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 214 | 192 | 0 | 0.14 | 0.23 | 0.02 | 23.16 | 0.83 | 0.86 |
| Hex | F9 | D6 | C0 | 0 | E | 17 | 2 | 17 | 53 | 56 |
| Octal | 371 | 326 | 300 | 0 | 16 | 27 | 2 | 27 | 123 | 126 |
| Binary | 11111001 | 11010110 | 11000000 | 0 | 1110 | 10111 | 10 | 10111 | 1010011 | 1010110 |
Color Harmonies of #F9D6C0
Complementary color
Monochromatic Colors of #F9D6C0
Black with #F9D6C0
Text Example
Text Example
White with #F9D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D6C0; }
p { color: rgb(249,214,192); }
H1.HeaderClassName
{
color: #F9D6C0;
}
.AnyTagClassName
{
color: #F9D6C0;
}
</style>
background-color css
<style>
a { background-color: #F9D6C0; }
a { background-color: rgb(249,214,192); }
div.DivClassName
{
background-color: #F9D6C0;
}
.BgClassName
{
background-color: #F9D6C0;
}
</style>
border-color css
<style>
span { border-color: #F9D6C0; }
span { border-color: rgb(249,214,192); }
td.TdClassName
{
border-color: #F9D6C0;
}
.TagClassName
{
border-color: #F9D6C0;
}
</style>