COLOR #FDC5A9

HEX: #FDC5A9 RGB: (253,197,169)

Color info

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

RGB color model

#FDC5A9 color RGB value is (253,197,169).

RGB: (253,197,169) (99%, 77%, 66%)

RGB channels and saturation

R 253 of 255 = 99%
G 197 of 255 = 77%
B 169 of 255 = 66%

253
197
169

R + G + B ~ 81%. #FDC5A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 197 + 169 = 619 (100%)
R 253 of 619 ~ 40.87%
G 197 of 619 ~ 31.83%
B 169 of 619 ~ 27.3'%

%40.87
%31.83
%27.3

CMYK color model

#FDC5A9 color CMYK value is (0,22,33,1).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 33.20%
  • key color value is 0.78%

CMYK: (0,22,33,1)
C0M22Y33K1 (0%, 22%, 33%, 1%)
(0.00 / 0.22 / 0.33 / 0.01)

CMYK percentages

%0
%22.13
%33.2
%0.78

Codes

Color #FDC5A9 in popluar color models

FD C5 A9
RGB 253 197 169
HSL 20° 95.45% 82.75%
HSB/HSV 20° 33.20% 99.22%
CMYK 0.00% 22.13% 33.20%
0.78%

Color #FDC5A9 in popluar number systems.

HEX FD C5 A9
Decimal 253 197 169
Binary 11111101 11000101 10101001
Octal 375 305 251

Shades and tints

Shades of #FDC5A9

#FDC5A9
(253,197,169)
#E6B49A
(230,180,154)
#CFA38B
(207,163,139)
#B8927C
(184,146,124)
#A1816D
(161,129,109)
#8A705E
(138,112,94)
#735F4F
(115,95,79)
#5C4E40
(92,78,64)
#453D31
(69,61,49)
#2E2C22
(46,44,34)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #FDC5A9

#FDC5A9
(253,197,169)
#FDCAB0
(253,202,176)
#FDCFB7
(253,207,183)
#FDD4BE
(253,212,190)
#FDD9C5
(253,217,197)
#FDDECC
(253,222,204)
#FDE3D3
(253,227,211)
#FDE8DA
(253,232,218)
#FDEDE1
(253,237,225)
#FDF2E8
(253,242,232)
#FDF7EF
(253,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC5A9 color. Also use rgb(253,197,169) instead hex code.

Text Font Color

.myTextColor { color: #FDC5A9; }

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

This text font color is #FDC5A9.

Background Color

.myBgColor { background-color: #FDC5A9; }

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

This div background color is #FDC5A9.

Border color

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

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

This div border color is #FDC5A9.

Opacity

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

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

Text with #FDC5A9 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 #FDC5A9;}

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

This text has shadow with #FDC5A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC5A9.

Preview

Color preview on black background

This text has color #FDC5A9 on black background.


Color preview on white background

This text has color #FDC5A9 on white background.


Black color preview on #FDC5A9 background

This text has black color on #FDC5A9 background.


White color preview on #FDC5A9 background

This text has white color on #FDC5A9 background.


Related colors

Complementary color

Complementary color for #hex is #023A56.


I love getcolorcode.com

Triadic colors

1 #A9FDC5 and #C5A9FD with #FDC5A9 are triadic colors.

2 #A9C5FD and #C5FDA9 with #FDC5A9 are triadic colors.