COLOR #FCEAF7

HEX: #FCEAF7
RGB: (252,234,247)

Color info

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

RGB color model

#FCEAF7 color RGB value is (252,234,247).

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

RGB channels and saturation

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

252
234
247

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

Portions of RGB colors in percentages

R + G + B =
252 + 234 + 247 = 733 (100%)
R 252 of 733 ~ 34.38%
G 234 of 733 ~ 31.92%
B 247 of 733 ~ 33.7%

%34.38
%31.92
%33.7

CMYK color model

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

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

Codes

Color #FCEAF7 in popluar color models

FCEAF7
RGB252234247
HSL317°75.00%95.29%
HSB/HSV317°7.14%98.82%
CMYK0.00%7.14%1.98%
1.18%

Color #FCEAF7 in popluar number systems.

HEXFCEAF7
Decimal252234247
Binary111111001110101011110111
Octal374352367

Shades and tints

Shades of #FCEAF7

#FCEAF7
(252,234,247)
#E6D5E1
(230,213,225)
#D0C0CB
(208,192,203)
#BAABB5
(186,171,181)
#A4969F
(164,150,159)
#8E8189
(142,129,137)
#786C73
(120,108,115)
#62575D
(98,87,93)
#4C4247
(76,66,71)
#362D31
(54,45,49)
#20181B
(32,24,27)
#000000
(0,0,0)

Tints of #FCEAF7

#FCEAF7
(252,234,247)
#FCEBF7
(252,235,247)
#FCECF7
(252,236,247)
#FCEDF7
(252,237,247)
#FCEEF7
(252,238,247)
#FCEFF7
(252,239,247)
#FCF0F7
(252,240,247)
#FCF1F7
(252,241,247)
#FCF2F7
(252,242,247)
#FCF3F7
(252,243,247)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEAF7; }

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

This text font color is #FCEAF7.


Background Color

.myBgColor { background-color: #FCEAF7; }

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

This div background color is #FCEAF7.


Border color

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

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

This div border color is #FCEAF7.


Opacity

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

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

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

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

This text has shadow with #FCEAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEAF7 on black background.


Color preview on white background

This text has color #FCEAF7 on white background.



Black color preview on #FCEAF7 background

This text has black color on #FCEAF7 background.


White color preview on #FCEAF7 background

This text has white color on #FCEAF7 background.