Shades of Tuft Bush #F7CFC1
Tints of Tuft Bush #F7CFC1
RGB
CMYK
RGB Variations
Color information
#F7CFC1 (or 0xF7CFC1) is known color: Tuft Bush. HEX triplet: F7, CF and C1. RGB value is (247,207,193). Sum of RGB (Red+Green+Blue) = 247+207+193=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFC1 is #08303E. Grayscale: #D9D9D9. Windows color (decimal): -536639 or 12701687. OLE color: 12701687.
HSL color Cylindrical-coordinate representation of color #F7CFC1: hue angle of 15.56º 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 #F7CFC1 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 193 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.03 |
| HSL | 15.56º | 0.77% | 0.86% | - |
| HSV(B) | 15.56º | 0.22% | 0.97% | - |
| XYZ | 70.3 | 68.25 | 59.92 | - |
| YUV | 217.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 193 | 0 | 0.16 | 0.22 | 0.03 | 15.56 | 0.77 | 0.86 |
| Hex | F7 | CF | C1 | 0 | 10 | 16 | 3 | 10 | 4D | 56 |
| Octal | 367 | 317 | 301 | 0 | 20 | 26 | 3 | 20 | 115 | 126 |
| Binary | 11110111 | 11001111 | 11000001 | 0 | 10000 | 10110 | 11 | 10000 | 1001101 | 1010110 |
Color Harmonies of #F7CFC1
Complementary color
Monochromatic Colors of #F7CFC1
Black with #F7CFC1
Text Example
Text Example
White with #F7CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFC1; }
p { color: rgb(247,207,193); }
H1.HeaderClassName
{
color: #F7CFC1;
}
.AnyTagClassName
{
color: #F7CFC1;
}
</style>
background-color css
<style>
a { background-color: #F7CFC1; }
a { background-color: rgb(247,207,193); }
div.DivClassName
{
background-color: #F7CFC1;
}
.BgClassName
{
background-color: #F7CFC1;
}
</style>
border-color css
<style>
span { border-color: #F7CFC1; }
span { border-color: rgb(247,207,193); }
td.TdClassName
{
border-color: #F7CFC1;
}
.TagClassName
{
border-color: #F7CFC1;
}
</style>