#FCD0A1

Color #FCD0A1 Tequila (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tequila #FCD0A1

Tints of Tequila #FCD0A1

Color information

#FCD0A1 (or 0xFCD0A1) is unknown color: approx Tequila. HEX triplet: FC, D0 and A1. RGB value is (252,208,161). Sum of RGB (Red+Green+Blue) = 252+208+161=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0A1 is #032F5E. Grayscale: #D8D8D8. Windows color (decimal): -208735 or 10604796. OLE color: 10604796.

HSL color Cylindrical-coordinate representation of color #FCD0A1: hue angle of 30.99º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCD0A1 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB252208161-
CMYK00.170.360.01
HSL30.99º93.81%80.98%-
HSV(B)30.99º36.11%98.82%-
XYZ69.1368.3843.27-
YUV215.897.08153.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 208 (81.64% from 255) = 33.49%
BLUE value IS 161 (63.28% from 255) = 25.93%
R=40.58%
G=33.49%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220816100.170.360.0130.9993.8180.98
HexFCD0A10112411f5e51
Octal37432024102144137136121
Binary11111100110100001010000101000110010011111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0A1; }

 p { color: rgb(252,208,161); }

 H1.HeaderClassName
 {
   color: #FCD0A1;
 }
 .AnyTagClassName
 {
   color: #FCD0A1;
 }
</style>
background-color css

<style>
 a { background-color: #FCD0A1; }

 a { background-color: rgb(252,208,161); }

 div.DivClassName
 {
   background-color: #FCD0A1;
 }
 .BgClassName
 {
   background-color: #FCD0A1;
 }
</style>
border-color css

<style>
 span { border-color: #FCD0A1; }

 span { border-color: rgb(252,208,161); }

 td.TdClassName
 {
   border-color: #FCD0A1;
 }
 .TagClassName
 {
   border-color: #FCD0A1;
 }
</style>