#FAD19F

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

Shades of Tequila #FAD19F

Tints of Tequila #FAD19F

Color information

#FAD19F (or 0xFAD19F) is unknown color: approx Tequila. HEX triplet: FA, D1 and 9F. RGB value is (250,209,159). Sum of RGB (Red+Green+Blue) = 250+209+159=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD19F is #052E60. Grayscale: #D7D7D7. Windows color (decimal): -339553 or 10473978. OLE color: 10473978.

HSL color Cylindrical-coordinate representation of color #FAD19F: hue angle of 32.97º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAD19F is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250209159-
CMYK00.160.360.02
HSL32.97º90.1%80.2%-
HSV(B)32.97º36.4%98.04%-
XYZ68.4868.4342.4-
YUV215.5696.08152.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 209 (82.03% from 255) = 33.82%
BLUE value IS 159 (62.5% from 255) = 25.73%
R=40.45%
G=33.82%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020915900.160.360.0232.9790.180.2
HexFAD19F010242215a50
Octal37232123702044241132120
Binary1111101011010001100111110100001001001010000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD19F; }

 p { color: rgb(250,209,159); }

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

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

 a { background-color: rgb(250,209,159); }

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

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

 span { border-color: rgb(250,209,159); }

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