Shades of Tequila #FCD4A9
Tints of Tequila #FCD4A9
RGB
CMYK
RGB Variations
Color information
#FCD4A9 (or 0xFCD4A9) is known color: Tequila. HEX triplet: FC, D4 and A9. RGB value is (252,212,169). Sum of RGB (Red+Green+Blue) = 252+212+169=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 169 (66.41% from 255 or 26.70% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD4A9 is #032B56. Grayscale: #DBDBDB. Windows color (decimal): -207703 or 11130108. OLE color: 11130108.
HSL color Cylindrical-coordinate representation of color #FCD4A9: hue angle of 31.08º 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 #FCD4A9 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 169 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.01 |
| HSL | 31.08º | 0.93% | 0.83% | - |
| HSV(B) | 31.08º | 0.33% | 0.99% | - |
| XYZ | 70.85 | 70.65 | 47.44 | - |
| YUV | 219.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 169 | 0 | 0.16 | 0.33 | 0.01 | 31.08 | 0.93 | 0.83 |
| Hex | FC | D4 | A9 | 0 | 10 | 21 | 1 | 1F | 5D | 53 |
| Octal | 374 | 324 | 251 | 0 | 20 | 41 | 1 | 37 | 135 | 123 |
| Binary | 11111100 | 11010100 | 10101001 | 0 | 10000 | 100001 | 1 | 11111 | 1011101 | 1010011 |
Color Harmonies of #FCD4A9
Complementary color
Monochromatic Colors of #FCD4A9
Black with #FCD4A9
Text Example
Text Example
White with #FCD4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4A9; }
p { color: rgb(252,212,169); }
H1.HeaderClassName
{
color: #FCD4A9;
}
.AnyTagClassName
{
color: #FCD4A9;
}
</style>
background-color css
<style>
a { background-color: #FCD4A9; }
a { background-color: rgb(252,212,169); }
div.DivClassName
{
background-color: #FCD4A9;
}
.BgClassName
{
background-color: #FCD4A9;
}
</style>
border-color css
<style>
span { border-color: #FCD4A9; }
span { border-color: rgb(252,212,169); }
td.TdClassName
{
border-color: #FCD4A9;
}
.TagClassName
{
border-color: #FCD4A9;
}
</style>