COLOR #FDDFD7

HEX: #FDDFD7 RGB: (253,223,215)

Color info

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

RGB color model

#FDDFD7 color RGB value is (253,223,215).

RGB: (253,223,215) (99%, 87%, 84%)

RGB channels and saturation

R 253 of 255 = 99%
G 223 of 255 = 87%
B 215 of 255 = 84%

253
223
215

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

Portions of RGB colors in percentages

R + G + B = 253 + 223 + 215 = 691 (100%)
R 253 of 691 ~ 36.61%
G 223 of 691 ~ 32.27%
B 215 of 691 ~ 31.11'%

%36.61
%32.27
%31.11

CMYK color model

#FDDFD7 color CMYK value is (0,12,15,1).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 15.02%
  • key color value is 0.78%

CMYK: (0,12,15,1)
C0M12Y15K1 (0%, 12%, 15%, 1%)
(0.00 / 0.12 / 0.15 / 0.01)

CMYK percentages

%0
%11.86
%15.02
%0.78

Codes

Color #FDDFD7 in popluar color models

FD DF D7
RGB 253 223 215
HSL 13° 90.48% 91.76%
HSB/HSV 13° 15.02% 99.22%
CMYK 0.00% 11.86% 15.02%
0.78%

Color #FDDFD7 in popluar number systems.

HEX FD DF D7
Decimal 253 223 215
Binary 11111101 11011111 11010111
Octal 375 337 327

Shades and tints

Shades of #FDDFD7

#FDDFD7
(253,223,215)
#E6CBC4
(230,203,196)
#CFB7B1
(207,183,177)
#B8A39E
(184,163,158)
#A18F8B
(161,143,139)
#8A7B78
(138,123,120)
#736765
(115,103,101)
#5C5352
(92,83,82)
#453F3F
(69,63,63)
#2E2B2C
(46,43,44)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #FDDFD7

#FDDFD7
(253,223,215)
#FDE1DA
(253,225,218)
#FDE3DD
(253,227,221)
#FDE5E0
(253,229,224)
#FDE7E3
(253,231,227)
#FDE9E6
(253,233,230)
#FDEBE9
(253,235,233)
#FDEDEC
(253,237,236)
#FDEFEF
(253,239,239)
#FDF1F2
(253,241,242)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDDFD7 color. Also use rgb(253,223,215) instead hex code.

Text Font Color

.myTextColor { color: #FDDFD7; }

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

This text font color is #FDDFD7.

Background Color

.myBgColor { background-color: #FDDFD7; }

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

This div background color is #FDDFD7.

Border color

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

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

This div border color is #FDDFD7.

Opacity

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

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

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

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

This text has shadow with #FDDFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDFD7.

Preview

Color preview on black background

This text has color #FDDFD7 on black background.


Color preview on white background

This text has color #FDDFD7 on white background.


Black color preview on #FDDFD7 background

This text has black color on #FDDFD7 background.


White color preview on #FDDFD7 background

This text has white color on #FDDFD7 background.


Related colors

Complementary color

Complementary color for #hex is #022028.


I love getcolorcode.com

Triadic colors

1 #D7FDDF and #DFD7FD with #FDDFD7 are triadic colors.

2 #D7DFFD and #DFFDD7 with #FDDFD7 are triadic colors.