#f2d0ab

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

Shades of Tequila #F2D0AB

Tints of Tequila #F2D0AB

Color information

#F2D0AB (or 0xF2D0AB) is unknown color: approx Tequila. HEX triplet: F2, D0 and AB. RGB value is (242,208,171). Sum of RGB (Red+Green+Blue) = 242+208+171=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D0AB is #0D2F54. Grayscale: #D6D6D6. Windows color (decimal): -864085 or 11260146. OLE color: 11260146.

HSL color Cylindrical-coordinate representation of color #F2D0AB: hue angle of 31.27º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2D0AB is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242208171-
CMYK00.140.290.05
HSL31.27º73.2%80.98%-
HSV(B)31.27º29.34%94.9%-
XYZ66.5266.9347.94-
YUV213.95103.76148.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.97%
GREEN value IS 208 (81.64% from 255) = 33.49%
BLUE value IS 171 (67.19% from 255) = 27.54%
R=38.97%
G=33.49%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220817100.140.290.0531.2773.280.98
HexF2D0AB0E1D51f4951
Octal36232025301635537111121
Binary11110010110100001010101101110111011011111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2d0ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2d0ab; }

 p { color: rgb(242,208,171); }

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

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

 a { background-color: rgb(242,208,171); }

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

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

 span { border-color: rgb(242,208,171); }

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