COLOR #FCE1C2

HEX: #FCE1C2 RGB: (252,225,194)

Color info

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

RGB color model

#FCE1C2 color RGB value is (252,225,194).

RGB: (252,225,194) (99%, 88%, 76%)

RGB channels and saturation

R 252 of 255 = 99%
G 225 of 255 = 88%
B 194 of 255 = 76%

252
225
194

R + G + B ~ 88%. #FCE1C2 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 225 + 194 = 671 (100%)
R 252 of 671 ~ 37.56%
G 225 of 671 ~ 33.53%
B 194 of 671 ~ 28.91'%

%37.56
%33.53
%28.91

CMYK color model

#FCE1C2 color CMYK value is (0,11,23,1).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 23.02%
  • key color value is 1.18%

CMYK: (0,11,23,1)
C0M11Y23K1 (0%, 11%, 23%, 1%)
(0.00 / 0.11 / 0.23 / 0.01)

CMYK percentages

%0
%10.71
%23.02
%1.18

Codes

Color #FCE1C2 in popluar color models

FC E1 C2
RGB 252 225 194
HSL 32° 90.63% 87.45%
HSB/HSV 32° 23.02% 98.82%
CMYK 0.00% 10.71% 23.02%
1.18%

Color #FCE1C2 in popluar number systems.

HEX FC E1 C2
Decimal 252 225 194
Binary 11111100 11100001 11000010
Octal 374 341 302

Shades and tints

Shades of #FCE1C2

#FCE1C2
(252,225,194)
#E6CDB1
(230,205,177)
#D0B9A0
(208,185,160)
#BAA58F
(186,165,143)
#A4917E
(164,145,126)
#8E7D6D
(142,125,109)
#78695C
(120,105,92)
#62554B
(98,85,75)
#4C413A
(76,65,58)
#362D29
(54,45,41)
#201918
(32,25,24)
#000000
(0,0,0)

Tints of #FCE1C2

#FCE1C2
(252,225,194)
#FCE3C7
(252,227,199)
#FCE5CC
(252,229,204)
#FCE7D1
(252,231,209)
#FCE9D6
(252,233,214)
#FCEBDB
(252,235,219)
#FCEDE0
(252,237,224)
#FCEFE5
(252,239,229)
#FCF1EA
(252,241,234)
#FCF3EF
(252,243,239)
#FCF5F4
(252,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE1C2 color. Also use rgb(252,225,194) instead hex code.

Text Font Color

.myTextColor { color: #FCE1C2; }

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

This text font color is #FCE1C2.

Background Color

.myBgColor { background-color: #FCE1C2; }

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

This div background color is #FCE1C2.

Border color

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

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

This div border color is #FCE1C2.

Opacity

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

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

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

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

This text has shadow with #FCE1C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE1C2.

Preview

Color preview on black background

This text has color #FCE1C2 on black background.


Color preview on white background

This text has color #FCE1C2 on white background.


Black color preview on #FCE1C2 background

This text has black color on #FCE1C2 background.


White color preview on #FCE1C2 background

This text has white color on #FCE1C2 background.


Related colors

Complementary color

Complementary color for #hex is #031E3D.


I love getcolorcode.com

Triadic colors

1 #C2FCE1 and #E1C2FC with #FCE1C2 are triadic colors.

2 #C2E1FC and #E1FCC2 with #FCE1C2 are triadic colors.