COLOR #FCE8E2

HEX: #FCE8E2
RGB: (252,232,226)

Color info

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

RGB color model

#FCE8E2 color RGB value is (252,232,226).

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

RGB channels and saturation

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

252
232
226

R + G + B ~ 93%. #FCE8E2 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 232 + 226 = 710 (100%)
R 252 of 710 ~ 35.49%
G 232 of 710 ~ 32.68%
B 226 of 710 ~ 31.83%

%35.49
%32.68
%31.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 10.32%
  • key color value is 1.18%
CMYK:
(0,8,10,1)
C0M8Y10K1 
(0%,8%,10%,1%)
(0.00/0.08/0.10/0.01)	

CMYK percentages

%0
%7.94
%10.32
%1.18

Codes

Color #FCE8E2 in popluar color models

FCE8E2
RGB252232226
HSL14°81.25%93.73%
HSB/HSV14°10.32%98.82%
CMYK0.00%7.94%10.32%
1.18%

Color #FCE8E2 in popluar number systems.

HEXFCE8E2
Decimal252232226
Binary111111001110100011100010
Octal374350342

Shades and tints

Shades of #FCE8E2

#FCE8E2
(252,232,226)
#E6D3CE
(230,211,206)
#D0BEBA
(208,190,186)
#BAA9A6
(186,169,166)
#A49492
(164,148,146)
#8E7F7E
(142,127,126)
#786A6A
(120,106,106)
#625556
(98,85,86)
#4C4042
(76,64,66)
#362B2E
(54,43,46)
#20161A
(32,22,26)
#000000
(0,0,0)

Tints of #FCE8E2

#FCE8E2
(252,232,226)
#FCEAE4
(252,234,228)
#FCECE6
(252,236,230)
#FCEEE8
(252,238,232)
#FCF0EA
(252,240,234)
#FCF2EC
(252,242,236)
#FCF4EE
(252,244,238)
#FCF6F0
(252,246,240)
#FCF8F2
(252,248,242)
#FCFAF4
(252,250,244)
#FCFCF6
(252,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE8E2; }

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

This text font color is #FCE8E2.


Background Color

.myBgColor { background-color: #FCE8E2; }

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

This div background color is #FCE8E2.


Border color

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

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

This div border color is #FCE8E2.


Opacity

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

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

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

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

This text has shadow with #FCE8E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE8E2 on black background.


Color preview on white background

This text has color #FCE8E2 on white background.



Black color preview on #FCE8E2 background

This text has black color on #FCE8E2 background.


White color preview on #FCE8E2 background

This text has white color on #FCE8E2 background.