#F7D2AD

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

Shades of Tequila #F7D2AD

Tints of Tequila #F7D2AD

Color information

#F7D2AD (or 0xF7D2AD) is unknown color: approx Tequila. HEX triplet: F7, D2 and AD. RGB value is (247,210,173). Sum of RGB (Red+Green+Blue) = 247+210+173=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D2AD is #082D52. Grayscale: #D9D9D9. Windows color (decimal): -535891 or 11391735. OLE color: 11391735.

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

Color convert

RGB247210173-
CMYK00.150.300.03
HSL30º82.22%82.35%-
HSV(B)30º29.96%96.86%-
XYZ68.9568.8849.2-
YUV216.84103.26149.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.21%
GREEN value IS 210 (82.42% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=39.21%
G=33.33%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721017300.150.300.033082.2282.35
HexF7D2AD0F1E31e5252
Octal36732225501736336122122
Binary1111011111010010101011010111111110111111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D2AD; }

 p { color: rgb(247,210,173); }

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

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

 a { background-color: rgb(247,210,173); }

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

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

 span { border-color: rgb(247,210,173); }

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