COLOR #FCE0F2

HEX: #FCE0F2
RGB: (252,224,242)

Color info

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

RGB color model

#FCE0F2 color RGB value is (252,224,242).

  • red value is 252;
  • green value is 224;
  • blue value is 242.
RGB: (252,224,242) (99%,88%,95%)

RGB channels and saturation

R 252 of 255 = 99%
G 224 of 255 = 88%
B 242 of 255 = 95%

252
224
242

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

Portions of RGB colors in percentages

R + G + B =
252 + 224 + 242 = 718 (100%)
R 252 of 718 ~ 35.1%
G 224 of 718 ~ 31.2%
B 242 of 718 ~ 33.7%

%35.1
%31.2
%33.7

CMYK color model

#FCE0F2 color CMYK value is (0,11,4,1).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 3.97%
  • key color value is 1.18%
CMYK: (0,11,4,1) C0M11Y4K1 (0%,11%,4%,1%) (0.00/0.11/0.04/0.01)

CMYK percentages

%0
%11.11
%3.97
%1.18

Codes

Color #FCE0F2 in popluar color models

FCE0F2
RGB252224242
HSL321°82.35%93.33%
HSB/HSV321°11.11%98.82%
CMYK0.00%11.11%3.97%
1.18%

Color #FCE0F2 in popluar number systems.

HEXFCE0F2
Decimal252224242
Binary111111001110000011110010
Octal374340362

Shades and tints

Shades of #FCE0F2

#FCE0F2
(252,224,242)
#E6CCDC
(230,204,220)
#D0B8C6
(208,184,198)
#BAA4B0
(186,164,176)
#A4909A
(164,144,154)
#8E7C84
(142,124,132)
#78686E
(120,104,110)
#625458
(98,84,88)
#4C4042
(76,64,66)
#362C2C
(54,44,44)
#201816
(32,24,22)
#000000
(0,0,0)

Tints of #FCE0F2

#FCE0F2
(252,224,242)
#FCE2F3
(252,226,243)
#FCE4F4
(252,228,244)
#FCE6F5
(252,230,245)
#FCE8F6
(252,232,246)
#FCEAF7
(252,234,247)
#FCECF8
(252,236,248)
#FCEEF9
(252,238,249)
#FCF0FA
(252,240,250)
#FCF2FB
(252,242,251)
#FCF4FC
(252,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE0F2; }

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

This text font color is #FCE0F2.


Background Color

.myBgColor { background-color: #FCE0F2; }

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

This div background color is #FCE0F2.


Border color

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

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

This div border color is #FCE0F2.


Opacity

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

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

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

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

This text has shadow with #FCE0F2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FCE0F2 on black background.


Color preview on white background

This text has color #FCE0F2 on white background.



Black color preview on #FCE0F2 background

This text has black color on #FCE0F2 background.


White color preview on #FCE0F2 background

This text has white color on #FCE0F2 background.