Shades of Tequila #F3CCA5
Tints of Tequila #F3CCA5
RGB
CMYK
RGB Variations
Color information
#F3CCA5 (or 0xF3CCA5) is known color: Tequila. HEX triplet: F3, CC and A5. RGB value is (243,204,165). Sum of RGB (Red+Green+Blue) = 243+204+165=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 165 (64.84% from 255 or 26.96% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CCA5 is #0C335A. Grayscale: #D3D3D3. Windows color (decimal): -799579 or 10865907. OLE color: 10865907.
HSL color Cylindrical-coordinate representation of color #F3CCA5: hue angle of 30º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F3CCA5 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 204 | 165 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.05 |
| HSL | 30º | 0.76% | 0.8% | - |
| HSV(B) | 30º | 0.32% | 0.95% | - |
| XYZ | 65.35 | 64.96 | 44.69 | - |
| YUV | 211.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 204 | 165 | 0 | 0.16 | 0.32 | 0.05 | 30 | 0.76 | 0.8 |
| Hex | F3 | CC | A5 | 0 | 10 | 20 | 5 | 1E | 4C | 50 |
| Octal | 363 | 314 | 245 | 0 | 20 | 40 | 5 | 36 | 114 | 120 |
| Binary | 11110011 | 11001100 | 10100101 | 0 | 10000 | 100000 | 101 | 11110 | 1001100 | 1010000 |
Color Harmonies of #F3CCA5
Complementary color
Monochromatic Colors of #F3CCA5
Black with #F3CCA5
Text Example
Text Example
White with #F3CCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CCA5; }
p { color: rgb(243,204,165); }
H1.HeaderClassName
{
color: #F3CCA5;
}
.AnyTagClassName
{
color: #F3CCA5;
}
</style>
background-color css
<style>
a { background-color: #F3CCA5; }
a { background-color: rgb(243,204,165); }
div.DivClassName
{
background-color: #F3CCA5;
}
.BgClassName
{
background-color: #F3CCA5;
}
</style>
border-color css
<style>
span { border-color: #F3CCA5; }
span { border-color: rgb(243,204,165); }
td.TdClassName
{
border-color: #F3CCA5;
}
.TagClassName
{
border-color: #F3CCA5;
}
</style>