COLOR #FDD4BE

HEX: #FDD4BE RGB: (253,212,190)

Color info

#FDD4BE contains mainly red and green colors. Web safe color of #FDD4BE is #FFCCCC (or #FCC).

RGB color model

#FDD4BE color RGB value is (253,212,190).

RGB: (253,212,190) (99%, 83%, 75%)

RGB channels and saturation

R 253 of 255 = 99%
G 212 of 255 = 83%
B 190 of 255 = 75%

253
212
190

R + G + B ~ 86%. #FDD4BE is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 212 + 190 = 655 (100%)
R 253 of 655 ~ 38.63%
G 212 of 655 ~ 32.37%
B 190 of 655 ~ 29.01'%

%38.63
%32.37
%29.01

CMYK color model

#FDD4BE color CMYK value is (0,16,25,1).

  • cyan value is 0.00%
  • magenta value is 16.21%
  • yellow value is 24.90%
  • key color value is 0.78%

CMYK: (0,16,25,1)
C0M16Y25K1 (0%, 16%, 25%, 1%)
(0.00 / 0.16 / 0.25 / 0.01)

CMYK percentages

%0
%16.21
%24.9
%0.78

Codes

Color #FDD4BE in popluar color models

FD D4 BE
RGB 253 212 190
HSL 21° 94.03% 86.86%
HSB/HSV 21° 24.90% 99.22%
CMYK 0.00% 16.21% 24.90%
0.78%

Color #FDD4BE in popluar number systems.

HEX FD D4 BE
Decimal 253 212 190
Binary 11111101 11010100 10111110
Octal 375 324 276

Shades and tints

Shades of #FDD4BE

#FDD4BE
(253,212,190)
#E6C1AD
(230,193,173)
#CFAE9C
(207,174,156)
#B89B8B
(184,155,139)
#A1887A
(161,136,122)
#8A7569
(138,117,105)
#736258
(115,98,88)
#5C4F47
(92,79,71)
#453C36
(69,60,54)
#2E2925
(46,41,37)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #FDD4BE

#FDD4BE
(253,212,190)
#FDD7C3
(253,215,195)
#FDDAC8
(253,218,200)
#FDDDCD
(253,221,205)
#FDE0D2
(253,224,210)
#FDE3D7
(253,227,215)
#FDE6DC
(253,230,220)
#FDE9E1
(253,233,225)
#FDECE6
(253,236,230)
#FDEFEB
(253,239,235)
#FDF2F0
(253,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD4BE color. Also use rgb(253,212,190) instead hex code.

Text Font Color

.myTextColor { color: #FDD4BE; }

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

This text font color is #FDD4BE.

Background Color

.myBgColor { background-color: #FDD4BE; }

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

This div background color is #FDD4BE.

Border color

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

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

This div border color is #FDD4BE.

Opacity

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

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

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

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

This text has shadow with #FDD4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD4BE.

Preview

Color preview on black background

This text has color #FDD4BE on black background.


Color preview on white background

This text has color #FDD4BE on white background.


Black color preview on #FDD4BE background

This text has black color on #FDD4BE background.


White color preview on #FDD4BE background

This text has white color on #FDD4BE background.


Related colors

Complementary color

Complementary color for #hex is #022B41.


I love getcolorcode.com

Triadic colors

1 #BEFDD4 and #D4BEFD with #FDD4BE are triadic colors.

2 #BED4FD and #D4FDBE with #FDD4BE are triadic colors.