COLOR #FDC7B3

HEX: #FDC7B3 RGB: (253,199,179)

Color info

#FDC7B3 contains mainly red and green colors. Web safe color of #FDC7B3 is #FFCC99 (or #FC9).

RGB color model

#FDC7B3 color RGB value is (253,199,179).

RGB: (253,199,179) (99%, 78%, 70%)

RGB channels and saturation

R 253 of 255 = 99%
G 199 of 255 = 78%
B 179 of 255 = 70%

253
199
179

R + G + B ~ 82%. #FDC7B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 199 + 179 = 631 (100%)
R 253 of 631 ~ 40.1%
G 199 of 631 ~ 31.54%
B 179 of 631 ~ 28.37'%

%40.1
%31.54
%28.37

CMYK color model

#FDC7B3 color CMYK value is (0,21,29,1).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 29.25%
  • key color value is 0.78%

CMYK: (0,21,29,1)
C0M21Y29K1 (0%, 21%, 29%, 1%)
(0.00 / 0.21 / 0.29 / 0.01)

CMYK percentages

%0
%21.34
%29.25
%0.78

Codes

Color #FDC7B3 in popluar color models

FD C7 B3
RGB 253 199 179
HSL 16° 94.87% 84.71%
HSB/HSV 16° 29.25% 99.22%
CMYK 0.00% 21.34% 29.25%
0.78%

Color #FDC7B3 in popluar number systems.

HEX FD C7 B3
Decimal 253 199 179
Binary 11111101 11000111 10110011
Octal 375 307 263

Shades and tints

Shades of #FDC7B3

#FDC7B3
(253,199,179)
#E6B5A3
(230,181,163)
#CFA393
(207,163,147)
#B89183
(184,145,131)
#A17F73
(161,127,115)
#8A6D63
(138,109,99)
#735B53
(115,91,83)
#5C4943
(92,73,67)
#453733
(69,55,51)
#2E2523
(46,37,35)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #FDC7B3

#FDC7B3
(253,199,179)
#FDCCB9
(253,204,185)
#FDD1BF
(253,209,191)
#FDD6C5
(253,214,197)
#FDDBCB
(253,219,203)
#FDE0D1
(253,224,209)
#FDE5D7
(253,229,215)
#FDEADD
(253,234,221)
#FDEFE3
(253,239,227)
#FDF4E9
(253,244,233)
#FDF9EF
(253,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC7B3 color. Also use rgb(253,199,179) instead hex code.

Text Font Color

.myTextColor { color: #FDC7B3; }

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

This text font color is #FDC7B3.

Background Color

.myBgColor { background-color: #FDC7B3; }

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

This div background color is #FDC7B3.

Border color

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

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

This div border color is #FDC7B3.

Opacity

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

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

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

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

This text has shadow with #FDC7B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC7B3.

Preview

Color preview on black background

This text has color #FDC7B3 on black background.


Color preview on white background

This text has color #FDC7B3 on white background.


Black color preview on #FDC7B3 background

This text has black color on #FDC7B3 background.


White color preview on #FDC7B3 background

This text has white color on #FDC7B3 background.


Related colors

Complementary color

Complementary color for #hex is #02384C.


I love getcolorcode.com

Triadic colors

1 #B3FDC7 and #C7B3FD with #FDC7B3 are triadic colors.

2 #B3C7FD and #C7FDB3 with #FDC7B3 are triadic colors.