#F8D3AD

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

Shades of Tequila #F8D3AD

Tints of Tequila #F8D3AD

Color information

#F8D3AD (or 0xF8D3AD) is unknown color: approx Tequila. HEX triplet: F8, D3 and AD. RGB value is (248,211,173). Sum of RGB (Red+Green+Blue) = 248+211+173=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D3AD is #072C52. Grayscale: #D9D9D9. Windows color (decimal): -470099 or 11391992. OLE color: 11391992.

HSL color Cylindrical-coordinate representation of color #F8D3AD: hue angle of 30.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8D3AD is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248211173-
CMYK00.150.300.03
HSL30.4º84.27%82.55%-
HSV(B)30.4º30.24%97.25%-
XYZ69.5569.5649.3-
YUV217.73102.76149.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.24%
GREEN value IS 211 (82.81% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 27.37%
R=39.24%
G=33.39%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821117300.150.300.0330.484.2782.55
HexF8D3AD0F1E31e5453
Octal37032325501736336124123
Binary1111100011010011101011010111111110111111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D3AD; }

 p { color: rgb(248,211,173); }

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

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

 a { background-color: rgb(248,211,173); }

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

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

 span { border-color: rgb(248,211,173); }

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