#F7CEA1

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

Shades of Tequila #F7CEA1

Tints of Tequila #F7CEA1

Color information

#F7CEA1 (or 0xF7CEA1) is unknown color: approx Tequila. HEX triplet: F7, CE and A1. RGB value is (247,206,161). Sum of RGB (Red+Green+Blue) = 247+206+161=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CEA1 is #08315E. Grayscale: #D5D5D5. Windows color (decimal): -536927 or 10604279. OLE color: 10604279.

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

Color convert

RGB247206161-
CMYK00.170.350.03
HSL31.4º84.31%80%-
HSV(B)31.4º34.82%96.86%-
XYZ66.8666.4943.03-
YUV213.1398.58152.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.23%
GREEN value IS 206 (80.86% from 255) = 33.55%
BLUE value IS 161 (63.28% from 255) = 26.22%
R=40.23%
G=33.55%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720616100.170.350.0331.484.3180
HexF7CEA10112331f5450
Octal36731624102143337124120
Binary111101111100111010100001010001100011111111110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CEA1; }

 p { color: rgb(247,206,161); }

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

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

 a { background-color: rgb(247,206,161); }

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

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

 span { border-color: rgb(247,206,161); }

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