COLOR #FCDFB7

HEX: #FCDFB7 RGB: (252,223,183)

Color info

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

RGB color model

#FCDFB7 color RGB value is (252,223,183).

RGB: (252,223,183) (99%, 87%, 72%)

RGB channels and saturation

R 252 of 255 = 99%
G 223 of 255 = 87%
B 183 of 255 = 72%

252
223
183

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

Portions of RGB colors in percentages

R + G + B = 252 + 223 + 183 = 658 (100%)
R 252 of 658 ~ 38.3%
G 223 of 658 ~ 33.89%
B 183 of 658 ~ 27.81'%

%38.3
%33.89
%27.81

CMYK color model

#FCDFB7 color CMYK value is (0,12,27,1).

  • cyan value is 0.00%
  • magenta value is 11.51%
  • yellow value is 27.38%
  • key color value is 1.18%

CMYK: (0,12,27,1)
C0M12Y27K1 (0%, 12%, 27%, 1%)
(0.00 / 0.12 / 0.27 / 0.01)

CMYK percentages

%0
%11.51
%27.38
%1.18

Codes

Color #FCDFB7 in popluar color models

FC DF B7
RGB 252 223 183
HSL 35° 92.00% 85.29%
HSB/HSV 35° 27.38% 98.82%
CMYK 0.00% 11.51% 27.38%
1.18%

Color #FCDFB7 in popluar number systems.

HEX FC DF B7
Decimal 252 223 183
Binary 11111100 11011111 10110111
Octal 374 337 267

Shades and tints

Shades of #FCDFB7

#FCDFB7
(252,223,183)
#E6CBA7
(230,203,167)
#D0B797
(208,183,151)
#BAA387
(186,163,135)
#A48F77
(164,143,119)
#8E7B67
(142,123,103)
#786757
(120,103,87)
#625347
(98,83,71)
#4C3F37
(76,63,55)
#362B27
(54,43,39)
#201717
(32,23,23)
#000000
(0,0,0)

Tints of #FCDFB7

#FCDFB7
(252,223,183)
#FCE1BD
(252,225,189)
#FCE3C3
(252,227,195)
#FCE5C9
(252,229,201)
#FCE7CF
(252,231,207)
#FCE9D5
(252,233,213)
#FCEBDB
(252,235,219)
#FCEDE1
(252,237,225)
#FCEFE7
(252,239,231)
#FCF1ED
(252,241,237)
#FCF3F3
(252,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDFB7 color. Also use rgb(252,223,183) instead hex code.

Text Font Color

.myTextColor { color: #FCDFB7; }

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

This text font color is #FCDFB7.

Background Color

.myBgColor { background-color: #FCDFB7; }

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

This div background color is #FCDFB7.

Border color

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

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

This div border color is #FCDFB7.

Opacity

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

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

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

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

This text has shadow with #FCDFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDFB7.

Preview

Color preview on black background

This text has color #FCDFB7 on black background.


Color preview on white background

This text has color #FCDFB7 on white background.


Black color preview on #FCDFB7 background

This text has black color on #FCDFB7 background.


White color preview on #FCDFB7 background

This text has white color on #FCDFB7 background.


Related colors

Complementary color

Complementary color for #hex is #032048.


I love getcolorcode.com

Triadic colors

1 #B7FCDF and #DFB7FC with #FCDFB7 are triadic colors.

2 #B7DFFC and #DFFCB7 with #FCDFB7 are triadic colors.