#F0D1AB

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

Shades of Tequila #F0D1AB

Tints of Tequila #F0D1AB

Color information

#F0D1AB (or 0xF0D1AB) is unknown color: approx Tequila. HEX triplet: F0, D1 and AB. RGB value is (240,209,171). Sum of RGB (Red+Green+Blue) = 240+209+171=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D1AB is #0F2E54. Grayscale: #D6D6D6. Windows color (decimal): -994901 or 11260400. OLE color: 11260400.

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

Color convert

RGB240209171-
CMYK00.130.290.06
HSL33.04º69.7%80.59%-
HSV(B)33.04º28.75%94.12%-
XYZ66.0967.0747.99-
YUV213.94103.77146.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 209 (82.03% from 255) = 33.71%
BLUE value IS 171 (67.19% from 255) = 27.58%
R=38.71%
G=33.71%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020917100.130.290.0633.0469.780.59
HexF0D1AB0D1D6214651
Octal36032125301535641106121
Binary111100001101000110101011011011110111010000110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D1AB; }

 p { color: rgb(240,209,171); }

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

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

 a { background-color: rgb(240,209,171); }

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

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

 span { border-color: rgb(240,209,171); }

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