COLOR #FCCEB5

HEX: #FCCEB5 RGB: (252,206,181)

Color info

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

RGB color model

#FCCEB5 color RGB value is (252,206,181).

RGB: (252,206,181) (99%, 81%, 71%)

RGB channels and saturation

R 252 of 255 = 99%
G 206 of 255 = 81%
B 181 of 255 = 71%

252
206
181

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

Portions of RGB colors in percentages

R + G + B = 252 + 206 + 181 = 639 (100%)
R 252 of 639 ~ 39.44%
G 206 of 639 ~ 32.24%
B 181 of 639 ~ 28.33'%

%39.44
%32.24
%28.33

CMYK color model

#FCCEB5 color CMYK value is (0,18,28,1).

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 28.17%
  • key color value is 1.18%

CMYK: (0,18,28,1)
C0M18Y28K1 (0%, 18%, 28%, 1%)
(0.00 / 0.18 / 0.28 / 0.01)

CMYK percentages

%0
%18.25
%28.17
%1.18

Codes

Color #FCCEB5 in popluar color models

FC CE B5
RGB 252 206 181
HSL 21° 92.21% 84.90%
HSB/HSV 21° 28.17% 98.82%
CMYK 0.00% 18.25% 28.17%
1.18%

Color #FCCEB5 in popluar number systems.

HEX FC CE B5
Decimal 252 206 181
Binary 11111100 11001110 10110101
Octal 374 316 265

Shades and tints

Shades of #FCCEB5

#FCCEB5
(252,206,181)
#E6BCA5
(230,188,165)
#D0AA95
(208,170,149)
#BA9885
(186,152,133)
#A48675
(164,134,117)
#8E7465
(142,116,101)
#786255
(120,98,85)
#625045
(98,80,69)
#4C3E35
(76,62,53)
#362C25
(54,44,37)
#201A15
(32,26,21)
#000000
(0,0,0)

Tints of #FCCEB5

#FCCEB5
(252,206,181)
#FCD2BB
(252,210,187)
#FCD6C1
(252,214,193)
#FCDAC7
(252,218,199)
#FCDECD
(252,222,205)
#FCE2D3
(252,226,211)
#FCE6D9
(252,230,217)
#FCEADF
(252,234,223)
#FCEEE5
(252,238,229)
#FCF2EB
(252,242,235)
#FCF6F1
(252,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCEB5 color. Also use rgb(252,206,181) instead hex code.

Text Font Color

.myTextColor { color: #FCCEB5; }

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

This text font color is #FCCEB5.

Background Color

.myBgColor { background-color: #FCCEB5; }

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

This div background color is #FCCEB5.

Border color

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

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

This div border color is #FCCEB5.

Opacity

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

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

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

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

This text has shadow with #FCCEB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCEB5.

Preview

Color preview on black background

This text has color #FCCEB5 on black background.


Color preview on white background

This text has color #FCCEB5 on white background.


Black color preview on #FCCEB5 background

This text has black color on #FCCEB5 background.


White color preview on #FCCEB5 background

This text has white color on #FCCEB5 background.


Related colors

Complementary color

Complementary color for #hex is #03314A.


I love getcolorcode.com

Triadic colors

1 #B5FCCE and #CEB5FC with #FCCEB5 are triadic colors.

2 #B5CEFC and #CEFCB5 with #FCCEB5 are triadic colors.