#F2CEA7

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

Shades of Tequila #F2CEA7

Tints of Tequila #F2CEA7

Color information

#F2CEA7 (or 0xF2CEA7) is unknown color: approx Tequila. HEX triplet: F2, CE and A7. RGB value is (242,206,167). Sum of RGB (Red+Green+Blue) = 242+206+167=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 167 (65.62% from 255 or 27.15% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CEA7 is #0D3158. Grayscale: #D4D4D4. Windows color (decimal): -864601 or 10997490. OLE color: 10997490.

HSL color Cylindrical-coordinate representation of color #F2CEA7: hue angle of 31.2º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2CEA7 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB242206167-
CMYK00.150.310.05
HSL31.2º74.26%80.2%-
HSV(B)31.2º30.99%94.9%-
XYZ65.6665.8145.8-
YUV212.32102.43149.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 206 (80.86% from 255) = 33.50%
BLUE value IS 167 (65.62% from 255) = 27.15%
R=39.35%
G=33.50%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220616700.150.310.0531.274.2680.2
HexF2CEA70F1F51f4a50
Octal36231624701737537112120
Binary11110010110011101010011101111111111011111110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CEA7; }

 p { color: rgb(242,206,167); }

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

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

 a { background-color: rgb(242,206,167); }

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

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

 span { border-color: rgb(242,206,167); }

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