COLOR #FCE9E9

HEX: #FCE9E9
RGB: (252,233,233)

Color info

#FCE9E9 contains red, green and blue colors in about the same proportion. Web safe color of #FCE9E9 is #FFFFFF (or #FFF).

RGB color model

#FCE9E9 color RGB value is (252,233,233).

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

RGB channels and saturation

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

252
233
233

R + G + B ~ 94%. #FCE9E9 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 233 + 233 = 718 (100%)
R 252 of 718 ~ 35.1%
G 233 of 718 ~ 32.45%
B 233 of 718 ~ 32.45%

%35.1
%32.45
%32.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.54%
  • yellow value is 7.54%
  • key color value is 1.18%
CMYK:
(0,8,8,1)
C0M8Y8K1 
(0%,8%,8%,1%)
(0.00/0.08/0.08/0.01)	

CMYK percentages

%0
%7.54
%7.54
%1.18

Codes

Color #FCE9E9 in popluar color models

FCE9E9
RGB252233233
HSL76.00%95.10%
HSB/HSV7.54%98.82%
CMYK0.00%7.54%7.54%
1.18%

Color #FCE9E9 in popluar number systems.

HEXFCE9E9
Decimal252233233
Binary111111001110100111101001
Octal374351351

Shades and tints

Shades of #FCE9E9

#FCE9E9
(252,233,233)
#E6D4D4
(230,212,212)
#D0BFBF
(208,191,191)
#BAAAAA
(186,170,170)
#A49595
(164,149,149)
#8E8080
(142,128,128)
#786B6B
(120,107,107)
#625656
(98,86,86)
#4C4141
(76,65,65)
#362C2C
(54,44,44)
#201717
(32,23,23)
#000000
(0,0,0)

Tints of #FCE9E9

#FCE9E9
(252,233,233)
#FCEBEB
(252,235,235)
#FCEDED
(252,237,237)
#FCEFEF
(252,239,239)
#FCF1F1
(252,241,241)
#FCF3F3
(252,243,243)
#FCF5F5
(252,245,245)
#FCF7F7
(252,247,247)
#FCF9F9
(252,249,249)
#FCFBFB
(252,251,251)
#FCFDFD
(252,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE9E9; }

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

This text font color is #FCE9E9.


Background Color

.myBgColor { background-color: #FCE9E9; }

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

This div background color is #FCE9E9.


Border color

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

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

This div border color is #FCE9E9.


Opacity

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

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

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

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

This text has shadow with #FCE9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE9E9 on black background.


Color preview on white background

This text has color #FCE9E9 on white background.



Black color preview on #FCE9E9 background

This text has black color on #FCE9E9 background.


White color preview on #FCE9E9 background

This text has white color on #FCE9E9 background.