Html Css Color HEX #F7D2AD Tequila

📋 copy color: '#F7D2AD'

red 247 ◦ green 210 ◦ blue 173

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

Shades of Tequila #F7D2AD

Tints of Tequila #F7D2AD

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 value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F7D2AD (or 0xF7D2AD) is known color: 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

RGB 247 210 173 -
CMYK 0 0.15 0.30 0.03
HSL 30º 0.82% 0.82% -
HSV(B) 30º 0.3% 0.97% -
XYZ 68.95 68.88 49.2 -
YUV 216.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 247 210 173 0 0.15 0.30 0.03 30 0.82 0.82
Hex F7 D2 AD 0 F 1E 3 1E 52 52
Octal 367 322 255 0 17 36 3 36 122 122
Binary 11110111 11010010 10101101 0 1111 11110 11 11110 1010010 1010010

Color Harmonies of #F7D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D2AD

Black with #F7D2AD

Text Example


Text Example

White with #F7D2AD

Text Example


Text Example

HTML Codes & Css Web 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>