#F7D1AB

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

Shades of Tequila #F7D1AB

Tints of Tequila #F7D1AB

Color information

#F7D1AB (or 0xF7D1AB) is unknown color: approx Tequila. HEX triplet: F7, D1 and AB. RGB value is (247,209,171). Sum of RGB (Red+Green+Blue) = 247+209+171=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D1AB is #082E54. Grayscale: #D8D8D8. Windows color (decimal): -536149 or 11260407. OLE color: 11260407.

HSL color Cylindrical-coordinate representation of color #F7D1AB: hue angle of 30º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7D1AB is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB247209171-
CMYK00.150.310.03
HSL30º82.61%81.96%-
HSV(B)30º30.77%96.86%-
XYZ68.5168.3248.1-
YUV216.03102.59150.09-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.39%
GREEN value IS 209 (82.03% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 27.27%
R=39.39%
G=33.33%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720917100.150.310.033082.6181.96
HexF7D1AB0F1F31e5352
Octal36732125301737336123122
Binary1111011111010001101010110111111111111111010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D1AB; }

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

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

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

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

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

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

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

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