#F0CEA4

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

Shades of Tequila #F0CEA4

Tints of Tequila #F0CEA4

Color information

#F0CEA4 (or 0xF0CEA4) is unknown color: approx Tequila. HEX triplet: F0, CE and A4. RGB value is (240,206,164). Sum of RGB (Red+Green+Blue) = 240+206+164=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 164 (64.45% from 255 or 26.89% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CEA4 is #0F315B. Grayscale: #D3D3D3. Windows color (decimal): -995676 or 10800880. OLE color: 10800880.

HSL color Cylindrical-coordinate representation of color #F0CEA4: hue angle of 33.16º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0CEA4 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240206164-
CMYK00.140.320.06
HSL33.16º71.7%79.22%-
HSV(B)33.16º31.67%94.12%-
XYZ64.7165.3544.32-
YUV211.38101.26148.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 164 (64.45% from 255) = 26.89%
R=39.34%
G=33.77%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020616400.140.320.0633.1671.779.22
HexF0CEA40E20621484f
Octal36031624401640641110117
Binary1111000011001110101001000111010000011010000110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEA4; }

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

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

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

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

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

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

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

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