COLOR #FDC5D4

HEX: #FDC5D4
RGB: (253,197,212)

Color info

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

RGB color model

#FDC5D4 color RGB value is (253,197,212).

  • red value is 253;
  • green value is 197;
  • blue value is 212.
RGB:
(253,197,212)
(99%,77%,83%)

RGB channels and saturation

R 253 of 255 = 99%
G 197 of 255 = 77%
B 212 of 255 = 83%

253
197
212

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

Portions of RGB colors in percentages

R + G + B =
253 + 197 + 212 = 662 (100%)
R 253 of 662 ~ 38.22%
G 197 of 662 ~ 29.76%
B 212 of 662 ~ 32.02%

%38.22
%29.76
%32.02

CMYK color model

#FDC5D4 color CMYK value is (0,22,16,1).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 16.21%
  • key color value is 0.78%
CMYK:
(0,22,16,1)
C0M22Y16K1 
(0%,22%,16%,1%)
(0.00/0.22/0.16/0.01)	

CMYK percentages

%0
%22.13
%16.21
%0.78

Codes

Color #FDC5D4 in popluar color models

FDC5D4
RGB253197212
HSL344°93.33%88.24%
HSB/HSV344°22.13%99.22%
CMYK0.00%22.13%16.21%
0.78%

Color #FDC5D4 in popluar number systems.

HEXFDC5D4
Decimal253197212
Binary111111011100010111010100
Octal375305324

Shades and tints

Shades of #FDC5D4

#FDC5D4
(253,197,212)
#E6B4C1
(230,180,193)
#CFA3AE
(207,163,174)
#B8929B
(184,146,155)
#A18188
(161,129,136)
#8A7075
(138,112,117)
#735F62
(115,95,98)
#5C4E4F
(92,78,79)
#453D3C
(69,61,60)
#2E2C29
(46,44,41)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #FDC5D4

#FDC5D4
(253,197,212)
#FDCAD7
(253,202,215)
#FDCFDA
(253,207,218)
#FDD4DD
(253,212,221)
#FDD9E0
(253,217,224)
#FDDEE3
(253,222,227)
#FDE3E6
(253,227,230)
#FDE8E9
(253,232,233)
#FDEDEC
(253,237,236)
#FDF2EF
(253,242,239)
#FDF7F2
(253,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC5D4; }

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

This text font color is #FDC5D4.


Background Color

.myBgColor { background-color: #FDC5D4; }

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

This div background color is #FDC5D4.


Border color

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

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

This div border color is #FDC5D4.


Opacity

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

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

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

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

This text has shadow with #FDC5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC5D4 on black background.


Color preview on white background

This text has color #FDC5D4 on white background.



Black color preview on #FDC5D4 background

This text has black color on #FDC5D4 background.


White color preview on #FDC5D4 background

This text has white color on #FDC5D4 background.