COLOR #FDD8D2

HEX: #FDD8D2 RGB: (253,216,210)

Color info

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

RGB color model

#FDD8D2 color RGB value is (253,216,210).

RGB: (253,216,210) (99%, 85%, 82%)

RGB channels and saturation

R 253 of 255 = 99%
G 216 of 255 = 85%
B 210 of 255 = 82%

253
216
210

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

Portions of RGB colors in percentages

R + G + B = 253 + 216 + 210 = 679 (100%)
R 253 of 679 ~ 37.26%
G 216 of 679 ~ 31.81%
B 210 of 679 ~ 30.93'%

%37.26
%31.81
%30.93

CMYK color model

#FDD8D2 color CMYK value is (0,15,17,1).

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

CMYK: (0,15,17,1)
C0M15Y17K1 (0%, 15%, 17%, 1%)
(0.00 / 0.15 / 0.17 / 0.01)

CMYK percentages

%0
%14.62
%17
%0.78

Codes

Color #FDD8D2 in popluar color models

FD D8 D2
RGB 253 216 210
HSL 91.49% 90.78%
HSB/HSV 17.00% 99.22%
CMYK 0.00% 14.62% 17.00%
0.78%

Color #FDD8D2 in popluar number systems.

HEX FD D8 D2
Decimal 253 216 210
Binary 11111101 11011000 11010010
Octal 375 330 322

Shades and tints

Shades of #FDD8D2

#FDD8D2
(253,216,210)
#E6C5BF
(230,197,191)
#CFB2AC
(207,178,172)
#B89F99
(184,159,153)
#A18C86
(161,140,134)
#8A7973
(138,121,115)
#736660
(115,102,96)
#5C534D
(92,83,77)
#45403A
(69,64,58)
#2E2D27
(46,45,39)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #FDD8D2

#FDD8D2
(253,216,210)
#FDDBD6
(253,219,214)
#FDDEDA
(253,222,218)
#FDE1DE
(253,225,222)
#FDE4E2
(253,228,226)
#FDE7E6
(253,231,230)
#FDEAEA
(253,234,234)
#FDEDEE
(253,237,238)
#FDF0F2
(253,240,242)
#FDF3F6
(253,243,246)
#FDF6FA
(253,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD8D2; }

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

This text font color is #FDD8D2.

Background Color

.myBgColor { background-color: #FDD8D2; }

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

This div background color is #FDD8D2.

Border color

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

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

This div border color is #FDD8D2.

Opacity

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

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

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

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

This text has shadow with #FDD8D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD8D2.

Preview

Color preview on black background

This text has color #FDD8D2 on black background.


Color preview on white background

This text has color #FDD8D2 on white background.


Black color preview on #FDD8D2 background

This text has black color on #FDD8D2 background.


White color preview on #FDD8D2 background

This text has white color on #FDD8D2 background.


Related colors

Complementary color

Complementary color for #hex is #02272D.


I love getcolorcode.com

Triadic colors

1 #D2FDD8 and #D8D2FD with #FDD8D2 are triadic colors.

2 #D2D8FD and #D8FDD2 with #FDD8D2 are triadic colors.