COLOR #FCEAE6

HEX: #FCEAE6
RGB: (252,234,230)

Color info

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

RGB color model

#FCEAE6 color RGB value is (252,234,230).

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

RGB channels and saturation

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

252
234
230

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

Portions of RGB colors in percentages

R + G + B =
252 + 234 + 230 = 716 (100%)
R 252 of 716 ~ 35.2%
G 234 of 716 ~ 32.68%
B 230 of 716 ~ 32.12%

%35.2
%32.68
%32.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 8.73%
  • 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
%8.73
%1.18

Codes

Color #FCEAE6 in popluar color models

FCEAE6
RGB252234230
HSL11°78.57%94.51%
HSB/HSV11°8.73%98.82%
CMYK0.00%7.14%8.73%
1.18%

Color #FCEAE6 in popluar number systems.

HEXFCEAE6
Decimal252234230
Binary111111001110101011100110
Octal374352346

Shades and tints

Shades of #FCEAE6

#FCEAE6
(252,234,230)
#E6D5D2
(230,213,210)
#D0C0BE
(208,192,190)
#BAABAA
(186,171,170)
#A49696
(164,150,150)
#8E8182
(142,129,130)
#786C6E
(120,108,110)
#62575A
(98,87,90)
#4C4246
(76,66,70)
#362D32
(54,45,50)
#20181E
(32,24,30)
#000000
(0,0,0)

Tints of #FCEAE6

#FCEAE6
(252,234,230)
#FCEBE8
(252,235,232)
#FCECEA
(252,236,234)
#FCEDEC
(252,237,236)
#FCEEEE
(252,238,238)
#FCEFF0
(252,239,240)
#FCF0F2
(252,240,242)
#FCF1F4
(252,241,244)
#FCF2F6
(252,242,246)
#FCF3F8
(252,243,248)
#FCF4FA
(252,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEAE6; }

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

This text font color is #FCEAE6.


Background Color

.myBgColor { background-color: #FCEAE6; }

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

This div background color is #FCEAE6.


Border color

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

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

This div border color is #FCEAE6.


Opacity

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

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

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

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

This text has shadow with #FCEAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEAE6 on black background.


Color preview on white background

This text has color #FCEAE6 on white background.



Black color preview on #FCEAE6 background

This text has black color on #FCEAE6 background.


White color preview on #FCEAE6 background

This text has white color on #FCEAE6 background.