Html Css Color HEX #FAD4AB Tequila

📋 copy color: '#FAD4AB'

red 250 ◦ green 212 ◦ blue 171

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

Shades of Tequila #FAD4AB

Tints of Tequila #FAD4AB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.49%

 BLUE value IS 171 (67.19% from 255) = 27.01%

R = 39.49%
G = 33.49%
B = 27.01%

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

#FAD4AB (or 0xFAD4AB) is known color: Tequila. HEX triplet: FA, D4 and AB. RGB value is (250,212,171). Sum of RGB (Red+Green+Blue) = 250+212+171=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD4AB is #052B54. Grayscale: #DADADA. Windows color (decimal): -338773 or 11261178. OLE color: 11261178.

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

Color convert

RGB 250 212 171 -
CMYK 0 0.15 0.32 0.02
HSL 31.14º 0.89% 0.83% -
HSV(B) 31.14º 0.32% 0.98% -
XYZ 70.32 70.35 48.4 -
YUV 218.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 250 212 171 0 0.15 0.32 0.02 31.14 0.89 0.83
Hex FA D4 AB 0 F 20 2 1F 59 53
Octal 372 324 253 0 17 40 2 37 131 123
Binary 11111010 11010100 10101011 0 1111 100000 10 11111 1011001 1010011

Color Harmonies of #FAD4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4AB

Black with #FAD4AB

Text Example


Text Example

White with #FAD4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4AB; }

 p { color: rgb(250,212,171); }

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

background-color css

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

 a { background-color: rgb(250,212,171); }

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

border-color css

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

 span { border-color: rgb(250,212,171); }

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