Shades of Tequila #FCD3AA
Tints of Tequila #FCD3AA
RGB
CMYK
RGB Variations
Color information
#FCD3AA (or 0xFCD3AA) is known color: Tequila. HEX triplet: FC, D3 and AA. RGB value is (252,211,170). Sum of RGB (Red+Green+Blue) = 252+211+170=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD3AA is #032C55. Grayscale: #DADADA. Windows color (decimal): -207958 or 11195388. OLE color: 11195388.
HSL color Cylindrical-coordinate representation of color #FCD3AA: hue angle of 30º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCD3AA is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 170 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.01 |
| HSL | 30º | 0.93% | 0.83% | - |
| HSV(B) | 30º | 0.33% | 0.99% | - |
| XYZ | 70.69 | 70.19 | 47.85 | - |
| YUV | 218.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 170 | 0 | 0.16 | 0.33 | 0.01 | 30 | 0.93 | 0.83 |
| Hex | FC | D3 | AA | 0 | 10 | 21 | 1 | 1E | 5D | 53 |
| Octal | 374 | 323 | 252 | 0 | 20 | 41 | 1 | 36 | 135 | 123 |
| Binary | 11111100 | 11010011 | 10101010 | 0 | 10000 | 100001 | 1 | 11110 | 1011101 | 1010011 |
Color Harmonies of #FCD3AA
Complementary color
Monochromatic Colors of #FCD3AA
Black with #FCD3AA
Text Example
Text Example
White with #FCD3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3AA; }
p { color: rgb(252,211,170); }
H1.HeaderClassName
{
color: #FCD3AA;
}
.AnyTagClassName
{
color: #FCD3AA;
}
</style>
background-color css
<style>
a { background-color: #FCD3AA; }
a { background-color: rgb(252,211,170); }
div.DivClassName
{
background-color: #FCD3AA;
}
.BgClassName
{
background-color: #FCD3AA;
}
</style>
border-color css
<style>
span { border-color: #FCD3AA; }
span { border-color: rgb(252,211,170); }
td.TdClassName
{
border-color: #FCD3AA;
}
.TagClassName
{
border-color: #FCD3AA;
}
</style>