COLOR #FCE4F3

HEX: #FCE4F3
RGB: (252,228,243)

Color info

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

RGB color model

#FCE4F3 color RGB value is (252,228,243).

  • red value is 252;
  • green value is 228;
  • blue value is 243.
RGB:
(252,228,243)
(99%,89%,95%)

RGB channels and saturation

R 252 of 255 = 99%
G 228 of 255 = 89%
B 243 of 255 = 95%

252
228
243

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

Portions of RGB colors in percentages

R + G + B =
252 + 228 + 243 = 723 (100%)
R 252 of 723 ~ 34.85%
G 228 of 723 ~ 31.54%
B 243 of 723 ~ 33.61%

%34.85
%31.54
%33.61

CMYK color model

#FCE4F3 color CMYK value is (0,10,4,1).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 3.57%
  • key color value is 1.18%
CMYK:
(0,10,4,1)
C0M10Y4K1 
(0%,10%,4%,1%)
(0.00/0.10/0.04/0.01)	

CMYK percentages

%0
%9.52
%3.57
%1.18

Codes

Color #FCE4F3 in popluar color models

FCE4F3
RGB252228243
HSL323°80.00%94.12%
HSB/HSV323°9.52%98.82%
CMYK0.00%9.52%3.57%
1.18%

Color #FCE4F3 in popluar number systems.

HEXFCE4F3
Decimal252228243
Binary111111001110010011110011
Octal374344363

Shades and tints

Shades of #FCE4F3

#FCE4F3
(252,228,243)
#E6D0DD
(230,208,221)
#D0BCC7
(208,188,199)
#BAA8B1
(186,168,177)
#A4949B
(164,148,155)
#8E8085
(142,128,133)
#786C6F
(120,108,111)
#625859
(98,88,89)
#4C4443
(76,68,67)
#36302D
(54,48,45)
#201C17
(32,28,23)
#000000
(0,0,0)

Tints of #FCE4F3

#FCE4F3
(252,228,243)
#FCE6F4
(252,230,244)
#FCE8F5
(252,232,245)
#FCEAF6
(252,234,246)
#FCECF7
(252,236,247)
#FCEEF8
(252,238,248)
#FCF0F9
(252,240,249)
#FCF2FA
(252,242,250)
#FCF4FB
(252,244,251)
#FCF6FC
(252,246,252)
#FCF8FD
(252,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE4F3; }

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

This text font color is #FCE4F3.


Background Color

.myBgColor { background-color: #FCE4F3; }

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

This div background color is #FCE4F3.


Border color

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

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

This div border color is #FCE4F3.


Opacity

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

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

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

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

This text has shadow with #FCE4F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE4F3 on black background.


Color preview on white background

This text has color #FCE4F3 on white background.



Black color preview on #FCE4F3 background

This text has black color on #FCE4F3 background.


White color preview on #FCE4F3 background

This text has white color on #FCE4F3 background.