#F2CEA4

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

Shades of Tequila #F2CEA4

Tints of Tequila #F2CEA4

Color information

#F2CEA4 (or 0xF2CEA4) is unknown color: approx Tequila. HEX triplet: F2, CE and A4. RGB value is (242,206,164). Sum of RGB (Red+Green+Blue) = 242+206+164=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CEA4 is #0D315B. Grayscale: #D4D4D4. Windows color (decimal): -864604 or 10800882. OLE color: 10800882.

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

Color convert

RGB242206164-
CMYK00.150.320.05
HSL32.31º75%79.61%-
HSV(B)32.31º32.23%94.9%-
XYZ65.3965.744.36-
YUV211.98100.93149.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.54%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 164 (64.45% from 255) = 26.80%
R=39.54%
G=33.66%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220616400.150.320.0532.317579.61
HexF2CEA40F205204b50
Octal36231624401740540113120
Binary1111001011001110101001000111110000010110000010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CEA4; }

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

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

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

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

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

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

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

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