#F3D5AB

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

Shades of Tequila #F3D5AB

Tints of Tequila #F3D5AB

Color information

#F3D5AB (or 0xF3D5AB) is unknown color: approx Tequila. HEX triplet: F3, D5 and AB. RGB value is (243,213,171). Sum of RGB (Red+Green+Blue) = 243+213+171=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D5AB is #0C2A54. Grayscale: #D9D9D9. Windows color (decimal): -797269 or 11261427. OLE color: 11261427.

HSL color Cylindrical-coordinate representation of color #F3D5AB: hue angle of 35º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3D5AB is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB243213171-
CMYK00.120.300.05
HSL35º75%81.18%-
HSV(B)35º29.63%95.29%-
XYZ68.1169.5848.37-
YUV217.18101.94146.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.76%
GREEN value IS 213 (83.59% from 255) = 33.97%
BLUE value IS 171 (67.19% from 255) = 27.27%
R=38.76%
G=33.97%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321317100.120.300.05357581.18
HexF3D5AB0C1E5234b51
Octal36332525301436543113121
Binary111100111101010110101011011001111010110001110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D5AB; }

 p { color: rgb(243,213,171); }

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

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

 a { background-color: rgb(243,213,171); }

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

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

 span { border-color: rgb(243,213,171); }

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