#F7CCA4

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

Shades of Tequila #F7CCA4

Tints of Tequila #F7CCA4

Color information

#F7CCA4 (or 0xF7CCA4) is unknown color: approx Tequila. HEX triplet: F7, CC and A4. RGB value is (247,204,164). Sum of RGB (Red+Green+Blue) = 247+204+164=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CCA4 is #08335B. Grayscale: #D4D4D4. Windows color (decimal): -537436 or 10800375. OLE color: 10800375.

HSL color Cylindrical-coordinate representation of color #F7CCA4: hue angle of 28.92º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7CCA4 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB247204164-
CMYK00.170.340.03
HSL28.92º83.84%80.59%-
HSV(B)28.92º33.6%96.86%-
XYZ66.6565.6444.28-
YUV212.3100.75152.75-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.16%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 164 (64.45% from 255) = 26.67%
R=40.16%
G=33.17%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720416400.170.340.0328.9283.8480.59
HexF7CCA40112231d5451
Octal36731424402142335124121
Binary111101111100110010100100010001100010111110110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCA4; }

 p { color: rgb(247,204,164); }

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

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

 a { background-color: rgb(247,204,164); }

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

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

 span { border-color: rgb(247,204,164); }

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