COLOR #FCE6CC

HEX: #FCE6CC RGB: (252,230,204)

Color info

#FCE6CC contains red, green and blue colors in about the same proportion. Web safe color of #FCE6CC is #FFCCCC (or #FCC).

RGB color model

#FCE6CC color RGB value is (252,230,204).

RGB: (252,230,204) (99%, 90%, 80%)

RGB channels and saturation

R 252 of 255 = 99%
G 230 of 255 = 90%
B 204 of 255 = 80%

252
230
204

R + G + B ~ 90%. #FCE6CC is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 230 + 204 = 686 (100%)
R 252 of 686 ~ 36.73%
G 230 of 686 ~ 33.53%
B 204 of 686 ~ 29.74'%

%36.73
%33.53
%29.74

CMYK color model

#FCE6CC color CMYK value is (0,9,19,1).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 19.05%
  • key color value is 1.18%

CMYK: (0,9,19,1)
C0M9Y19K1 (0%, 9%, 19%, 1%)
(0.00 / 0.09 / 0.19 / 0.01)

CMYK percentages

%0
%8.73
%19.05
%1.18

Codes

Color #FCE6CC in popluar color models

FC E6 CC
RGB 252 230 204
HSL 33° 88.89% 89.41%
HSB/HSV 33° 19.05% 98.82%
CMYK 0.00% 8.73% 19.05%
1.18%

Color #FCE6CC in popluar number systems.

HEX FC E6 CC
Decimal 252 230 204
Binary 11111100 11100110 11001100
Octal 374 346 314

Shades and tints

Shades of #FCE6CC

#FCE6CC
(252,230,204)
#E6D2BA
(230,210,186)
#D0BEA8
(208,190,168)
#BAAA96
(186,170,150)
#A49684
(164,150,132)
#8E8272
(142,130,114)
#786E60
(120,110,96)
#625A4E
(98,90,78)
#4C463C
(76,70,60)
#36322A
(54,50,42)
#201E18
(32,30,24)
#000000
(0,0,0)

Tints of #FCE6CC

#FCE6CC
(252,230,204)
#FCE8D0
(252,232,208)
#FCEAD4
(252,234,212)
#FCECD8
(252,236,216)
#FCEEDC
(252,238,220)
#FCF0E0
(252,240,224)
#FCF2E4
(252,242,228)
#FCF4E8
(252,244,232)
#FCF6EC
(252,246,236)
#FCF8F0
(252,248,240)
#FCFAF4
(252,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE6CC color. Also use rgb(252,230,204) instead hex code.

Text Font Color

.myTextColor { color: #FCE6CC; }

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

This text font color is #FCE6CC.

Background Color

.myBgColor { background-color: #FCE6CC; }

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

This div background color is #FCE6CC.

Border color

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

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

This div border color is #FCE6CC.

Opacity

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

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

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

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

This text has shadow with #FCE6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE6CC.

Preview

Color preview on black background

This text has color #FCE6CC on black background.


Color preview on white background

This text has color #FCE6CC on white background.


Black color preview on #FCE6CC background

This text has black color on #FCE6CC background.


White color preview on #FCE6CC background

This text has white color on #FCE6CC background.


Related colors

Complementary color

Complementary color for #hex is #031933.


I love getcolorcode.com

Triadic colors

1 #CCFCE6 and #E6CCFC with #FCE6CC are triadic colors.

2 #CCE6FC and #E6FCCC with #FCE6CC are triadic colors.