#f7cba3

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

Shades of Tequila #F7CBA3

Tints of Tequila #F7CBA3

Color information

#F7CBA3 (or 0xF7CBA3) is unknown color: approx Tequila. HEX triplet: F7, CB and A3. RGB value is (247,203,163). Sum of RGB (Red+Green+Blue) = 247+203+163=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 163 (64.06% from 255 or 26.59% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CBA3 is #08345C. Grayscale: #D3D3D3. Windows color (decimal): -537693 or 10734583. OLE color: 10734583.

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

Color convert

RGB247203163-
CMYK00.180.340.03
HSL28.57º84%80.39%-
HSV(B)28.57º34.01%96.86%-
XYZ66.3265.1343.73-
YUV211.6100.58153.25-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 203 (79.69% from 255) = 33.12%
BLUE value IS 163 (64.06% from 255) = 26.59%
R=40.29%
G=33.12%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720316300.180.340.0328.578480.39
HexF7CBA30122231d5450
Octal36731324302242335124120
Binary111101111100101110100011010010100010111110110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7cba3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7cba3; }

 p { color: rgb(247,203,163); }

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

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

 a { background-color: rgb(247,203,163); }

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

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

 span { border-color: rgb(247,203,163); }

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