Shades of Tequila #FCD1A3
Tints of Tequila #FCD1A3
RGB
CMYK
RGB Variations
Color information
#FCD1A3 (or 0xFCD1A3) is known color: Tequila. HEX triplet: FC, D1 and A3. RGB value is (252,209,163). Sum of RGB (Red+Green+Blue) = 252+209+163=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 163 (64.06% from 255 or 26.12% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD1A3 is #032E5C. Grayscale: #D8D8D8. Windows color (decimal): -208477 or 10736124. OLE color: 10736124.
HSL color Cylindrical-coordinate representation of color #FCD1A3: hue angle of 31.01º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCD1A3 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 163 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.01 |
| HSL | 31.01º | 0.94% | 0.81% | - |
| HSV(B) | 31.01º | 0.35% | 0.99% | - |
| XYZ | 69.56 | 68.94 | 44.29 | - |
| YUV | 216.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 163 | 0 | 0.17 | 0.35 | 0.01 | 31.01 | 0.94 | 0.81 |
| Hex | FC | D1 | A3 | 0 | 11 | 23 | 1 | 1F | 5E | 51 |
| Octal | 374 | 321 | 243 | 0 | 21 | 43 | 1 | 37 | 136 | 121 |
| Binary | 11111100 | 11010001 | 10100011 | 0 | 10001 | 100011 | 1 | 11111 | 1011110 | 1010001 |
Color Harmonies of #FCD1A3
Complementary color
Monochromatic Colors of #FCD1A3
Black with #FCD1A3
Text Example
Text Example
White with #FCD1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1A3; }
p { color: rgb(252,209,163); }
H1.HeaderClassName
{
color: #FCD1A3;
}
.AnyTagClassName
{
color: #FCD1A3;
}
</style>
background-color css
<style>
a { background-color: #FCD1A3; }
a { background-color: rgb(252,209,163); }
div.DivClassName
{
background-color: #FCD1A3;
}
.BgClassName
{
background-color: #FCD1A3;
}
</style>
border-color css
<style>
span { border-color: #FCD1A3; }
span { border-color: rgb(252,209,163); }
td.TdClassName
{
border-color: #FCD1A3;
}
.TagClassName
{
border-color: #FCD1A3;
}
</style>