COLOR #FDCEC5

HEX: #FDCEC5 RGB: (253,206,197)

Color info

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

RGB color model

#FDCEC5 color RGB value is (253,206,197).

RGB: (253,206,197) (99%, 81%, 77%)

RGB channels and saturation

R 253 of 255 = 99%
G 206 of 255 = 81%
B 197 of 255 = 77%

253
206
197

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

Portions of RGB colors in percentages

R + G + B = 253 + 206 + 197 = 656 (100%)
R 253 of 656 ~ 38.57%
G 206 of 656 ~ 31.4%
B 197 of 656 ~ 30.03'%

%38.57
%31.4
%30.03

CMYK color model

#FDCEC5 color CMYK value is (0,19,22,1).

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

CMYK: (0,19,22,1)
C0M19Y22K1 (0%, 19%, 22%, 1%)
(0.00 / 0.19 / 0.22 / 0.01)

CMYK percentages

%0
%18.58
%22.13
%0.78

Codes

Color #FDCEC5 in popluar color models

FD CE C5
RGB 253 206 197
HSL 10° 93.33% 88.24%
HSB/HSV 10° 22.13% 99.22%
CMYK 0.00% 18.58% 22.13%
0.78%

Color #FDCEC5 in popluar number systems.

HEX FD CE C5
Decimal 253 206 197
Binary 11111101 11001110 11000101
Octal 375 316 305

Shades and tints

Shades of #FDCEC5

#FDCEC5
(253,206,197)
#E6BCB4
(230,188,180)
#CFAAA3
(207,170,163)
#B89892
(184,152,146)
#A18681
(161,134,129)
#8A7470
(138,116,112)
#73625F
(115,98,95)
#5C504E
(92,80,78)
#453E3D
(69,62,61)
#2E2C2C
(46,44,44)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #FDCEC5

#FDCEC5
(253,206,197)
#FDD2CA
(253,210,202)
#FDD6CF
(253,214,207)
#FDDAD4
(253,218,212)
#FDDED9
(253,222,217)
#FDE2DE
(253,226,222)
#FDE6E3
(253,230,227)
#FDEAE8
(253,234,232)
#FDEEED
(253,238,237)
#FDF2F2
(253,242,242)
#FDF6F7
(253,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCEC5; }

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

This text font color is #FDCEC5.

Background Color

.myBgColor { background-color: #FDCEC5; }

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

This div background color is #FDCEC5.

Border color

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

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

This div border color is #FDCEC5.

Opacity

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

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

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

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

This text has shadow with #FDCEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDCEC5.

Preview

Color preview on black background

This text has color #FDCEC5 on black background.


Color preview on white background

This text has color #FDCEC5 on white background.


Black color preview on #FDCEC5 background

This text has black color on #FDCEC5 background.


White color preview on #FDCEC5 background

This text has white color on #FDCEC5 background.


Related colors

Complementary color

Complementary color for #hex is #02313A.


I love getcolorcode.com

Triadic colors

1 #C5FDCE and #CEC5FD with #FDCEC5 are triadic colors.

2 #C5CEFD and #CEFDC5 with #FDCEC5 are triadic colors.