#FAD3AB

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

Shades of Tequila #FAD3AB

Tints of Tequila #FAD3AB

Color information

#FAD3AB (or 0xFAD3AB) is unknown color: approx Tequila. HEX triplet: FA, D3 and AB. RGB value is (250,211,171). Sum of RGB (Red+Green+Blue) = 250+211+171=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD3AB is #052C54. Grayscale: #DADADA. Windows color (decimal): -339029 or 11260922. OLE color: 11260922.

HSL color Cylindrical-coordinate representation of color #FAD3AB: hue angle of 30.38º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAD3AB is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250211171-
CMYK00.160.320.02
HSL30.38º88.76%82.55%-
HSV(B)30.38º31.6%98.04%-
XYZ70.0769.8548.32-
YUV218.1101.42150.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 211 (82.81% from 255) = 33.39%
BLUE value IS 171 (67.19% from 255) = 27.06%
R=39.56%
G=33.39%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021117100.160.320.0230.3888.7682.55
HexFAD3AB0102021e5953
Octal37232325302040236131123
Binary111110101101001110101011010000100000101111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD3AB; }

 p { color: rgb(250,211,171); }

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

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

 a { background-color: rgb(250,211,171); }

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

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

 span { border-color: rgb(250,211,171); }

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