COLOR #FCE2E2

HEX: #FCE2E2
RGB: (252,226,226)

Color info

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

RGB color model

#FCE2E2 color RGB value is (252,226,226).

  • red value is 252;
  • green value is 226;
  • blue value is 226.
RGB:
(252,226,226)
(99%,89%,89%)

RGB channels and saturation

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

252
226
226

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

Portions of RGB colors in percentages

R + G + B =
252 + 226 + 226 = 704 (100%)
R 252 of 704 ~ 35.8%
G 226 of 704 ~ 32.1%
B 226 of 704 ~ 32.1%

%35.8
%32.1
%32.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 10.32%
  • 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
%10.32
%1.18

Codes

Color #FCE2E2 in popluar color models

FCE2E2
RGB252226226
HSL81.25%93.73%
HSB/HSV10.32%98.82%
CMYK0.00%10.32%10.32%
1.18%

Color #FCE2E2 in popluar number systems.

HEXFCE2E2
Decimal252226226
Binary111111001110001011100010
Octal374342342

Shades and tints

Shades of #FCE2E2

#FCE2E2
(252,226,226)
#E6CECE
(230,206,206)
#D0BABA
(208,186,186)
#BAA6A6
(186,166,166)
#A49292
(164,146,146)
#8E7E7E
(142,126,126)
#786A6A
(120,106,106)
#625656
(98,86,86)
#4C4242
(76,66,66)
#362E2E
(54,46,46)
#201A1A
(32,26,26)
#000000
(0,0,0)

Tints of #FCE2E2

#FCE2E2
(252,226,226)
#FCE4E4
(252,228,228)
#FCE6E6
(252,230,230)
#FCE8E8
(252,232,232)
#FCEAEA
(252,234,234)
#FCECEC
(252,236,236)
#FCEEEE
(252,238,238)
#FCF0F0
(252,240,240)
#FCF2F2
(252,242,242)
#FCF4F4
(252,244,244)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE2E2; }

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

This text font color is #FCE2E2.


Background Color

.myBgColor { background-color: #FCE2E2; }

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

This div background color is #FCE2E2.


Border color

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

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

This div border color is #FCE2E2.


Opacity

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

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

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

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

This text has shadow with #FCE2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE2E2 on black background.


Color preview on white background

This text has color #FCE2E2 on white background.



Black color preview on #FCE2E2 background

This text has black color on #FCE2E2 background.


White color preview on #FCE2E2 background

This text has white color on #FCE2E2 background.