COLOR #FDC4BE

HEX: #FDC4BE RGB: (253,196,190)

Color info

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

RGB color model

#FDC4BE color RGB value is (253,196,190).

RGB: (253,196,190) (99%, 77%, 75%)

RGB channels and saturation

R 253 of 255 = 99%
G 196 of 255 = 77%
B 190 of 255 = 75%

253
196
190

R + G + B ~ 84%. #FDC4BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 196 + 190 = 639 (100%)
R 253 of 639 ~ 39.59%
G 196 of 639 ~ 30.67%
B 190 of 639 ~ 29.73'%

%39.59
%30.67
%29.73

CMYK color model

#FDC4BE color CMYK value is (0,23,25,1).

  • cyan value is 0.00%
  • magenta value is 22.53%
  • yellow value is 24.90%
  • key color value is 0.78%
CMYK: (0,23,25,1) C0M23Y25K1 (0%,23%,25%,1%) (0.00/0.23/0.25/0.01) 

CMYK percentages

%0
%22.53
%24.9
%0.78

Codes

Color #FDC4BE in popluar color models

FD C4 BE
RGB 253 196 190
HSL 94.03% 86.86%
HSB/HSV 24.90% 99.22%
CMYK 0.00% 22.53% 24.90%
0.78%

Color #FDC4BE in popluar number systems.

HEX FD C4 BE
Decimal 253 196 190
Binary 11111101 11000100 10111110
Octal 375 304 276

Shades and tints

Shades of #FDC4BE

#FDC4BE
(253,196,190)
#E6B3AD
(230,179,173)
#CFA29C
(207,162,156)
#B8918B
(184,145,139)
#A1807A
(161,128,122)
#8A6F69
(138,111,105)
#735E58
(115,94,88)
#5C4D47
(92,77,71)
#453C36
(69,60,54)
#2E2B25
(46,43,37)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #FDC4BE

#FDC4BE
(253,196,190)
#FDC9C3
(253,201,195)
#FDCEC8
(253,206,200)
#FDD3CD
(253,211,205)
#FDD8D2
(253,216,210)
#FDDDD7
(253,221,215)
#FDE2DC
(253,226,220)
#FDE7E1
(253,231,225)
#FDECE6
(253,236,230)
#FDF1EB
(253,241,235)
#FDF6F0
(253,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC4BE; }

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

This text font color is #FDC4BE.

Background Color

.myBgColor { background-color: #FDC4BE; }

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

This div background color is #FDC4BE.

Border color

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

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

This div border color is #FDC4BE.

Opacity

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

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

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

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

This text has shadow with #FDC4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC4BE.

Preview

Color preview on black background

This text has color #FDC4BE on black background.


Color preview on white background

This text has color #FDC4BE on white background.


Black color preview on #FDC4BE background

This text has black color on #FDC4BE background.


White color preview on #FDC4BE background

This text has white color on #FDC4BE background.


Related colors

Complementary color

Complementary color for #hex is #023B41.


I love getcolorcode.com

Triadic colors

1 #BEFDC4 and #C4BEFD with #FDC4BE are triadic colors.

2 #BEC4FD and #C4FDBE with #FDC4BE are triadic colors.