Html Css Color HEX #FAD5A9 Tequila

📋 copy color: '#FAD5A9'

red 250 ◦ green 213 ◦ blue 169

#FAD5A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tequila #FAD5A9

Tints of Tequila #FAD5A9

RGB

 RED value IS 250 (98.05% from 255) = 39.56%

 GREEN value IS 213 (83.59% from 255) = 33.7%

 BLUE value IS 169 (66.41% from 255) = 26.74%

R = 39.56%
G = 33.7%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAD5A9 (or 0xFAD5A9) is known color: Tequila. HEX triplet: FA, D5 and A9. RGB value is (250,213,169). Sum of RGB (Red+Green+Blue) = 250+213+169=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 169 (66.41% from 255 or 26.74% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD5A9 is #052A56. Grayscale: #DBDBDB. Windows color (decimal): -338519 or 11130362. OLE color: 11130362.

HSL color Cylindrical-coordinate representation of color #FAD5A9: hue angle of 32.59º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAD5A9 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 213 169 -
CMYK 0 0.15 0.32 0.02
HSL 32.59º 0.89% 0.82% -
HSV(B) 32.59º 0.32% 0.98% -
XYZ 70.38 70.78 47.49 -
YUV 219.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 250 213 169 0 0.15 0.32 0.02 32.59 0.89 0.82
Hex FA D5 A9 0 F 20 2 21 59 52
Octal 372 325 251 0 17 40 2 41 131 122
Binary 11111010 11010101 10101001 0 1111 100000 10 100001 1011001 1010010

Color Harmonies of #FAD5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD5A9

Black with #FAD5A9

Text Example


Text Example

White with #FAD5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD5A9; }

 p { color: rgb(250,213,169); }

 H1.HeaderClassName
 {
   color: #FAD5A9;
 }
 .AnyTagClassName
 {
   color: #FAD5A9;
 }
</style>

background-color css

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

 a { background-color: rgb(250,213,169); }

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

border-color css

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

 span { border-color: rgb(250,213,169); }

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