#F5D2AB

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

Shades of Tequila #F5D2AB

Tints of Tequila #F5D2AB

Color information

#F5D2AB (or 0xF5D2AB) is unknown color: approx Tequila. HEX triplet: F5, D2 and AB. RGB value is (245,210,171). Sum of RGB (Red+Green+Blue) = 245+210+171=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D2AB is #0A2D54. Grayscale: #D8D8D8. Windows color (decimal): -666965 or 11260661. OLE color: 11260661.

HSL color Cylindrical-coordinate representation of color #F5D2AB: hue angle of 31.62º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5D2AB is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB245210171-
CMYK00.140.300.04
HSL31.62º78.72%81.57%-
HSV(B)31.62º30.2%96.08%-
XYZ68.0568.4548.15-
YUV216.02102.6148.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.14%
GREEN value IS 210 (82.42% from 255) = 33.55%
BLUE value IS 171 (67.19% from 255) = 27.32%
R=39.14%
G=33.55%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521017100.140.300.0431.6278.7281.57
HexF5D2AB0E1E4204f52
Octal36532225301636440117122
Binary111101011101001010101011011101111010010000010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D2AB; }

 p { color: rgb(245,210,171); }

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

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

 a { background-color: rgb(245,210,171); }

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

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

 span { border-color: rgb(245,210,171); }

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