#F6D3AB

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

Shades of Tequila #F6D3AB

Tints of Tequila #F6D3AB

Color information

#F6D3AB (or 0xF6D3AB) is unknown color: approx Tequila. HEX triplet: F6, D3 and AB. RGB value is (246,211,171). Sum of RGB (Red+Green+Blue) = 246+211+171=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D3AB is #092C54. Grayscale: #D9D9D9. Windows color (decimal): -601173 or 11260918. OLE color: 11260918.

HSL color Cylindrical-coordinate representation of color #F6D3AB: hue angle of 32º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6D3AB is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB246211171-
CMYK00.140.300.04
HSL32º80.65%81.76%-
HSV(B)32º30.49%96.47%-
XYZ68.6569.1248.25-
YUV216.9102.1148.75-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.17%
GREEN value IS 211 (82.81% from 255) = 33.60%
BLUE value IS 171 (67.19% from 255) = 27.23%
R=39.17%
G=33.60%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621117100.140.300.043280.6581.76
HexF6D3AB0E1E4205152
Octal36632325301636440121122
Binary111101101101001110101011011101111010010000010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D3AB; }

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

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

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

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

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

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

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

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