COLOR #FDD5D6

HEX: #FDD5D6 RGB: (253,213,214)

Color info

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

RGB color model

#FDD5D6 color RGB value is (253,213,214).

RGB: (253,213,214) (99%, 84%, 84%)

RGB channels and saturation

R 253 of 255 = 99%
G 213 of 255 = 84%
B 214 of 255 = 84%

253
213
214

R + G + B ~ 89%. #FDD5D6 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 213 + 214 = 680 (100%)
R 253 of 680 ~ 37.21%
G 213 of 680 ~ 31.32%
B 214 of 680 ~ 31.47'%

%37.21
%31.32
%31.47

CMYK color model

#FDD5D6 color CMYK value is (0,16,15,1).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 15.42%
  • key color value is 0.78%
CMYK: (0,16,15,1) C0M16Y15K1 (0%,16%,15%,1%) (0.00/0.16/0.15/0.01) 

CMYK percentages

%0
%15.81
%15.42
%0.78

Codes

Color #FDD5D6 in popluar color models

FD D5 D6
RGB 253 213 214
HSL 359° 90.91% 91.37%
HSB/HSV 359° 15.81% 99.22%
CMYK 0.00% 15.81% 15.42%
0.78%

Color #FDD5D6 in popluar number systems.

HEX FD D5 D6
Decimal 253 213 214
Binary 11111101 11010101 11010110
Octal 375 325 326

Shades and tints

Shades of #FDD5D6

#FDD5D6
(253,213,214)
#E6C2C3
(230,194,195)
#CFAFB0
(207,175,176)
#B89C9D
(184,156,157)
#A1898A
(161,137,138)
#8A7677
(138,118,119)
#736364
(115,99,100)
#5C5051
(92,80,81)
#453D3E
(69,61,62)
#2E2A2B
(46,42,43)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #FDD5D6

#FDD5D6
(253,213,214)
#FDD8D9
(253,216,217)
#FDDBDC
(253,219,220)
#FDDEDF
(253,222,223)
#FDE1E2
(253,225,226)
#FDE4E5
(253,228,229)
#FDE7E8
(253,231,232)
#FDEAEB
(253,234,235)
#FDEDEE
(253,237,238)
#FDF0F1
(253,240,241)
#FDF3F4
(253,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD5D6; }

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

This text font color is #FDD5D6.

Background Color

.myBgColor { background-color: #FDD5D6; }

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

This div background color is #FDD5D6.

Border color

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

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

This div border color is #FDD5D6.

Opacity

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

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

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

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

This text has shadow with #FDD5D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD5D6.

Preview

Color preview on black background

This text has color #FDD5D6 on black background.


Color preview on white background

This text has color #FDD5D6 on white background.


Black color preview on #FDD5D6 background

This text has black color on #FDD5D6 background.


White color preview on #FDD5D6 background

This text has white color on #FDD5D6 background.


Related colors

Complementary color

Complementary color for #hex is #022A29.


I love getcolorcode.com

Triadic colors

1 #D6FDD5 and #D5D6FD with #FDD5D6 are triadic colors.

2 #D6D5FD and #D5FDD6 with #FDD5D6 are triadic colors.