#F6D1AB

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

Shades of Tequila #F6D1AB

Tints of Tequila #F6D1AB

Color information

#F6D1AB (or 0xF6D1AB) is unknown color: approx Tequila. HEX triplet: F6, D1 and AB. RGB value is (246,209,171). Sum of RGB (Red+Green+Blue) = 246+209+171=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D1AB is #092E54. Grayscale: #D7D7D7. Windows color (decimal): -601685 or 11260406. OLE color: 11260406.

HSL color Cylindrical-coordinate representation of color #F6D1AB: hue angle of 30.4º 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 #F6D1AB is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB246209171-
CMYK00.150.300.04
HSL30.4º80.65%81.76%-
HSV(B)30.4º30.49%96.47%-
XYZ68.1668.1348.09-
YUV215.73102.76149.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.30%
GREEN value IS 209 (82.03% from 255) = 33.39%
BLUE value IS 171 (67.19% from 255) = 27.32%
R=39.30%
G=33.39%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620917100.150.300.0430.480.6581.76
HexF6D1AB0F1E41e5152
Octal36632125301736436121122
Binary11110110110100011010101101111111101001111010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D1AB; }

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

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

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

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

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

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

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

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