Shades of Tequila #F7CBA1
Tints of Tequila #F7CBA1
RGB
CMYK
RGB Variations
Color information
#F7CBA1 (or 0xF7CBA1) is known color: Tequila. HEX triplet: F7, CB and A1. RGB value is (247,203,161). Sum of RGB (Red+Green+Blue) = 247+203+161=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CBA1 is #08345E. Grayscale: #D3D3D3. Windows color (decimal): -537695 or 10603511. OLE color: 10603511.
HSL color Cylindrical-coordinate representation of color #F7CBA1: hue angle of 29.3º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7CBA1 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 161 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.03 |
| HSL | 29.3º | 0.84% | 0.8% | - |
| HSV(B) | 29.3º | 0.35% | 0.97% | - |
| XYZ | 66.15 | 65.06 | 42.79 | - |
| YUV | 211.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 161 | 0 | 0.18 | 0.35 | 0.03 | 29.3 | 0.84 | 0.8 |
| Hex | F7 | CB | A1 | 0 | 12 | 23 | 3 | 1D | 54 | 50 |
| Octal | 367 | 313 | 241 | 0 | 22 | 43 | 3 | 35 | 124 | 120 |
| Binary | 11110111 | 11001011 | 10100001 | 0 | 10010 | 100011 | 11 | 11101 | 1010100 | 1010000 |
Color Harmonies of #F7CBA1
Complementary color
Monochromatic Colors of #F7CBA1
Black with #F7CBA1
Text Example
Text Example
White with #F7CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CBA1; }
p { color: rgb(247,203,161); }
H1.HeaderClassName
{
color: #F7CBA1;
}
.AnyTagClassName
{
color: #F7CBA1;
}
</style>
background-color css
<style>
a { background-color: #F7CBA1; }
a { background-color: rgb(247,203,161); }
div.DivClassName
{
background-color: #F7CBA1;
}
.BgClassName
{
background-color: #F7CBA1;
}
</style>
border-color css
<style>
span { border-color: #F7CBA1; }
span { border-color: rgb(247,203,161); }
td.TdClassName
{
border-color: #F7CBA1;
}
.TagClassName
{
border-color: #F7CBA1;
}
</style>