Shades of Tequila #FCD2A5
Tints of Tequila #FCD2A5
RGB
CMYK
RGB Variations
Color information
#FCD2A5 (or 0xFCD2A5) is known color: Tequila. HEX triplet: FC, D2 and A5. RGB value is (252,210,165). Sum of RGB (Red+Green+Blue) = 252+210+165=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 165 (64.84% from 255 or 26.32% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD2A5 is #032D5A. Grayscale: #D9D9D9. Windows color (decimal): -208219 or 10867452. OLE color: 10867452.
HSL color Cylindrical-coordinate representation of color #FCD2A5: hue angle of 31.03º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCD2A5 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 165 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.01 |
| HSL | 31.03º | 0.94% | 0.82% | - |
| HSV(B) | 31.03º | 0.35% | 0.99% | - |
| XYZ | 69.98 | 69.51 | 45.32 | - |
| YUV | 217.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 165 | 0 | 0.17 | 0.35 | 0.01 | 31.03 | 0.94 | 0.82 |
| Hex | FC | D2 | A5 | 0 | 11 | 23 | 1 | 1F | 5E | 52 |
| Octal | 374 | 322 | 245 | 0 | 21 | 43 | 1 | 37 | 136 | 122 |
| Binary | 11111100 | 11010010 | 10100101 | 0 | 10001 | 100011 | 1 | 11111 | 1011110 | 1010010 |
Color Harmonies of #FCD2A5
Complementary color
Monochromatic Colors of #FCD2A5
Black with #FCD2A5
Text Example
Text Example
White with #FCD2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2A5; }
p { color: rgb(252,210,165); }
H1.HeaderClassName
{
color: #FCD2A5;
}
.AnyTagClassName
{
color: #FCD2A5;
}
</style>
background-color css
<style>
a { background-color: #FCD2A5; }
a { background-color: rgb(252,210,165); }
div.DivClassName
{
background-color: #FCD2A5;
}
.BgClassName
{
background-color: #FCD2A5;
}
</style>
border-color css
<style>
span { border-color: #FCD2A5; }
span { border-color: rgb(252,210,165); }
td.TdClassName
{
border-color: #FCD2A5;
}
.TagClassName
{
border-color: #FCD2A5;
}
</style>