COLOR #FDDDD9

HEX: #FDDDD9 RGB: (253,221,217)

Color info

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

RGB color model

#FDDDD9 color RGB value is (253,221,217).

RGB: (253,221,217) (99%, 87%, 85%)

RGB channels and saturation

R 253 of 255 = 99%
G 221 of 255 = 87%
B 217 of 255 = 85%

253
221
217

R + G + B ~ 90%. #FDDDD9 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 221 + 217 = 691 (100%)
R 253 of 691 ~ 36.61%
G 221 of 691 ~ 31.98%
B 217 of 691 ~ 31.4'%

%36.61
%31.98
%31.4

CMYK color model

#FDDDD9 color CMYK value is (0,13,14,1).

  • cyan value is 0.00%
  • magenta value is 12.65%
  • yellow value is 14.23%
  • key color value is 0.78%

CMYK: (0,13,14,1)
C0M13Y14K1 (0%, 13%, 14%, 1%)
(0.00 / 0.13 / 0.14 / 0.01)

CMYK percentages

%0
%12.65
%14.23
%0.78

Codes

Color #FDDDD9 in popluar color models

FD DD D9
RGB 253 221 217
HSL 90.00% 92.16%
HSB/HSV 14.23% 99.22%
CMYK 0.00% 12.65% 14.23%
0.78%

Color #FDDDD9 in popluar number systems.

HEX FD DD D9
Decimal 253 221 217
Binary 11111101 11011101 11011001
Octal 375 335 331

Shades and tints

Shades of #FDDDD9

#FDDDD9
(253,221,217)
#E6C9C6
(230,201,198)
#CFB5B3
(207,181,179)
#B8A1A0
(184,161,160)
#A18D8D
(161,141,141)
#8A797A
(138,121,122)
#736567
(115,101,103)
#5C5154
(92,81,84)
#453D41
(69,61,65)
#2E292E
(46,41,46)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #FDDDD9

#FDDDD9
(253,221,217)
#FDE0DC
(253,224,220)
#FDE3DF
(253,227,223)
#FDE6E2
(253,230,226)
#FDE9E5
(253,233,229)
#FDECE8
(253,236,232)
#FDEFEB
(253,239,235)
#FDF2EE
(253,242,238)
#FDF5F1
(253,245,241)
#FDF8F4
(253,248,244)
#FDFBF7
(253,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDDDD9 color. Also use rgb(253,221,217) instead hex code.

Text Font Color

.myTextColor { color: #FDDDD9; }

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

This text font color is #FDDDD9.

Background Color

.myBgColor { background-color: #FDDDD9; }

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

This div background color is #FDDDD9.

Border color

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

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

This div border color is #FDDDD9.

Opacity

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

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

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

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

This text has shadow with #FDDDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDDD9.

Preview

Color preview on black background

This text has color #FDDDD9 on black background.


Color preview on white background

This text has color #FDDDD9 on white background.


Black color preview on #FDDDD9 background

This text has black color on #FDDDD9 background.


White color preview on #FDDDD9 background

This text has white color on #FDDDD9 background.


Related colors

Complementary color

Complementary color for #hex is #022226.


I love getcolorcode.com

Triadic colors

1 #D9FDDD and #DDD9FD with #FDDDD9 are triadic colors.

2 #D9DDFD and #DDFDD9 with #FDDDD9 are triadic colors.