COLOR #FDD4C0

HEX: #FDD4C0 RGB: (253,212,192)

Color info

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

RGB color model

#FDD4C0 color RGB value is (253,212,192).

RGB: (253,212,192) (99%, 83%, 75%)

RGB channels and saturation

R 253 of 255 = 99%
G 212 of 255 = 83%
B 192 of 255 = 75%

253
212
192

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

Portions of RGB colors in percentages

R + G + B = 253 + 212 + 192 = 657 (100%)
R 253 of 657 ~ 38.51%
G 212 of 657 ~ 32.27%
B 192 of 657 ~ 29.22'%

%38.51
%32.27
%29.22

CMYK color model

#FDD4C0 color CMYK value is (0,16,24,1).

  • cyan value is 0.00%
  • magenta value is 16.21%
  • yellow value is 24.11%
  • key color value is 0.78%

CMYK: (0,16,24,1)
C0M16Y24K1 (0%, 16%, 24%, 1%)
(0.00 / 0.16 / 0.24 / 0.01)

CMYK percentages

%0
%16.21
%24.11
%0.78

Codes

Color #FDD4C0 in popluar color models

FD D4 C0
RGB 253 212 192
HSL 20° 93.85% 87.25%
HSB/HSV 20° 24.11% 99.22%
CMYK 0.00% 16.21% 24.11%
0.78%

Color #FDD4C0 in popluar number systems.

HEX FD D4 C0
Decimal 253 212 192
Binary 11111101 11010100 11000000
Octal 375 324 300

Shades and tints

Shades of #FDD4C0

#FDD4C0
(253,212,192)
#E6C1AF
(230,193,175)
#CFAE9E
(207,174,158)
#B89B8D
(184,155,141)
#A1887C
(161,136,124)
#8A756B
(138,117,107)
#73625A
(115,98,90)
#5C4F49
(92,79,73)
#453C38
(69,60,56)
#2E2927
(46,41,39)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #FDD4C0

#FDD4C0
(253,212,192)
#FDD7C5
(253,215,197)
#FDDACA
(253,218,202)
#FDDDCF
(253,221,207)
#FDE0D4
(253,224,212)
#FDE3D9
(253,227,217)
#FDE6DE
(253,230,222)
#FDE9E3
(253,233,227)
#FDECE8
(253,236,232)
#FDEFED
(253,239,237)
#FDF2F2
(253,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD4C0 color. Also use rgb(253,212,192) instead hex code.

Text Font Color

.myTextColor { color: #FDD4C0; }

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

This text font color is #FDD4C0.

Background Color

.myBgColor { background-color: #FDD4C0; }

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

This div background color is #FDD4C0.

Border color

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

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

This div border color is #FDD4C0.

Opacity

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

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

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

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

This text has shadow with #FDD4C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD4C0.

Preview

Color preview on black background

This text has color #FDD4C0 on black background.


Color preview on white background

This text has color #FDD4C0 on white background.


Black color preview on #FDD4C0 background

This text has black color on #FDD4C0 background.


White color preview on #FDD4C0 background

This text has white color on #FDD4C0 background.


Related colors

Complementary color

Complementary color for #hex is #022B3F.


I love getcolorcode.com

Triadic colors

1 #C0FDD4 and #D4C0FD with #FDD4C0 are triadic colors.

2 #C0D4FD and #D4FDC0 with #FDD4C0 are triadic colors.