Html Css Color HEX #F6D2AB Tequila

📋 copy color: '#F6D2AB'

red 246 ◦ green 210 ◦ blue 171

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

Shades of Tequila #F6D2AB

Tints of Tequila #F6D2AB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.49%

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

R = 39.23%
G = 33.49%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6D2AB (or 0xF6D2AB) is known color: Tequila. HEX triplet: F6, D2 and AB. RGB value is (246,210,171). Sum of RGB (Red+Green+Blue) = 246+210+171=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D2AB is #092D54. Grayscale: #D8D8D8. Windows color (decimal): -601429 or 11260662. OLE color: 11260662.

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

Color convert

RGB 246 210 171 -
CMYK 0 0.15 0.30 0.04
HSL 31.2º 0.81% 0.82% -
HSV(B) 31.2º 0.3% 0.96% -
XYZ 68.4 68.63 48.17 -
YUV 216.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 246 210 171 0 0.15 0.30 0.04 31.2 0.81 0.82
Hex F6 D2 AB 0 F 1E 4 1F 51 52
Octal 366 322 253 0 17 36 4 37 121 122
Binary 11110110 11010010 10101011 0 1111 11110 100 11111 1010001 1010010

Color Harmonies of #F6D2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D2AB

Black with #F6D2AB

Text Example


Text Example

White with #F6D2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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