COLOR #FCE4F9

HEX: #FCE4F9
RGB: (252,228,249)

Color info

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

RGB color model

#FCE4F9 color RGB value is (252,228,249).

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

RGB channels and saturation

R 252 of 255 = 99%
G 228 of 255 = 89%
B 249 of 255 = 98%

252
228
249

R + G + B ~ 95%. #FCE4F9 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 228 + 249 = 729 (100%)
R 252 of 729 ~ 34.57%
G 228 of 729 ~ 31.28%
B 249 of 729 ~ 34.16%

%34.57
%31.28
%34.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 1.19%
  • key color value is 1.18%
CMYK:
(0,10,1,1)
C0M10Y1K1 
(0%,10%,1%,1%)
(0.00/0.10/0.01/0.01)	

CMYK percentages

%0
%9.52
%1.19
%1.18

Codes

Color #FCE4F9 in popluar color models

FCE4F9
RGB252228249
HSL308°80.00%94.12%
HSB/HSV308°9.52%98.82%
CMYK0.00%9.52%1.19%
1.18%

Color #FCE4F9 in popluar number systems.

HEXFCE4F9
Decimal252228249
Binary111111001110010011111001
Octal374344371

Shades and tints

Shades of #FCE4F9

#FCE4F9
(252,228,249)
#E6D0E3
(230,208,227)
#D0BCCD
(208,188,205)
#BAA8B7
(186,168,183)
#A494A1
(164,148,161)
#8E808B
(142,128,139)
#786C75
(120,108,117)
#62585F
(98,88,95)
#4C4449
(76,68,73)
#363033
(54,48,51)
#201C1D
(32,28,29)
#000000
(0,0,0)

Tints of #FCE4F9

#FCE4F9
(252,228,249)
#FCE6F9
(252,230,249)
#FCE8F9
(252,232,249)
#FCEAF9
(252,234,249)
#FCECF9
(252,236,249)
#FCEEF9
(252,238,249)
#FCF0F9
(252,240,249)
#FCF2F9
(252,242,249)
#FCF4F9
(252,244,249)
#FCF6F9
(252,246,249)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE4F9; }

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

This text font color is #FCE4F9.


Background Color

.myBgColor { background-color: #FCE4F9; }

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

This div background color is #FCE4F9.


Border color

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

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

This div border color is #FCE4F9.


Opacity

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

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

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

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

This text has shadow with #FCE4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE4F9 on black background.


Color preview on white background

This text has color #FCE4F9 on white background.



Black color preview on #FCE4F9 background

This text has black color on #FCE4F9 background.


White color preview on #FCE4F9 background

This text has white color on #FCE4F9 background.