COLOR #FDD6C5

HEX: #FDD6C5 RGB: (253,214,197)

Color info

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

RGB color model

#FDD6C5 color RGB value is (253,214,197).

RGB: (253,214,197) (99%, 84%, 77%)

RGB channels and saturation

R 253 of 255 = 99%
G 214 of 255 = 84%
B 197 of 255 = 77%

253
214
197

R + G + B ~ 87%. #FDD6C5 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 214 + 197 = 664 (100%)
R 253 of 664 ~ 38.1%
G 214 of 664 ~ 32.23%
B 197 of 664 ~ 29.67'%

%38.1
%32.23
%29.67

CMYK color model

#FDD6C5 color CMYK value is (0,15,22,1).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 22.13%
  • key color value is 0.78%

CMYK: (0,15,22,1)
C0M15Y22K1 (0%, 15%, 22%, 1%)
(0.00 / 0.15 / 0.22 / 0.01)

CMYK percentages

%0
%15.42
%22.13
%0.78

Codes

Color #FDD6C5 in popluar color models

FD D6 C5
RGB 253 214 197
HSL 18° 93.33% 88.24%
HSB/HSV 18° 22.13% 99.22%
CMYK 0.00% 15.42% 22.13%
0.78%

Color #FDD6C5 in popluar number systems.

HEX FD D6 C5
Decimal 253 214 197
Binary 11111101 11010110 11000101
Octal 375 326 305

Shades and tints

Shades of #FDD6C5

#FDD6C5
(253,214,197)
#E6C3B4
(230,195,180)
#CFB0A3
(207,176,163)
#B89D92
(184,157,146)
#A18A81
(161,138,129)
#8A7770
(138,119,112)
#73645F
(115,100,95)
#5C514E
(92,81,78)
#453E3D
(69,62,61)
#2E2B2C
(46,43,44)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #FDD6C5

#FDD6C5
(253,214,197)
#FDD9CA
(253,217,202)
#FDDCCF
(253,220,207)
#FDDFD4
(253,223,212)
#FDE2D9
(253,226,217)
#FDE5DE
(253,229,222)
#FDE8E3
(253,232,227)
#FDEBE8
(253,235,232)
#FDEEED
(253,238,237)
#FDF1F2
(253,241,242)
#FDF4F7
(253,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD6C5 color. Also use rgb(253,214,197) instead hex code.

Text Font Color

.myTextColor { color: #FDD6C5; }

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

This text font color is #FDD6C5.

Background Color

.myBgColor { background-color: #FDD6C5; }

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

This div background color is #FDD6C5.

Border color

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

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

This div border color is #FDD6C5.

Opacity

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

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

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

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

This text has shadow with #FDD6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD6C5.

Preview

Color preview on black background

This text has color #FDD6C5 on black background.


Color preview on white background

This text has color #FDD6C5 on white background.


Black color preview on #FDD6C5 background

This text has black color on #FDD6C5 background.


White color preview on #FDD6C5 background

This text has white color on #FDD6C5 background.


Related colors

Complementary color

Complementary color for #hex is #02293A.


I love getcolorcode.com

Triadic colors

1 #C5FDD6 and #D6C5FD with #FDD6C5 are triadic colors.

2 #C5D6FD and #D6FDC5 with #FDD6C5 are triadic colors.