Shades of Tuft Bush #F7CFC0
Tints of Tuft Bush #F7CFC0
RGB
CMYK
RGB Variations
Color information
#F7CFC0 (or 0xF7CFC0) is known color: Tuft Bush. HEX triplet: F7, CF and C0. RGB value is (247,207,192). Sum of RGB (Red+Green+Blue) = 247+207+192=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFC0 is #08303F. Grayscale: #D9D9D9. Windows color (decimal): -536640 or 12636151. OLE color: 12636151.
HSL color Cylindrical-coordinate representation of color #F7CFC0: hue angle of 16.36º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F7CFC0 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 192 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.03 |
| HSL | 16.36º | 0.77% | 0.86% | - |
| HSV(B) | 16.36º | 0.22% | 0.97% | - |
| XYZ | 70.19 | 68.21 | 59.34 | - |
| YUV | 217.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 192 | 0 | 0.16 | 0.22 | 0.03 | 16.36 | 0.77 | 0.86 |
| Hex | F7 | CF | C0 | 0 | 10 | 16 | 3 | 10 | 4D | 56 |
| Octal | 367 | 317 | 300 | 0 | 20 | 26 | 3 | 20 | 115 | 126 |
| Binary | 11110111 | 11001111 | 11000000 | 0 | 10000 | 10110 | 11 | 10000 | 1001101 | 1010110 |
Color Harmonies of #F7CFC0
Complementary color
Monochromatic Colors of #F7CFC0
Black with #F7CFC0
Text Example
Text Example
White with #F7CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFC0; }
p { color: rgb(247,207,192); }
H1.HeaderClassName
{
color: #F7CFC0;
}
.AnyTagClassName
{
color: #F7CFC0;
}
</style>
background-color css
<style>
a { background-color: #F7CFC0; }
a { background-color: rgb(247,207,192); }
div.DivClassName
{
background-color: #F7CFC0;
}
.BgClassName
{
background-color: #F7CFC0;
}
</style>
border-color css
<style>
span { border-color: #F7CFC0; }
span { border-color: rgb(247,207,192); }
td.TdClassName
{
border-color: #F7CFC0;
}
.TagClassName
{
border-color: #F7CFC0;
}
</style>