COLOR #FDC5AE

HEX: #FDC5AE RGB: (253,197,174)

Color info

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

RGB color model

#FDC5AE color RGB value is (253,197,174).

RGB: (253,197,174) (99%, 77%, 68%)

RGB channels and saturation

R 253 of 255 = 99%
G 197 of 255 = 77%
B 174 of 255 = 68%

253
197
174

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

Portions of RGB colors in percentages

R + G + B = 253 + 197 + 174 = 624 (100%)
R 253 of 624 ~ 40.54%
G 197 of 624 ~ 31.57%
B 174 of 624 ~ 27.88'%

%40.54
%31.57
%27.88

CMYK color model

#FDC5AE color CMYK value is (0,22,31,1).

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

CMYK: (0,22,31,1)
C0M22Y31K1 (0%, 22%, 31%, 1%)
(0.00 / 0.22 / 0.31 / 0.01)

CMYK percentages

%0
%22.13
%31.23
%0.78

Codes

Color #FDC5AE in popluar color models

FD C5 AE
RGB 253 197 174
HSL 17° 95.18% 83.73%
HSB/HSV 17° 31.23% 99.22%
CMYK 0.00% 22.13% 31.23%
0.78%

Color #FDC5AE in popluar number systems.

HEX FD C5 AE
Decimal 253 197 174
Binary 11111101 11000101 10101110
Octal 375 305 256

Shades and tints

Shades of #FDC5AE

#FDC5AE
(253,197,174)
#E6B49F
(230,180,159)
#CFA390
(207,163,144)
#B89281
(184,146,129)
#A18172
(161,129,114)
#8A7063
(138,112,99)
#735F54
(115,95,84)
#5C4E45
(92,78,69)
#453D36
(69,61,54)
#2E2C27
(46,44,39)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #FDC5AE

#FDC5AE
(253,197,174)
#FDCAB5
(253,202,181)
#FDCFBC
(253,207,188)
#FDD4C3
(253,212,195)
#FDD9CA
(253,217,202)
#FDDED1
(253,222,209)
#FDE3D8
(253,227,216)
#FDE8DF
(253,232,223)
#FDEDE6
(253,237,230)
#FDF2ED
(253,242,237)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC5AE; }

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

This text font color is #FDC5AE.

Background Color

.myBgColor { background-color: #FDC5AE; }

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

This div background color is #FDC5AE.

Border color

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

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

This div border color is #FDC5AE.

Opacity

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

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

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

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

This text has shadow with #FDC5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC5AE.

Preview

Color preview on black background

This text has color #FDC5AE on black background.


Color preview on white background

This text has color #FDC5AE on white background.


Black color preview on #FDC5AE background

This text has black color on #FDC5AE background.


White color preview on #FDC5AE background

This text has white color on #FDC5AE background.


Related colors

Complementary color

Complementary color for #hex is #023A51.


I love getcolorcode.com

Triadic colors

1 #AEFDC5 and #C5AEFD with #FDC5AE are triadic colors.

2 #AEC5FD and #C5FDAE with #FDC5AE are triadic colors.