COLOR #FCEAE2

HEX: #FCEAE2
RGB: (252,234,226)

Color info

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

RGB color model

#FCEAE2 color RGB value is (252,234,226).

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

RGB channels and saturation

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

252
234
226

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

Portions of RGB colors in percentages

R + G + B =
252 + 234 + 226 = 712 (100%)
R 252 of 712 ~ 35.39%
G 234 of 712 ~ 32.87%
B 226 of 712 ~ 31.74%

%35.39
%32.87
%31.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 10.32%
  • key color value is 1.18%
CMYK:
(0,7,10,1)
C0M7Y10K1 
(0%,7%,10%,1%)
(0.00/0.07/0.10/0.01)	

CMYK percentages

%0
%7.14
%10.32
%1.18

Codes

Color #FCEAE2 in popluar color models

FCEAE2
RGB252234226
HSL18°81.25%93.73%
HSB/HSV18°10.32%98.82%
CMYK0.00%7.14%10.32%
1.18%

Color #FCEAE2 in popluar number systems.

HEXFCEAE2
Decimal252234226
Binary111111001110101011100010
Octal374352342

Shades and tints

Shades of #FCEAE2

#FCEAE2
(252,234,226)
#E6D5CE
(230,213,206)
#D0C0BA
(208,192,186)
#BAABA6
(186,171,166)
#A49692
(164,150,146)
#8E817E
(142,129,126)
#786C6A
(120,108,106)
#625756
(98,87,86)
#4C4242
(76,66,66)
#362D2E
(54,45,46)
#20181A
(32,24,26)
#000000
(0,0,0)

Tints of #FCEAE2

#FCEAE2
(252,234,226)
#FCEBE4
(252,235,228)
#FCECE6
(252,236,230)
#FCEDE8
(252,237,232)
#FCEEEA
(252,238,234)
#FCEFEC
(252,239,236)
#FCF0EE
(252,240,238)
#FCF1F0
(252,241,240)
#FCF2F2
(252,242,242)
#FCF3F4
(252,243,244)
#FCF4F6
(252,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEAE2; }

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

This text font color is #FCEAE2.


Background Color

.myBgColor { background-color: #FCEAE2; }

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

This div background color is #FCEAE2.


Border color

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

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

This div border color is #FCEAE2.


Opacity

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

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

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

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

This text has shadow with #FCEAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEAE2 on black background.


Color preview on white background

This text has color #FCEAE2 on white background.



Black color preview on #FCEAE2 background

This text has black color on #FCEAE2 background.


White color preview on #FCEAE2 background

This text has white color on #FCEAE2 background.