COLOR #FDCDD2

HEX: #FDCDD2 RGB: (253,205,210)

Color info

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

RGB color model

#FDCDD2 color RGB value is (253,205,210).

RGB: (253,205,210) (99%, 80%, 82%)

RGB channels and saturation

R 253 of 255 = 99%
G 205 of 255 = 80%
B 210 of 255 = 82%

253
205
210

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

Portions of RGB colors in percentages

R + G + B = 253 + 205 + 210 = 668 (100%)
R 253 of 668 ~ 37.87%
G 205 of 668 ~ 30.69%
B 210 of 668 ~ 31.44'%

%37.87
%30.69
%31.44

CMYK color model

#FDCDD2 color CMYK value is (0,19,17,1).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 17.00%
  • key color value is 0.78%

CMYK: (0,19,17,1)
C0M19Y17K1 (0%, 19%, 17%, 1%)
(0.00 / 0.19 / 0.17 / 0.01)

CMYK percentages

%0
%18.97
%17
%0.78

Codes

Color #FDCDD2 in popluar color models

FD CD D2
RGB 253 205 210
HSL 354° 92.31% 89.80%
HSB/HSV 354° 18.97% 99.22%
CMYK 0.00% 18.97% 17.00%
0.78%

Color #FDCDD2 in popluar number systems.

HEX FD CD D2
Decimal 253 205 210
Binary 11111101 11001101 11010010
Octal 375 315 322

Shades and tints

Shades of #FDCDD2

#FDCDD2
(253,205,210)
#E6BBBF
(230,187,191)
#CFA9AC
(207,169,172)
#B89799
(184,151,153)
#A18586
(161,133,134)
#8A7373
(138,115,115)
#736160
(115,97,96)
#5C4F4D
(92,79,77)
#453D3A
(69,61,58)
#2E2B27
(46,43,39)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #FDCDD2

#FDCDD2
(253,205,210)
#FDD1D6
(253,209,214)
#FDD5DA
(253,213,218)
#FDD9DE
(253,217,222)
#FDDDE2
(253,221,226)
#FDE1E6
(253,225,230)
#FDE5EA
(253,229,234)
#FDE9EE
(253,233,238)
#FDEDF2
(253,237,242)
#FDF1F6
(253,241,246)
#FDF5FA
(253,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDCDD2 color. Also use rgb(253,205,210) instead hex code.

Text Font Color

.myTextColor { color: #FDCDD2; }

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

This text font color is #FDCDD2.

Background Color

.myBgColor { background-color: #FDCDD2; }

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

This div background color is #FDCDD2.

Border color

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

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

This div border color is #FDCDD2.

Opacity

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

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

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

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

This text has shadow with #FDCDD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDCDD2.

Preview

Color preview on black background

This text has color #FDCDD2 on black background.


Color preview on white background

This text has color #FDCDD2 on white background.


Black color preview on #FDCDD2 background

This text has black color on #FDCDD2 background.


White color preview on #FDCDD2 background

This text has white color on #FDCDD2 background.


Related colors

Complementary color

Complementary color for #hex is #02322D.


I love getcolorcode.com

Triadic colors

1 #D2FDCD and #CDD2FD with #FDCDD2 are triadic colors.

2 #D2CDFD and #CDFDD2 with #FDCDD2 are triadic colors.