#F0CEAA

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

Shades of Tequila #F0CEAA

Tints of Tequila #F0CEAA

Color information

#F0CEAA (or 0xF0CEAA) is unknown color: approx Tequila. HEX triplet: F0, CE and AA. RGB value is (240,206,170). Sum of RGB (Red+Green+Blue) = 240+206+170=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CEAA is #0F3155. Grayscale: #D4D4D4. Windows color (decimal): -995670 or 11194096. OLE color: 11194096.

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

Color convert

RGB240206170-
CMYK00.140.290.06
HSL30.86º70%80.39%-
HSV(B)30.86º29.17%94.12%-
XYZ65.2665.5747.25-
YUV212.06104.26147.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 206 (80.86% from 255) = 33.44%
BLUE value IS 170 (66.80% from 255) = 27.60%
R=38.96%
G=33.44%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020617000.140.290.0630.867080.39
HexF0CEAA0E1D61f4650
Octal36031625201635637106120
Binary11110000110011101010101001110111011101111110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEAA; }

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

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

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

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

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

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

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

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