Html Css Color HEX #FAD2A6 Tequila

📋 copy color: '#FAD2A6'

red 250 ◦ green 210 ◦ blue 166

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

Shades of Tequila #FAD2A6

Tints of Tequila #FAD2A6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.55%

 BLUE value IS 166 (65.23% from 255) = 26.52%

R = 39.94%
G = 33.55%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAD2A6 (or 0xFAD2A6) is known color: Tequila. HEX triplet: FA, D2 and A6. RGB value is (250,210,166). Sum of RGB (Red+Green+Blue) = 250+210+166=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 166 (65.23% from 255 or 26.52% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD2A6 is #052D59. Grayscale: #D9D9D9. Windows color (decimal): -339290 or 10932986. OLE color: 10932986.

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

Color convert

RGB 250 210 166 -
CMYK 0 0.16 0.34 0.02
HSL 31.43º 0.89% 0.82% -
HSV(B) 31.43º 0.34% 0.98% -
XYZ 69.35 69.17 45.77 -
YUV 216.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 250 210 166 0 0.16 0.34 0.02 31.43 0.89 0.82
Hex FA D2 A6 0 10 22 2 1F 59 52
Octal 372 322 246 0 20 42 2 37 131 122
Binary 11111010 11010010 10100110 0 10000 100010 10 11111 1011001 1010010

Color Harmonies of #FAD2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2A6

Black with #FAD2A6

Text Example


Text Example

White with #FAD2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2A6; }

 p { color: rgb(250,210,166); }

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

background-color css

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

 a { background-color: rgb(250,210,166); }

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

border-color css

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

 span { border-color: rgb(250,210,166); }

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