Html Css Color HEX #F6D7AB Tequila

📋 copy color: '#F6D7AB'

red 246 ◦ green 215 ◦ blue 171

#F6D7AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tequila #F6D7AB

Tints of Tequila #F6D7AB

RGB

 RED value IS 246 (96.48% from 255) = 38.92%

 GREEN value IS 215 (84.38% from 255) = 34.02%

 BLUE value IS 171 (67.19% from 255) = 27.06%

R = 38.92%
G = 34.02%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6D7AB (or 0xF6D7AB) is known color: Tequila. HEX triplet: F6, D7 and AB. RGB value is (246,215,171). Sum of RGB (Red+Green+Blue) = 246+215+171=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D7AB is #092854. Grayscale: #DBDBDB. Windows color (decimal): -600149 or 11261942. OLE color: 11261942.

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

Color convert

RGB 246 215 171 -
CMYK 0 0.13 0.30 0.04
HSL 35.2º 0.81% 0.82% -
HSV(B) 35.2º 0.3% 0.96% -
XYZ 69.66 71.13 48.59 -
YUV 219.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 246 215 171 0 0.13 0.30 0.04 35.2 0.81 0.82
Hex F6 D7 AB 0 D 1E 4 23 51 52
Octal 366 327 253 0 15 36 4 43 121 122
Binary 11110110 11010111 10101011 0 1101 11110 100 100011 1010001 1010010

Color Harmonies of #F6D7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D7AB

Black with #F6D7AB

Text Example


Text Example

White with #F6D7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D7AB; }

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

 H1.HeaderClassName
 {
   color: #F6D7AB;
 }
 .AnyTagClassName
 {
   color: #F6D7AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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