COLOR #FDD9CB

HEX: #FDD9CB RGB: (253,217,203)

Color info

#FDD9CB contains red, green and blue colors in about the same proportion. Web safe color of #FDD9CB is #FFCCCC (or #FCC).

RGB color model

#FDD9CB color RGB value is (253,217,203).

RGB: (253,217,203) (99%, 85%, 80%)

RGB channels and saturation

R 253 of 255 = 99%
G 217 of 255 = 85%
B 203 of 255 = 80%

253
217
203

R + G + B ~ 88%. #FDD9CB is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 217 + 203 = 673 (100%)
R 253 of 673 ~ 37.59%
G 217 of 673 ~ 32.24%
B 203 of 673 ~ 30.16'%

%37.59
%32.24
%30.16

CMYK color model

#FDD9CB color CMYK value is (0,14,20,1).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 19.76%
  • key color value is 0.78%

CMYK: (0,14,20,1)
C0M14Y20K1 (0%, 14%, 20%, 1%)
(0.00 / 0.14 / 0.20 / 0.01)

CMYK percentages

%0
%14.23
%19.76
%0.78

Codes

Color #FDD9CB in popluar color models

FD D9 CB
RGB 253 217 203
HSL 17° 92.59% 89.41%
HSB/HSV 17° 19.76% 99.22%
CMYK 0.00% 14.23% 19.76%
0.78%

Color #FDD9CB in popluar number systems.

HEX FD D9 CB
Decimal 253 217 203
Binary 11111101 11011001 11001011
Octal 375 331 313

Shades and tints

Shades of #FDD9CB

#FDD9CB
(253,217,203)
#E6C6B9
(230,198,185)
#CFB3A7
(207,179,167)
#B8A095
(184,160,149)
#A18D83
(161,141,131)
#8A7A71
(138,122,113)
#73675F
(115,103,95)
#5C544D
(92,84,77)
#45413B
(69,65,59)
#2E2E29
(46,46,41)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #FDD9CB

#FDD9CB
(253,217,203)
#FDDCCF
(253,220,207)
#FDDFD3
(253,223,211)
#FDE2D7
(253,226,215)
#FDE5DB
(253,229,219)
#FDE8DF
(253,232,223)
#FDEBE3
(253,235,227)
#FDEEE7
(253,238,231)
#FDF1EB
(253,241,235)
#FDF4EF
(253,244,239)
#FDF7F3
(253,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD9CB color. Also use rgb(253,217,203) instead hex code.

Text Font Color

.myTextColor { color: #FDD9CB; }

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

This text font color is #FDD9CB.

Background Color

.myBgColor { background-color: #FDD9CB; }

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

This div background color is #FDD9CB.

Border color

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

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

This div border color is #FDD9CB.

Opacity

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

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

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

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

This text has shadow with #FDD9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD9CB.

Preview

Color preview on black background

This text has color #FDD9CB on black background.


Color preview on white background

This text has color #FDD9CB on white background.


Black color preview on #FDD9CB background

This text has black color on #FDD9CB background.


White color preview on #FDD9CB background

This text has white color on #FDD9CB background.


Related colors

Complementary color

Complementary color for #hex is #022634.


I love getcolorcode.com

Triadic colors

1 #CBFDD9 and #D9CBFD with #FDD9CB are triadic colors.

2 #CBD9FD and #D9FDCB with #FDD9CB are triadic colors.