COLOR #FCE0EB

HEX: #FCE0EB RGB: (252,224,235)

Color info

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

RGB color model

#FCE0EB color RGB value is (252,224,235).

RGB: (252,224,235) (99%, 88%, 92%)

RGB channels and saturation

R 252 of 255 = 99%
G 224 of 255 = 88%
B 235 of 255 = 92%

252
224
235

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

Portions of RGB colors in percentages

R + G + B = 252 + 224 + 235 = 711 (100%)
R 252 of 711 ~ 35.44%
G 224 of 711 ~ 31.5%
B 235 of 711 ~ 33.05'%

%35.44
%31.5
%33.05

CMYK color model

#FCE0EB color CMYK value is (0,11,7,1).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 6.75%
  • key color value is 1.18%

CMYK: (0,11,7,1)
C0M11Y7K1 (0%, 11%, 7%, 1%)
(0.00 / 0.11 / 0.07 / 0.01)

CMYK percentages

%0
%11.11
%6.75
%1.18

Codes

Color #FCE0EB in popluar color models

FC E0 EB
RGB 252 224 235
HSL 336° 82.35% 93.33%
HSB/HSV 336° 11.11% 98.82%
CMYK 0.00% 11.11% 6.75%
1.18%

Color #FCE0EB in popluar number systems.

HEX FC E0 EB
Decimal 252 224 235
Binary 11111100 11100000 11101011
Octal 374 340 353

Shades and tints

Shades of #FCE0EB

#FCE0EB
(252,224,235)
#E6CCD6
(230,204,214)
#D0B8C1
(208,184,193)
#BAA4AC
(186,164,172)
#A49097
(164,144,151)
#8E7C82
(142,124,130)
#78686D
(120,104,109)
#625458
(98,84,88)
#4C4043
(76,64,67)
#362C2E
(54,44,46)
#201819
(32,24,25)
#000000
(0,0,0)

Tints of #FCE0EB

#FCE0EB
(252,224,235)
#FCE2EC
(252,226,236)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE0EB color. Also use rgb(252,224,235) instead hex code.

Text Font Color

.myTextColor { color: #FCE0EB; }

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

This text font color is #FCE0EB.

Background Color

.myBgColor { background-color: #FCE0EB; }

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

This div background color is #FCE0EB.

Border color

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

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

This div border color is #FCE0EB.

Opacity

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

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

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

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

This text has shadow with #FCE0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE0EB.

Preview

Color preview on black background

This text has color #FCE0EB on black background.


Color preview on white background

This text has color #FCE0EB on white background.


Black color preview on #FCE0EB background

This text has black color on #FCE0EB background.


White color preview on #FCE0EB background

This text has white color on #FCE0EB background.


Related colors

Complementary color

Complementary color for #hex is #031F14.


I love getcolorcode.com

Triadic colors

1 #EBFCE0 and #E0EBFC with #FCE0EB are triadic colors.

2 #EBE0FC and #E0FCEB with #FCE0EB are triadic colors.