COLOR #FCE2E3

HEX: #FCE2E3 RGB: (252,226,227)

Color info

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

RGB color model

#FCE2E3 color RGB value is (252,226,227).

RGB: (252,226,227) (99%, 89%, 89%)

RGB channels and saturation

R 252 of 255 = 99%
G 226 of 255 = 89%
B 227 of 255 = 89%

252
226
227

R + G + B ~ 92%. #FCE2E3 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 226 + 227 = 705 (100%)
R 252 of 705 ~ 35.74%
G 226 of 705 ~ 32.06%
B 227 of 705 ~ 32.2'%

%35.74
%32.06
%32.2

CMYK color model

#FCE2E3 color CMYK value is (0,10,10,1).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 9.92%
  • key color value is 1.18%

CMYK: (0,10,10,1)
C0M10Y10K1 (0%, 10%, 10%, 1%)
(0.00 / 0.10 / 0.10 / 0.01)

CMYK percentages

%0
%10.32
%9.92
%1.18

Codes

Color #FCE2E3 in popluar color models

FC E2 E3
RGB 252 226 227
HSL 358° 81.25% 93.73%
HSB/HSV 358° 10.32% 98.82%
CMYK 0.00% 10.32% 9.92%
1.18%

Color #FCE2E3 in popluar number systems.

HEX FC E2 E3
Decimal 252 226 227
Binary 11111100 11100010 11100011
Octal 374 342 343

Shades and tints

Shades of #FCE2E3

#FCE2E3
(252,226,227)
#E6CECF
(230,206,207)
#D0BABB
(208,186,187)
#BAA6A7
(186,166,167)
#A49293
(164,146,147)
#8E7E7F
(142,126,127)
#786A6B
(120,106,107)
#625657
(98,86,87)
#4C4243
(76,66,67)
#362E2F
(54,46,47)
#201A1B
(32,26,27)
#000000
(0,0,0)

Tints of #FCE2E3

#FCE2E3
(252,226,227)
#FCE4E5
(252,228,229)
#FCE6E7
(252,230,231)
#FCE8E9
(252,232,233)
#FCEAEB
(252,234,235)
#FCECED
(252,236,237)
#FCEEEF
(252,238,239)
#FCF0F1
(252,240,241)
#FCF2F3
(252,242,243)
#FCF4F5
(252,244,245)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE2E3 color. Also use rgb(252,226,227) instead hex code.

Text Font Color

.myTextColor { color: #FCE2E3; }

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

This text font color is #FCE2E3.

Background Color

.myBgColor { background-color: #FCE2E3; }

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

This div background color is #FCE2E3.

Border color

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

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

This div border color is #FCE2E3.

Opacity

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

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

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

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

This text has shadow with #FCE2E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE2E3.

Preview

Color preview on black background

This text has color #FCE2E3 on black background.


Color preview on white background

This text has color #FCE2E3 on white background.


Black color preview on #FCE2E3 background

This text has black color on #FCE2E3 background.


White color preview on #FCE2E3 background

This text has white color on #FCE2E3 background.


Related colors

Complementary color

Complementary color for #hex is #031D1C.


I love getcolorcode.com

Triadic colors

1 #E3FCE2 and #E2E3FC with #FCE2E3 are triadic colors.

2 #E3E2FC and #E2FCE3 with #FCE2E3 are triadic colors.