COLOR #FDD0C7

HEX: #FDD0C7 RGB: (253,208,199)

Color info

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

RGB color model

#FDD0C7 color RGB value is (253,208,199).

RGB: (253,208,199) (99%, 82%, 78%)

RGB channels and saturation

R 253 of 255 = 99%
G 208 of 255 = 82%
B 199 of 255 = 78%

253
208
199

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

Portions of RGB colors in percentages

R + G + B = 253 + 208 + 199 = 660 (100%)
R 253 of 660 ~ 38.33%
G 208 of 660 ~ 31.52%
B 199 of 660 ~ 30.15'%

%38.33
%31.52
%30.15

CMYK color model

#FDD0C7 color CMYK value is (0,18,21,1).

  • cyan value is 0.00%
  • magenta value is 17.79%
  • yellow value is 21.34%
  • key color value is 0.78%

CMYK: (0,18,21,1)
C0M18Y21K1 (0%, 18%, 21%, 1%)
(0.00 / 0.18 / 0.21 / 0.01)

CMYK percentages

%0
%17.79
%21.34
%0.78

Codes

Color #FDD0C7 in popluar color models

FD D0 C7
RGB 253 208 199
HSL 10° 93.10% 88.63%
HSB/HSV 10° 21.34% 99.22%
CMYK 0.00% 17.79% 21.34%
0.78%

Color #FDD0C7 in popluar number systems.

HEX FD D0 C7
Decimal 253 208 199
Binary 11111101 11010000 11000111
Octal 375 320 307

Shades and tints

Shades of #FDD0C7

#FDD0C7
(253,208,199)
#E6BEB5
(230,190,181)
#CFACA3
(207,172,163)
#B89A91
(184,154,145)
#A1887F
(161,136,127)
#8A766D
(138,118,109)
#73645B
(115,100,91)
#5C5249
(92,82,73)
#454037
(69,64,55)
#2E2E25
(46,46,37)
#171C13
(23,28,19)
#000000
(0,0,0)

Tints of #FDD0C7

#FDD0C7
(253,208,199)
#FDD4CC
(253,212,204)
#FDD8D1
(253,216,209)
#FDDCD6
(253,220,214)
#FDE0DB
(253,224,219)
#FDE4E0
(253,228,224)
#FDE8E5
(253,232,229)
#FDECEA
(253,236,234)
#FDF0EF
(253,240,239)
#FDF4F4
(253,244,244)
#FDF8F9
(253,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD0C7 color. Also use rgb(253,208,199) instead hex code.

Text Font Color

.myTextColor { color: #FDD0C7; }

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

This text font color is #FDD0C7.

Background Color

.myBgColor { background-color: #FDD0C7; }

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

This div background color is #FDD0C7.

Border color

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

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

This div border color is #FDD0C7.

Opacity

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

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

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

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

This text has shadow with #FDD0C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD0C7.

Preview

Color preview on black background

This text has color #FDD0C7 on black background.


Color preview on white background

This text has color #FDD0C7 on white background.


Black color preview on #FDD0C7 background

This text has black color on #FDD0C7 background.


White color preview on #FDD0C7 background

This text has white color on #FDD0C7 background.


Related colors

Complementary color

Complementary color for #hex is #022F38.


I love getcolorcode.com

Triadic colors

1 #C7FDD0 and #D0C7FD with #FDD0C7 are triadic colors.

2 #C7D0FD and #D0FDC7 with #FDD0C7 are triadic colors.