Html Css Color HEX #FDD4AA Tequila

📋 copy color: '#FDD4AA'

red 253 ◦ green 212 ◦ blue 170

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

Shades of Tequila #FDD4AA

Tints of Tequila #FDD4AA

RGB

 RED value IS 253 (99.22% from 255) = 39.84%

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

 BLUE value IS 170 (66.8% from 255) = 26.77%

R = 39.84%
G = 33.39%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDD4AA (or 0xFDD4AA) is known color: Tequila. HEX triplet: FD, D4 and AA. RGB value is (253,212,170). Sum of RGB (Red+Green+Blue) = 253+212+170=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD4AA is #022B55. Grayscale: #DBDBDB. Windows color (decimal): -142166 or 11195645. OLE color: 11195645.

HSL color Cylindrical-coordinate representation of color #FDD4AA: hue angle of 30.36º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDD4AA is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 212 170 -
CMYK 0 0.16 0.33 0.01
HSL 30.36º 0.95% 0.83% -
HSV(B) 30.36º 0.33% 0.99% -
XYZ 71.31 70.87 47.95 -
YUV 219.47 100.08 151.92 -
System Red Green Blue C M Y K H S L
Decimal 253 212 170 0 0.16 0.33 0.01 30.36 0.95 0.83
Hex FD D4 AA 0 10 21 1 1E 5F 53
Octal 375 324 252 0 20 41 1 36 137 123
Binary 11111101 11010100 10101010 0 10000 100001 1 11110 1011111 1010011

Color Harmonies of #FDD4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD4AA

Black with #FDD4AA

Text Example


Text Example

White with #FDD4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD4AA; }

 p { color: rgb(253,212,170); }

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

background-color css

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

 a { background-color: rgb(253,212,170); }

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

border-color css

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

 span { border-color: rgb(253,212,170); }

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