Shades of Tuft Bush #F9CFC0
Tints of Tuft Bush #F9CFC0
RGB
CMYK
RGB Variations
Color information
#F9CFC0 (or 0xF9CFC0) is known color: Tuft Bush. HEX triplet: F9, CF and C0. RGB value is (249,207,192). Sum of RGB (Red+Green+Blue) = 249+207+192=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFC0 is #06303F. Grayscale: #D9D9D9. Windows color (decimal): -405568 or 12636153. OLE color: 12636153.
HSL color Cylindrical-coordinate representation of color #F9CFC0: hue angle of 15.79º 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 #F9CFC0 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 192 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.02 |
| HSL | 15.79º | 0.83% | 0.86% | - |
| HSV(B) | 15.79º | 0.23% | 0.98% | - |
| XYZ | 70.89 | 68.57 | 59.37 | - |
| YUV | 217.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 192 | 0 | 0.17 | 0.23 | 0.02 | 15.79 | 0.83 | 0.86 |
| Hex | F9 | CF | C0 | 0 | 11 | 17 | 2 | 10 | 53 | 56 |
| Octal | 371 | 317 | 300 | 0 | 21 | 27 | 2 | 20 | 123 | 126 |
| Binary | 11111001 | 11001111 | 11000000 | 0 | 10001 | 10111 | 10 | 10000 | 1010011 | 1010110 |
Color Harmonies of #F9CFC0
Complementary color
Monochromatic Colors of #F9CFC0
Black with #F9CFC0
Text Example
Text Example
White with #F9CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CFC0; }
p { color: rgb(249,207,192); }
H1.HeaderClassName
{
color: #F9CFC0;
}
.AnyTagClassName
{
color: #F9CFC0;
}
</style>
background-color css
<style>
a { background-color: #F9CFC0; }
a { background-color: rgb(249,207,192); }
div.DivClassName
{
background-color: #F9CFC0;
}
.BgClassName
{
background-color: #F9CFC0;
}
</style>
border-color css
<style>
span { border-color: #F9CFC0; }
span { border-color: rgb(249,207,192); }
td.TdClassName
{
border-color: #F9CFC0;
}
.TagClassName
{
border-color: #F9CFC0;
}
</style>