#F6CCA3

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

Shades of Tequila #F6CCA3

Tints of Tequila #F6CCA3

Color information

#F6CCA3 (or 0xF6CCA3) is unknown color: approx Tequila. HEX triplet: F6, CC and A3. RGB value is (246,204,163). Sum of RGB (Red+Green+Blue) = 246+204+163=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 163 (64.06% from 255 or 26.59% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CCA3 is #09335C. Grayscale: #D4D4D4. Windows color (decimal): -602973 or 10734838. OLE color: 10734838.

HSL color Cylindrical-coordinate representation of color #F6CCA3: hue angle of 29.64º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6CCA3 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB246204163-
CMYK00.170.340.04
HSL29.64º82.18%80.2%-
HSV(B)29.64º33.74%96.47%-
XYZ66.2165.4243.79-
YUV211.88100.41152.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.13%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 163 (64.06% from 255) = 26.59%
R=40.13%
G=33.28%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620416300.170.340.0429.6482.1880.2
HexF6CCA30112241e5250
Octal36631424302142436122120
Binary1111011011001100101000110100011000101001111010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCA3; }

 p { color: rgb(246,204,163); }

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

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

 a { background-color: rgb(246,204,163); }

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

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

 span { border-color: rgb(246,204,163); }

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