COLOR #FDD6A1

HEX: #FDD6A1 RGB: (253,214,161)

Color info

#FDD6A1 contains mainly red and green colors. Web safe color of #FDD6A1 is #FFCC99 (or #FC9).

RGB color model

#FDD6A1 color RGB value is (253,214,161).

RGB: (253,214,161) (99%, 84%, 63%)

RGB channels and saturation

R 253 of 255 = 99%
G 214 of 255 = 84%
B 161 of 255 = 63%

253
214
161

R + G + B ~ 82%. #FDD6A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 214 + 161 = 628 (100%)
R 253 of 628 ~ 40.29%
G 214 of 628 ~ 34.08%
B 161 of 628 ~ 25.64'%

%40.29
%34.08
%25.64

CMYK color model

#FDD6A1 color CMYK value is (0,15,36,1).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 36.36%
  • key color value is 0.78%

CMYK: (0,15,36,1)
C0M15Y36K1 (0%, 15%, 36%, 1%)
(0.00 / 0.15 / 0.36 / 0.01)

CMYK percentages

%0
%15.42
%36.36
%0.78

Codes

Color #FDD6A1 in popluar color models

FD D6 A1
RGB 253 214 161
HSL 35° 95.83% 81.18%
HSB/HSV 35° 36.36% 99.22%
CMYK 0.00% 15.42% 36.36%
0.78%

Color #FDD6A1 in popluar number systems.

HEX FD D6 A1
Decimal 253 214 161
Binary 11111101 11010110 10100001
Octal 375 326 241

Shades and tints

Shades of #FDD6A1

#FDD6A1
(253,214,161)
#E6C393
(230,195,147)
#CFB085
(207,176,133)
#B89D77
(184,157,119)
#A18A69
(161,138,105)
#8A775B
(138,119,91)
#73644D
(115,100,77)
#5C513F
(92,81,63)
#453E31
(69,62,49)
#2E2B23
(46,43,35)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #FDD6A1

#FDD6A1
(253,214,161)
#FDD9A9
(253,217,169)
#FDDCB1
(253,220,177)
#FDDFB9
(253,223,185)
#FDE2C1
(253,226,193)
#FDE5C9
(253,229,201)
#FDE8D1
(253,232,209)
#FDEBD9
(253,235,217)
#FDEEE1
(253,238,225)
#FDF1E9
(253,241,233)
#FDF4F1
(253,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD6A1 color. Also use rgb(253,214,161) instead hex code.

Text Font Color

.myTextColor { color: #FDD6A1; }

<p style="color:#FDD6A1">This sample text font color is #FDD6A1.</p>

This text font color is #FDD6A1.

Background Color

.myBgColor { background-color: #FDD6A1; }

<div style="background-color:#FDD6A1">Inner text</div>

This div background color is #FDD6A1.

Border color

.myBorderColor { border: 1px solid #FDD6A1; }

<div style="border:3px solid #FDD6A1">Div</div>

This div border color is #FDD6A1.

Opacity

.myOpacity80 { color: #FDD6A1; opacity: 0.8; }

<p style="color:#FDD6A1;opacity:0.8;">80%</p>

Text with #FDD6A1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FDD6A1;}

<p style="text-shadow: 3px 3px 1px #FDD6A1">Text here.</p>

This text has shadow with #FDD6A1 color.


.textShadow {text-shadow: 3px 3px 1px #FDD6A1', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FDD6A1, 5px 5px 20px red">Text here.</p>

This text has shadow with #FDD6A1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDD6A1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FDD6A1, Direction=45, Strength=4)">Text</p>

This text has shadow with #FDD6A1 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDD6A1;
-webkit-box-shadow: 1px 1px 3px 2px #FDD6A1;
box-shadow: 1px 1px 3px 2px #FDD6A1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDD6A1; -webkit-box-shadow: 1px 1px 3px 2px #FDD6A1; box-shadow:1px 1px 3px 2px #FDD6A1;">
Div content here
</div>

This div box has shadow with color #FDD6A1.

Preview

Color preview on black background

This text has color #FDD6A1 on black background.


Color preview on white background

This text has color #FDD6A1 on white background.


Black color preview on #FDD6A1 background

This text has black color on #FDD6A1 background.


White color preview on #FDD6A1 background

This text has white color on #FDD6A1 background.


Related colors

Complementary color

Complementary color for #hex is #02295E.


I love getcolorcode.com

Triadic colors

1 #A1FDD6 and #D6A1FD with #FDD6A1 are triadic colors.

2 #A1D6FD and #D6FDA1 with #FDD6A1 are triadic colors.