COLOR #FDCD8B

HEX: #FDCD8B
RGB: (253,205,139)

Color info

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

RGB color model

#FDCD8B color RGB value is (253,205,139).

  • red value is 253;
  • green value is 205;
  • blue value is 139.
RGB:
(253,205,139)
(99%,80%,55%)

RGB channels and saturation

R 253 of 255 = 99%
G 205 of 255 = 80%
B 139 of 255 = 55%

253
205
139

R + G + B ~ 78%. #FDCD8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 205 + 139 = 597 (100%)
R 253 of 597 ~ 42.38%
G 205 of 597 ~ 34.34%
B 139 of 597 ~ 23.28%

%42.38
%34.34
%23.28

CMYK color model

#FDCD8B color CMYK value is (0,19,45,1).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 45.06%
  • key color value is 0.78%
CMYK:
(0,19,45,1)
C0M19Y45K1 
(0%,19%,45%,1%)
(0.00/0.19/0.45/0.01)	

CMYK percentages

%0
%18.97
%45.06
%0.78

Codes

Color #FDCD8B in popluar color models

FDCD8B
RGB253205139
HSL35°96.61%76.86%
HSB/HSV35°45.06%99.22%
CMYK0.00%18.97%45.06%
0.78%

Color #FDCD8B in popluar number systems.

HEXFDCD8B
Decimal253205139
Binary111111011100110110001011
Octal375315213

Shades and tints

Shades of #FDCD8B

#FDCD8B
(253,205,139)
#E6BB7F
(230,187,127)
#CFA973
(207,169,115)
#B89767
(184,151,103)
#A1855B
(161,133,91)
#8A734F
(138,115,79)
#736143
(115,97,67)
#5C4F37
(92,79,55)
#453D2B
(69,61,43)
#2E2B1F
(46,43,31)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #FDCD8B

#FDCD8B
(253,205,139)
#FDD195
(253,209,149)
#FDD59F
(253,213,159)
#FDD9A9
(253,217,169)
#FDDDB3
(253,221,179)
#FDE1BD
(253,225,189)
#FDE5C7
(253,229,199)
#FDE9D1
(253,233,209)
#FDEDDB
(253,237,219)
#FDF1E5
(253,241,229)
#FDF5EF
(253,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDCD8B color. Also use rgb(253,205,139) instead hex code.

Text Font Color

.myTextColor { color: #FDCD8B; }

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

This text font color is #FDCD8B.


Background Color

.myBgColor { background-color: #FDCD8B; }

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

This div background color is #FDCD8B.


Border color

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

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

This div border color is #FDCD8B.


Opacity

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

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

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

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

This text has shadow with #FDCD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCD8B on black background.


Color preview on white background

This text has color #FDCD8B on white background.



Black color preview on #FDCD8B background

This text has black color on #FDCD8B background.


White color preview on #FDCD8B background

This text has white color on #FDCD8B background.