COLOR #FCEAE5

HEX: #FCEAE5 RGB: (252,234,229)

Color info

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

RGB color model

#FCEAE5 color RGB value is (252,234,229).

RGB: (252,234,229) (99%, 92%, 90%)

RGB channels and saturation

R 252 of 255 = 99%
G 234 of 255 = 92%
B 229 of 255 = 90%

252
234
229

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

Portions of RGB colors in percentages

R + G + B = 252 + 234 + 229 = 715 (100%)
R 252 of 715 ~ 35.24%
G 234 of 715 ~ 32.73%
B 229 of 715 ~ 32.03'%

%35.24
%32.73
%32.03

CMYK color model

#FCEAE5 color CMYK value is (0,7,9,1).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 9.13%
  • key color value is 1.18%
CMYK: (0,7,9,1) C0M7Y9K1 (0%,7%,9%,1%) (0.00/0.07/0.09/0.01) 

CMYK percentages

%0
%7.14
%9.13
%1.18

Codes

Color #FCEAE5 in popluar color models

FC EA E5
RGB 252 234 229
HSL 13° 79.31% 94.31%
HSB/HSV 13° 9.13% 98.82%
CMYK 0.00% 7.14% 9.13%
1.18%

Color #FCEAE5 in popluar number systems.

HEX FC EA E5
Decimal 252 234 229
Binary 11111100 11101010 11100101
Octal 374 352 345

Shades and tints

Shades of #FCEAE5

#FCEAE5
(252,234,229)
#E6D5D1
(230,213,209)
#D0C0BD
(208,192,189)
#BAABA9
(186,171,169)
#A49695
(164,150,149)
#8E8181
(142,129,129)
#786C6D
(120,108,109)
#625759
(98,87,89)
#4C4245
(76,66,69)
#362D31
(54,45,49)
#20181D
(32,24,29)
#000000
(0,0,0)

Tints of #FCEAE5

#FCEAE5
(252,234,229)
#FCEBE7
(252,235,231)
#FCECE9
(252,236,233)
#FCEDEB
(252,237,235)
#FCEEED
(252,238,237)
#FCEFEF
(252,239,239)
#FCF0F1
(252,240,241)
#FCF1F3
(252,241,243)
#FCF2F5
(252,242,245)
#FCF3F7
(252,243,247)
#FCF4F9
(252,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEAE5; }

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

This text font color is #FCEAE5.

Background Color

.myBgColor { background-color: #FCEAE5; }

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

This div background color is #FCEAE5.

Border color

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

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

This div border color is #FCEAE5.

Opacity

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

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

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

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

This text has shadow with #FCEAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEAE5.

Preview

Color preview on black background

This text has color #FCEAE5 on black background.


Color preview on white background

This text has color #FCEAE5 on white background.


Black color preview on #FCEAE5 background

This text has black color on #FCEAE5 background.


White color preview on #FCEAE5 background

This text has white color on #FCEAE5 background.


Related colors

Complementary color

Complementary color for #hex is #03151A.


I love getcolorcode.com

Triadic colors

1 #E5FCEA and #EAE5FC with #FCEAE5 are triadic colors.

2 #E5EAFC and #EAFCE5 with #FCEAE5 are triadic colors.