#F6D6AB

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

Shades of Tequila #F6D6AB

Tints of Tequila #F6D6AB

Color information

#F6D6AB (or 0xF6D6AB) is unknown color: approx Tequila. HEX triplet: F6, D6 and AB. RGB value is (246,214,171). Sum of RGB (Red+Green+Blue) = 246+214+171=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D6AB is #092954. Grayscale: #DADADA. Windows color (decimal): -600405 or 11261686. OLE color: 11261686.

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

Color convert

RGB246214171-
CMYK00.130.300.04
HSL34.4º80.65%81.76%-
HSV(B)34.4º30.49%96.47%-
XYZ69.470.6348.5-
YUV218.67101.1147.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.99%
GREEN value IS 214 (83.98% from 255) = 33.91%
BLUE value IS 171 (67.19% from 255) = 27.10%
R=38.99%
G=33.91%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621417100.130.300.0434.480.6581.76
HexF6D6AB0D1E4225152
Octal36632625301536442121122
Binary111101101101011010101011011011111010010001010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D6AB; }

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

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

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

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

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

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

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

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