COLOR #FCEAF8

HEX: #FCEAF8
RGB: (252,234,248)

Color info

#FCEAF8 contains red, green and blue colors in about the same proportion. Web safe color of #FCEAF8 is #FFFFFF (or #FFF).

RGB color model

#FCEAF8 color RGB value is (252,234,248).

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

RGB channels and saturation

R 252 of 255 = 99%
G 234 of 255 = 92%
B 248 of 255 = 97%

252
234
248

R + G + B ~ 96%. #FCEAF8 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 234 + 248 = 734 (100%)
R 252 of 734 ~ 34.33%
G 234 of 734 ~ 31.88%
B 248 of 734 ~ 33.79%

%34.33
%31.88
%33.79

CMYK color model

#FCEAF8 color CMYK value is (0,7,2,1).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 1.59%
  • key color value is 1.18%
CMYK:
(0,7,2,1)
C0M7Y2K1 
(0%,7%,2%,1%)
(0.00/0.07/0.02/0.01)	

CMYK percentages

%0
%7.14
%1.59
%1.18

Codes

Color #FCEAF8 in popluar color models

FCEAF8
RGB252234248
HSL313°75.00%95.29%
HSB/HSV313°7.14%98.82%
CMYK0.00%7.14%1.59%
1.18%

Color #FCEAF8 in popluar number systems.

HEXFCEAF8
Decimal252234248
Binary111111001110101011111000
Octal374352370

Shades and tints

Shades of #FCEAF8

#FCEAF8
(252,234,248)
#E6D5E2
(230,213,226)
#D0C0CC
(208,192,204)
#BAABB6
(186,171,182)
#A496A0
(164,150,160)
#8E818A
(142,129,138)
#786C74
(120,108,116)
#62575E
(98,87,94)
#4C4248
(76,66,72)
#362D32
(54,45,50)
#20181C
(32,24,28)
#000000
(0,0,0)

Tints of #FCEAF8

#FCEAF8
(252,234,248)
#FCEBF8
(252,235,248)
#FCECF8
(252,236,248)
#FCEDF8
(252,237,248)
#FCEEF8
(252,238,248)
#FCEFF8
(252,239,248)
#FCF0F8
(252,240,248)
#FCF1F8
(252,241,248)
#FCF2F8
(252,242,248)
#FCF3F8
(252,243,248)
#FCF4F8
(252,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEAF8; }

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

This text font color is #FCEAF8.


Background Color

.myBgColor { background-color: #FCEAF8; }

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

This div background color is #FCEAF8.


Border color

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

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

This div border color is #FCEAF8.


Opacity

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

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

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

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

This text has shadow with #FCEAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEAF8 on black background.


Color preview on white background

This text has color #FCEAF8 on white background.



Black color preview on #FCEAF8 background

This text has black color on #FCEAF8 background.


White color preview on #FCEAF8 background

This text has white color on #FCEAF8 background.