Html Css Color HEX #FAD5A8 Tequila

📋 copy color: '#FAD5A8'

red 250 ◦ green 213 ◦ blue 168

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

Shades of Tequila #FAD5A8

Tints of Tequila #FAD5A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.62%

R = 39.62%
G = 33.76%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAD5A8 (or 0xFAD5A8) is known color: Tequila. HEX triplet: FA, D5 and A8. RGB value is (250,213,168). Sum of RGB (Red+Green+Blue) = 250+213+168=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 168 (66.02% from 255 or 26.62% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD5A8 is #052A57. Grayscale: #DBDBDB. Windows color (decimal): -338520 or 11064826. OLE color: 11064826.

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

Color convert

RGB 250 213 168 -
CMYK 0 0.15 0.33 0.02
HSL 32.93º 0.89% 0.82% -
HSV(B) 32.93º 0.33% 0.98% -
XYZ 70.29 70.74 47 -
YUV 218.93 99.26 150.16 -
System Red Green Blue C M Y K H S L
Decimal 250 213 168 0 0.15 0.33 0.02 32.93 0.89 0.82
Hex FA D5 A8 0 F 21 2 21 59 52
Octal 372 325 250 0 17 41 2 41 131 122
Binary 11111010 11010101 10101000 0 1111 100001 10 100001 1011001 1010010

Color Harmonies of #FAD5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD5A8

Black with #FAD5A8

Text Example


Text Example

White with #FAD5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD5A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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