#f2d1ad

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

Shades of Tequila #F2D1AD

Tints of Tequila #F2D1AD

Color information

#F2D1AD (or 0xF2D1AD) is unknown color: approx Tequila. HEX triplet: F2, D1 and AD. RGB value is (242,209,173). Sum of RGB (Red+Green+Blue) = 242+209+173=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D1AD is #0D2E52. Grayscale: #D6D6D6. Windows color (decimal): -863827 or 11391474. OLE color: 11391474.

HSL color Cylindrical-coordinate representation of color #F2D1AD: hue angle of 31.3º 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 #F2D1AD is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242209173-
CMYK00.140.290.05
HSL31.3º72.63%81.37%-
HSV(B)31.3º28.51%94.9%-
XYZ66.9667.549.03-
YUV214.76104.43147.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.78%
GREEN value IS 209 (82.03% from 255) = 33.49%
BLUE value IS 173 (67.97% from 255) = 27.72%
R=38.78%
G=33.49%
B=27.72%

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
Decimal24220917300.140.290.0531.372.6381.37
HexF2D1AD0E1D51f4951
Octal36232125501635537111121
Binary11110010110100011010110101110111011011111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2d1ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2d1ad; }

 p { color: rgb(242,209,173); }

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

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

 a { background-color: rgb(242,209,173); }

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

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

 span { border-color: rgb(242,209,173); }

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