COLOR #FDDCBE

HEX: #FDDCBE RGB: (253,220,190)

Color info

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

RGB color model

#FDDCBE color RGB value is (253,220,190).

RGB: (253,220,190) (99%, 86%, 75%)

RGB channels and saturation

R 253 of 255 = 99%
G 220 of 255 = 86%
B 190 of 255 = 75%

253
220
190

R + G + B ~ 87%. #FDDCBE is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 220 + 190 = 663 (100%)
R 253 of 663 ~ 38.16%
G 220 of 663 ~ 33.18%
B 190 of 663 ~ 28.66'%

%38.16
%33.18
%28.66

CMYK color model

#FDDCBE color CMYK value is (0,13,25,1).

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

CMYK: (0,13,25,1)
C0M13Y25K1 (0%, 13%, 25%, 1%)
(0.00 / 0.13 / 0.25 / 0.01)

CMYK percentages

%0
%13.04
%24.9
%0.78

Codes

Color #FDDCBE in popluar color models

FD DC BE
RGB 253 220 190
HSL 29° 94.03% 86.86%
HSB/HSV 29° 24.90% 99.22%
CMYK 0.00% 13.04% 24.90%
0.78%

Color #FDDCBE in popluar number systems.

HEX FD DC BE
Decimal 253 220 190
Binary 11111101 11011100 10111110
Octal 375 334 276

Shades and tints

Shades of #FDDCBE

#FDDCBE
(253,220,190)
#E6C8AD
(230,200,173)
#CFB49C
(207,180,156)
#B8A08B
(184,160,139)
#A18C7A
(161,140,122)
#8A7869
(138,120,105)
#736458
(115,100,88)
#5C5047
(92,80,71)
#453C36
(69,60,54)
#2E2825
(46,40,37)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #FDDCBE

#FDDCBE
(253,220,190)
#FDDFC3
(253,223,195)
#FDE2C8
(253,226,200)
#FDE5CD
(253,229,205)
#FDE8D2
(253,232,210)
#FDEBD7
(253,235,215)
#FDEEDC
(253,238,220)
#FDF1E1
(253,241,225)
#FDF4E6
(253,244,230)
#FDF7EB
(253,247,235)
#FDFAF0
(253,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDDCBE; }

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

This text font color is #FDDCBE.

Background Color

.myBgColor { background-color: #FDDCBE; }

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

This div background color is #FDDCBE.

Border color

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

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

This div border color is #FDDCBE.

Opacity

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

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

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

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

This text has shadow with #FDDCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDCBE.

Preview

Color preview on black background

This text has color #FDDCBE on black background.


Color preview on white background

This text has color #FDDCBE on white background.


Black color preview on #FDDCBE background

This text has black color on #FDDCBE background.


White color preview on #FDDCBE background

This text has white color on #FDDCBE background.


Related colors

Complementary color

Complementary color for #hex is #022341.


I love getcolorcode.com

Triadic colors

1 #BEFDDC and #DCBEFD with #FDDCBE are triadic colors.

2 #BEDCFD and #DCFDBE with #FDDCBE are triadic colors.