COLOR #FDC8A4

HEX: #FDC8A4
RGB: (253,200,164)

Color info

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

RGB color model

#FDC8A4 color RGB value is (253,200,164).

  • red value is 253;
  • green value is 200;
  • blue value is 164.
RGB:
(253,200,164)
(99%,78%,64%)

RGB channels and saturation

R 253 of 255 = 99%
G 200 of 255 = 78%
B 164 of 255 = 64%

253
200
164

R + G + B ~ 80%. #FDC8A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 200 + 164 = 617 (100%)
R 253 of 617 ~ 41%
G 200 of 617 ~ 32.41%
B 164 of 617 ~ 26.58%

%41
%32.41
%26.58

CMYK color model

#FDC8A4 color CMYK value is (0,21,35,1).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 35.18%
  • key color value is 0.78%
CMYK:
(0,21,35,1)
C0M21Y35K1 
(0%,21%,35%,1%)
(0.00/0.21/0.35/0.01)	

CMYK percentages

%0
%20.95
%35.18
%0.78

Codes

Color #FDC8A4 in popluar color models

FDC8A4
RGB253200164
HSL24°95.70%81.76%
HSB/HSV24°35.18%99.22%
CMYK0.00%20.95%35.18%
0.78%

Color #FDC8A4 in popluar number systems.

HEXFDC8A4
Decimal253200164
Binary111111011100100010100100
Octal375310244

Shades and tints

Shades of #FDC8A4

#FDC8A4
(253,200,164)
#E6B696
(230,182,150)
#CFA488
(207,164,136)
#B8927A
(184,146,122)
#A1806C
(161,128,108)
#8A6E5E
(138,110,94)
#735C50
(115,92,80)
#5C4A42
(92,74,66)
#453834
(69,56,52)
#2E2626
(46,38,38)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #FDC8A4

#FDC8A4
(253,200,164)
#FDCDAC
(253,205,172)
#FDD2B4
(253,210,180)
#FDD7BC
(253,215,188)
#FDDCC4
(253,220,196)
#FDE1CC
(253,225,204)
#FDE6D4
(253,230,212)
#FDEBDC
(253,235,220)
#FDF0E4
(253,240,228)
#FDF5EC
(253,245,236)
#FDFAF4
(253,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC8A4 color. Also use rgb(253,200,164) instead hex code.

Text Font Color

.myTextColor { color: #FDC8A4; }

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

This text font color is #FDC8A4.


Background Color

.myBgColor { background-color: #FDC8A4; }

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

This div background color is #FDC8A4.


Border color

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

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

This div border color is #FDC8A4.


Opacity

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

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

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

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

This text has shadow with #FDC8A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC8A4 on black background.


Color preview on white background

This text has color #FDC8A4 on white background.



Black color preview on #FDC8A4 background

This text has black color on #FDC8A4 background.


White color preview on #FDC8A4 background

This text has white color on #FDC8A4 background.