COLOR #FCE9C3

HEX: #FCE9C3 RGB: (252,233,195)

Color info

#FCE9C3 contains red, green and blue colors in about the same proportion. Web safe color of #FCE9C3 is #FFFFCC (or #FFC).

RGB color model

#FCE9C3 color RGB value is (252,233,195).

RGB: (252,233,195) (99%, 91%, 76%)

RGB channels and saturation

R 252 of 255 = 99%
G 233 of 255 = 91%
B 195 of 255 = 76%

252
233
195

R + G + B ~ 89%. #FCE9C3 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 233 + 195 = 680 (100%)
R 252 of 680 ~ 37.06%
G 233 of 680 ~ 34.26%
B 195 of 680 ~ 28.68'%

%37.06
%34.26
%28.68

CMYK color model

#FCE9C3 color CMYK value is (0,8,23,1).

  • cyan value is 0.00%
  • magenta value is 7.54%
  • yellow value is 22.62%
  • key color value is 1.18%

CMYK: (0,8,23,1)
C0M8Y23K1 (0%, 8%, 23%, 1%)
(0.00 / 0.08 / 0.23 / 0.01)

CMYK percentages

%0
%7.54
%22.62
%1.18

Codes

Color #FCE9C3 in popluar color models

FC E9 C3
RGB 252 233 195
HSL 40° 90.48% 87.65%
HSB/HSV 40° 22.62% 98.82%
CMYK 0.00% 7.54% 22.62%
1.18%

Color #FCE9C3 in popluar number systems.

HEX FC E9 C3
Decimal 252 233 195
Binary 11111100 11101001 11000011
Octal 374 351 303

Shades and tints

Shades of #FCE9C3

#FCE9C3
(252,233,195)
#E6D4B2
(230,212,178)
#D0BFA1
(208,191,161)
#BAAA90
(186,170,144)
#A4957F
(164,149,127)
#8E806E
(142,128,110)
#786B5D
(120,107,93)
#62564C
(98,86,76)
#4C413B
(76,65,59)
#362C2A
(54,44,42)
#201719
(32,23,25)
#000000
(0,0,0)

Tints of #FCE9C3

#FCE9C3
(252,233,195)
#FCEBC8
(252,235,200)
#FCEDCD
(252,237,205)
#FCEFD2
(252,239,210)
#FCF1D7
(252,241,215)
#FCF3DC
(252,243,220)
#FCF5E1
(252,245,225)
#FCF7E6
(252,247,230)
#FCF9EB
(252,249,235)
#FCFBF0
(252,251,240)
#FCFDF5
(252,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE9C3 color. Also use rgb(252,233,195) instead hex code.

Text Font Color

.myTextColor { color: #FCE9C3; }

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

This text font color is #FCE9C3.

Background Color

.myBgColor { background-color: #FCE9C3; }

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

This div background color is #FCE9C3.

Border color

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

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

This div border color is #FCE9C3.

Opacity

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

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

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

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

This text has shadow with #FCE9C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE9C3.

Preview

Color preview on black background

This text has color #FCE9C3 on black background.


Color preview on white background

This text has color #FCE9C3 on white background.


Black color preview on #FCE9C3 background

This text has black color on #FCE9C3 background.


White color preview on #FCE9C3 background

This text has white color on #FCE9C3 background.


Related colors

Complementary color

Complementary color for #hex is #03163C.


I love getcolorcode.com

Triadic colors

1 #C3FCE9 and #E9C3FC with #FCE9C3 are triadic colors.

2 #C3E9FC and #E9FCC3 with #FCE9C3 are triadic colors.