Shades of Tequila #FCD4AB
Tints of Tequila #FCD4AB
RGB
CMYK
RGB Variations
Color information
#FCD4AB (or 0xFCD4AB) is known color: Tequila. HEX triplet: FC, D4 and AB. RGB value is (252,212,171). Sum of RGB (Red+Green+Blue) = 252+212+171=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD4AB is #032B54. Grayscale: #DBDBDB. Windows color (decimal): -207701 or 11261180. OLE color: 11261180.
HSL color Cylindrical-coordinate representation of color #FCD4AB: hue angle of 30.37º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCD4AB is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 171 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.01 |
| HSL | 30.37º | 0.93% | 0.83% | - |
| HSV(B) | 30.37º | 0.32% | 0.99% | - |
| XYZ | 71.04 | 70.72 | 48.43 | - |
| YUV | 219.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 171 | 0 | 0.16 | 0.32 | 0.01 | 30.37 | 0.93 | 0.83 |
| Hex | FC | D4 | AB | 0 | 10 | 20 | 1 | 1E | 5D | 53 |
| Octal | 374 | 324 | 253 | 0 | 20 | 40 | 1 | 36 | 135 | 123 |
| Binary | 11111100 | 11010100 | 10101011 | 0 | 10000 | 100000 | 1 | 11110 | 1011101 | 1010011 |
Color Harmonies of #FCD4AB
Complementary color
Monochromatic Colors of #FCD4AB
Black with #FCD4AB
Text Example
Text Example
White with #FCD4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4AB; }
p { color: rgb(252,212,171); }
H1.HeaderClassName
{
color: #FCD4AB;
}
.AnyTagClassName
{
color: #FCD4AB;
}
</style>
background-color css
<style>
a { background-color: #FCD4AB; }
a { background-color: rgb(252,212,171); }
div.DivClassName
{
background-color: #FCD4AB;
}
.BgClassName
{
background-color: #FCD4AB;
}
</style>
border-color css
<style>
span { border-color: #FCD4AB; }
span { border-color: rgb(252,212,171); }
td.TdClassName
{
border-color: #FCD4AB;
}
.TagClassName
{
border-color: #FCD4AB;
}
</style>