COLOR #FDDCBA

HEX: #FDDCBA RGB: (253,220,186)

Color info

#FDDCBA contains mainly red and green colors. Web safe color of #FDDCBA is #FFCCCC (or #FCC).

RGB color model

#FDDCBA color RGB value is (253,220,186).

RGB: (253,220,186) (99%, 86%, 73%)

RGB channels and saturation

R 253 of 255 = 99%
G 220 of 255 = 86%
B 186 of 255 = 73%

253
220
186

R + G + B ~ 86%. #FDDCBA is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 220 + 186 = 659 (100%)
R 253 of 659 ~ 38.39%
G 220 of 659 ~ 33.38%
B 186 of 659 ~ 28.22'%

%38.39
%33.38
%28.22

CMYK color model

#FDDCBA color CMYK value is (0,13,26,1).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 26.48%
  • key color value is 0.78%

CMYK: (0,13,26,1)
C0M13Y26K1 (0%, 13%, 26%, 1%)
(0.00 / 0.13 / 0.26 / 0.01)

CMYK percentages

%0
%13.04
%26.48
%0.78

Codes

Color #FDDCBA in popluar color models

FD DC BA
RGB 253 220 186
HSL 30° 94.37% 86.08%
HSB/HSV 30° 26.48% 99.22%
CMYK 0.00% 13.04% 26.48%
0.78%

Color #FDDCBA in popluar number systems.

HEX FD DC BA
Decimal 253 220 186
Binary 11111101 11011100 10111010
Octal 375 334 272

Shades and tints

Shades of #FDDCBA

#FDDCBA
(253,220,186)
#E6C8AA
(230,200,170)
#CFB49A
(207,180,154)
#B8A08A
(184,160,138)
#A18C7A
(161,140,122)
#8A786A
(138,120,106)
#73645A
(115,100,90)
#5C504A
(92,80,74)
#453C3A
(69,60,58)
#2E282A
(46,40,42)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #FDDCBA

#FDDCBA
(253,220,186)
#FDDFC0
(253,223,192)
#FDE2C6
(253,226,198)
#FDE5CC
(253,229,204)
#FDE8D2
(253,232,210)
#FDEBD8
(253,235,216)
#FDEEDE
(253,238,222)
#FDF1E4
(253,241,228)
#FDF4EA
(253,244,234)
#FDF7F0
(253,247,240)
#FDFAF6
(253,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDDCBA color. Also use rgb(253,220,186) instead hex code.

Text Font Color

.myTextColor { color: #FDDCBA; }

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

This text font color is #FDDCBA.

Background Color

.myBgColor { background-color: #FDDCBA; }

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

This div background color is #FDDCBA.

Border color

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

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

This div border color is #FDDCBA.

Opacity

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

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

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

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

This text has shadow with #FDDCBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDCBA.

Preview

Color preview on black background

This text has color #FDDCBA on black background.


Color preview on white background

This text has color #FDDCBA on white background.


Black color preview on #FDDCBA background

This text has black color on #FDDCBA background.


White color preview on #FDDCBA background

This text has white color on #FDDCBA background.


Related colors

Complementary color

Complementary color for #hex is #022345.


I love getcolorcode.com

Triadic colors

1 #BAFDDC and #DCBAFD with #FDDCBA are triadic colors.

2 #BADCFD and #DCFDBA with #FDDCBA are triadic colors.