#F7D0AB

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

Shades of Tequila #F7D0AB

Tints of Tequila #F7D0AB

Color information

#F7D0AB (or 0xF7D0AB) is unknown color: approx Tequila. HEX triplet: F7, D0 and AB. RGB value is (247,208,171). Sum of RGB (Red+Green+Blue) = 247+208+171=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D0AB is #082F54. Grayscale: #D7D7D7. Windows color (decimal): -536405 or 11260151. OLE color: 11260151.

HSL color Cylindrical-coordinate representation of color #F7D0AB: hue angle of 29.21º 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 #F7D0AB is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB247208171-
CMYK00.160.310.03
HSL29.21º82.61%81.96%-
HSV(B)29.21º30.77%96.86%-
XYZ68.2667.8348.02-
YUV215.44102.92150.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.46%
GREEN value IS 208 (81.64% from 255) = 33.23%
BLUE value IS 171 (67.19% from 255) = 27.32%
R=39.46%
G=33.23%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720817100.160.310.0329.2182.6181.96
HexF7D0AB0101F31d5352
Octal36732025302037335123122
Binary11110111110100001010101101000011111111110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D0AB; }

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

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

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

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

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

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

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

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