COLOR #FCDEB2

HEX: #FCDEB2 RGB: (252,222,178)

Color info

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

RGB color model

#FCDEB2 color RGB value is (252,222,178).

RGB: (252,222,178) (99%, 87%, 70%)

RGB channels and saturation

R 252 of 255 = 99%
G 222 of 255 = 87%
B 178 of 255 = 70%

252
222
178

R + G + B ~ 85%. #FCDEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 222 + 178 = 652 (100%)
R 252 of 652 ~ 38.65%
G 222 of 652 ~ 34.05%
B 178 of 652 ~ 27.3'%

%38.65
%34.05
%27.3

CMYK color model

#FCDEB2 color CMYK value is (0,12,29,1).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 29.37%
  • key color value is 1.18%

CMYK: (0,12,29,1)
C0M12Y29K1 (0%, 12%, 29%, 1%)
(0.00 / 0.12 / 0.29 / 0.01)

CMYK percentages

%0
%11.9
%29.37
%1.18

Codes

Color #FCDEB2 in popluar color models

FC DE B2
RGB 252 222 178
HSL 36° 92.50% 84.31%
HSB/HSV 36° 29.37% 98.82%
CMYK 0.00% 11.90% 29.37%
1.18%

Color #FCDEB2 in popluar number systems.

HEX FC DE B2
Decimal 252 222 178
Binary 11111100 11011110 10110010
Octal 374 336 262

Shades and tints

Shades of #FCDEB2

#FCDEB2
(252,222,178)
#E6CAA2
(230,202,162)
#D0B692
(208,182,146)
#BAA282
(186,162,130)
#A48E72
(164,142,114)
#8E7A62
(142,122,98)
#786652
(120,102,82)
#625242
(98,82,66)
#4C3E32
(76,62,50)
#362A22
(54,42,34)
#201612
(32,22,18)
#000000
(0,0,0)

Tints of #FCDEB2

#FCDEB2
(252,222,178)
#FCE1B9
(252,225,185)
#FCE4C0
(252,228,192)
#FCE7C7
(252,231,199)
#FCEACE
(252,234,206)
#FCEDD5
(252,237,213)
#FCF0DC
(252,240,220)
#FCF3E3
(252,243,227)
#FCF6EA
(252,246,234)
#FCF9F1
(252,249,241)
#FCFCF8
(252,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDEB2 color. Also use rgb(252,222,178) instead hex code.

Text Font Color

.myTextColor { color: #FCDEB2; }

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

This text font color is #FCDEB2.

Background Color

.myBgColor { background-color: #FCDEB2; }

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

This div background color is #FCDEB2.

Border color

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

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

This div border color is #FCDEB2.

Opacity

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

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

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

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

This text has shadow with #FCDEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDEB2.

Preview

Color preview on black background

This text has color #FCDEB2 on black background.


Color preview on white background

This text has color #FCDEB2 on white background.


Black color preview on #FCDEB2 background

This text has black color on #FCDEB2 background.


White color preview on #FCDEB2 background

This text has white color on #FCDEB2 background.


Related colors

Complementary color

Complementary color for #hex is #03214D.


I love getcolorcode.com

Triadic colors

1 #B2FCDE and #DEB2FC with #FCDEB2 are triadic colors.

2 #B2DEFC and #DEFCB2 with #FCDEB2 are triadic colors.