COLOR #FDC4AC

HEX: #FDC4AC RGB: (253,196,172)

Color info

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

RGB color model

#FDC4AC color RGB value is (253,196,172).

RGB: (253,196,172) (99%, 77%, 67%)

RGB channels and saturation

R 253 of 255 = 99%
G 196 of 255 = 77%
B 172 of 255 = 67%

253
196
172

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

Portions of RGB colors in percentages

R + G + B = 253 + 196 + 172 = 621 (100%)
R 253 of 621 ~ 40.74%
G 196 of 621 ~ 31.56%
B 172 of 621 ~ 27.7'%

%40.74
%31.56
%27.7

CMYK color model

#FDC4AC color CMYK value is (0,23,32,1).

  • cyan value is 0.00%
  • magenta value is 22.53%
  • yellow value is 32.02%
  • key color value is 0.78%

CMYK: (0,23,32,1)
C0M23Y32K1 (0%, 23%, 32%, 1%)
(0.00 / 0.23 / 0.32 / 0.01)

CMYK percentages

%0
%22.53
%32.02
%0.78

Codes

Color #FDC4AC in popluar color models

FD C4 AC
RGB 253 196 172
HSL 18° 95.29% 83.33%
HSB/HSV 18° 32.02% 99.22%
CMYK 0.00% 22.53% 32.02%
0.78%

Color #FDC4AC in popluar number systems.

HEX FD C4 AC
Decimal 253 196 172
Binary 11111101 11000100 10101100
Octal 375 304 254

Shades and tints

Shades of #FDC4AC

#FDC4AC
(253,196,172)
#E6B39D
(230,179,157)
#CFA28E
(207,162,142)
#B8917F
(184,145,127)
#A18070
(161,128,112)
#8A6F61
(138,111,97)
#735E52
(115,94,82)
#5C4D43
(92,77,67)
#453C34
(69,60,52)
#2E2B25
(46,43,37)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #FDC4AC

#FDC4AC
(253,196,172)
#FDC9B3
(253,201,179)
#FDCEBA
(253,206,186)
#FDD3C1
(253,211,193)
#FDD8C8
(253,216,200)
#FDDDCF
(253,221,207)
#FDE2D6
(253,226,214)
#FDE7DD
(253,231,221)
#FDECE4
(253,236,228)
#FDF1EB
(253,241,235)
#FDF6F2
(253,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC4AC color. Also use rgb(253,196,172) instead hex code.

Text Font Color

.myTextColor { color: #FDC4AC; }

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

This text font color is #FDC4AC.

Background Color

.myBgColor { background-color: #FDC4AC; }

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

This div background color is #FDC4AC.

Border color

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

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

This div border color is #FDC4AC.

Opacity

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

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

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

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

This text has shadow with #FDC4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC4AC.

Preview

Color preview on black background

This text has color #FDC4AC on black background.


Color preview on white background

This text has color #FDC4AC on white background.


Black color preview on #FDC4AC background

This text has black color on #FDC4AC background.


White color preview on #FDC4AC background

This text has white color on #FDC4AC background.


Related colors

Complementary color

Complementary color for #hex is #023B53.


I love getcolorcode.com

Triadic colors

1 #ACFDC4 and #C4ACFD with #FDC4AC are triadic colors.

2 #ACC4FD and #C4FDAC with #FDC4AC are triadic colors.