COLOR #FCE4ED

HEX: #FCE4ED RGB: (252,228,237)

Color info

#FCE4ED contains red, green and blue colors in about the same proportion. Web safe color of #FCE4ED is #FFCCFF (or #FCF).

RGB color model

#FCE4ED color RGB value is (252,228,237).

RGB: (252,228,237) (99%, 89%, 93%)

RGB channels and saturation

R 252 of 255 = 99%
G 228 of 255 = 89%
B 237 of 255 = 93%

252
228
237

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

Portions of RGB colors in percentages

R + G + B = 252 + 228 + 237 = 717 (100%)
R 252 of 717 ~ 35.15%
G 228 of 717 ~ 31.8%
B 237 of 717 ~ 33.05'%

%35.15
%31.8
%33.05

CMYK color model

#FCE4ED color CMYK value is (0,10,6,1).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 5.95%
  • key color value is 1.18%

CMYK: (0,10,6,1)
C0M10Y6K1 (0%, 10%, 6%, 1%)
(0.00 / 0.10 / 0.06 / 0.01)

CMYK percentages

%0
%9.52
%5.95
%1.18

Codes

Color #FCE4ED in popluar color models

FC E4 ED
RGB 252 228 237
HSL 338° 80.00% 94.12%
HSB/HSV 338° 9.52% 98.82%
CMYK 0.00% 9.52% 5.95%
1.18%

Color #FCE4ED in popluar number systems.

HEX FC E4 ED
Decimal 252 228 237
Binary 11111100 11100100 11101101
Octal 374 344 355

Shades and tints

Shades of #FCE4ED

#FCE4ED
(252,228,237)
#E6D0D8
(230,208,216)
#D0BCC3
(208,188,195)
#BAA8AE
(186,168,174)
#A49499
(164,148,153)
#8E8084
(142,128,132)
#786C6F
(120,108,111)
#62585A
(98,88,90)
#4C4445
(76,68,69)
#363030
(54,48,48)
#201C1B
(32,28,27)
#000000
(0,0,0)

Tints of #FCE4ED

#FCE4ED
(252,228,237)
#FCE6EE
(252,230,238)
#FCE8EF
(252,232,239)
#FCEAF0
(252,234,240)
#FCECF1
(252,236,241)
#FCEEF2
(252,238,242)
#FCF0F3
(252,240,243)
#FCF2F4
(252,242,244)
#FCF4F5
(252,244,245)
#FCF6F6
(252,246,246)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE4ED color. Also use rgb(252,228,237) instead hex code.

Text Font Color

.myTextColor { color: #FCE4ED; }

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

This text font color is #FCE4ED.

Background Color

.myBgColor { background-color: #FCE4ED; }

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

This div background color is #FCE4ED.

Border color

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

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

This div border color is #FCE4ED.

Opacity

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

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

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

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

This text has shadow with #FCE4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE4ED.

Preview

Color preview on black background

This text has color #FCE4ED on black background.


Color preview on white background

This text has color #FCE4ED on white background.


Black color preview on #FCE4ED background

This text has black color on #FCE4ED background.


White color preview on #FCE4ED background

This text has white color on #FCE4ED background.


Related colors

Complementary color

Complementary color for #hex is #031B12.


I love getcolorcode.com

Triadic colors

1 #EDFCE4 and #E4EDFC with #FCE4ED are triadic colors.

2 #EDE4FC and #E4FCED with #FCE4ED are triadic colors.