COLOR #FCEAE1

HEX: #FCEAE1
RGB: (252,234,225)

Color info

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

RGB color model

#FCEAE1 color RGB value is (252,234,225).

  • red value is 252;
  • green value is 234;
  • blue value is 225.
RGB:
(252,234,225)
(99%,92%,88%)

RGB channels and saturation

R 252 of 255 = 99%
G 234 of 255 = 92%
B 225 of 255 = 88%

252
234
225

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

Portions of RGB colors in percentages

R + G + B =
252 + 234 + 225 = 711 (100%)
R 252 of 711 ~ 35.44%
G 234 of 711 ~ 32.91%
B 225 of 711 ~ 31.65%

%35.44
%32.91
%31.65

CMYK color model

#FCEAE1 color CMYK value is (0,7,11,1).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 10.71%
  • key color value is 1.18%
CMYK:
(0,7,11,1)
C0M7Y11K1 
(0%,7%,11%,1%)
(0.00/0.07/0.11/0.01)	

CMYK percentages

%0
%7.14
%10.71
%1.18

Codes

Color #FCEAE1 in popluar color models

FCEAE1
RGB252234225
HSL20°81.82%93.53%
HSB/HSV20°10.71%98.82%
CMYK0.00%7.14%10.71%
1.18%

Color #FCEAE1 in popluar number systems.

HEXFCEAE1
Decimal252234225
Binary111111001110101011100001
Octal374352341

Shades and tints

Shades of #FCEAE1

#FCEAE1
(252,234,225)
#E6D5CD
(230,213,205)
#D0C0B9
(208,192,185)
#BAABA5
(186,171,165)
#A49691
(164,150,145)
#8E817D
(142,129,125)
#786C69
(120,108,105)
#625755
(98,87,85)
#4C4241
(76,66,65)
#362D2D
(54,45,45)
#201819
(32,24,25)
#000000
(0,0,0)

Tints of #FCEAE1

#FCEAE1
(252,234,225)
#FCEBE3
(252,235,227)
#FCECE5
(252,236,229)
#FCEDE7
(252,237,231)
#FCEEE9
(252,238,233)
#FCEFEB
(252,239,235)
#FCF0ED
(252,240,237)
#FCF1EF
(252,241,239)
#FCF2F1
(252,242,241)
#FCF3F3
(252,243,243)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEAE1; }

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

This text font color is #FCEAE1.


Background Color

.myBgColor { background-color: #FCEAE1; }

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

This div background color is #FCEAE1.


Border color

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

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

This div border color is #FCEAE1.


Opacity

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

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

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

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

This text has shadow with #FCEAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEAE1 on black background.


Color preview on white background

This text has color #FCEAE1 on white background.



Black color preview on #FCEAE1 background

This text has black color on #FCEAE1 background.


White color preview on #FCEAE1 background

This text has white color on #FCEAE1 background.