COLOR #FEC3E5

HEX: #FEC3E5
RGB: (254,195,229)

Color info

#FEC3E5 contains red, green and blue colors in about the same proportion. Web safe color of #FEC3E5 is #FFCCCC (or #FCC).

RGB color model

#FEC3E5 color RGB value is (254,195,229).

  • red value is 254;
  • green value is 195;
  • blue value is 229.
RGB:
(254,195,229)
(100%,76%,90%)

RGB channels and saturation

R 254 of 255 = 100%
G 195 of 255 = 76%
B 229 of 255 = 90%

254
195
229

R + G + B ~ 89%. #FEC3E5 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 195 + 229 = 678 (100%)
R 254 of 678 ~ 37.46%
G 195 of 678 ~ 28.76%
B 229 of 678 ~ 33.78%

%37.46
%28.76
%33.78

CMYK color model

#FEC3E5 color CMYK value is (0,23,10,0).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 9.84%
  • key color value is 0.39%
CMYK:
(0,23,10,0)
C0M23Y10K0 
(0%,23%,10%,0%)
(0.00/0.23/0.10/0.00)	

CMYK percentages

%0
%23.23
%9.84
%0.39

Codes

Color #FEC3E5 in popluar color models

FEC3E5
RGB254195229
HSL325°96.72%88.04%
HSB/HSV325°23.23%99.61%
CMYK0.00%23.23%9.84%
0.39%

Color #FEC3E5 in popluar number systems.

HEXFEC3E5
Decimal254195229
Binary111111101100001111100101
Octal376303345

Shades and tints

Shades of #FEC3E5

#FEC3E5
(254,195,229)
#E7B2D1
(231,178,209)
#D0A1BD
(208,161,189)
#B990A9
(185,144,169)
#A27F95
(162,127,149)
#8B6E81
(139,110,129)
#745D6D
(116,93,109)
#5D4C59
(93,76,89)
#463B45
(70,59,69)
#2F2A31
(47,42,49)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #FEC3E5

#FEC3E5
(254,195,229)
#FEC8E7
(254,200,231)
#FECDE9
(254,205,233)
#FED2EB
(254,210,235)
#FED7ED
(254,215,237)
#FEDCEF
(254,220,239)
#FEE1F1
(254,225,241)
#FEE6F3
(254,230,243)
#FEEBF5
(254,235,245)
#FEF0F7
(254,240,247)
#FEF5F9
(254,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC3E5 color. Also use rgb(254,195,229) instead hex code.

Text Font Color

.myTextColor { color: #FEC3E5; }

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

This text font color is #FEC3E5.


Background Color

.myBgColor { background-color: #FEC3E5; }

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

This div background color is #FEC3E5.


Border color

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

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

This div border color is #FEC3E5.


Opacity

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

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

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

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

This text has shadow with #FEC3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC3E5 on black background.


Color preview on white background

This text has color #FEC3E5 on white background.



Black color preview on #FEC3E5 background

This text has black color on #FEC3E5 background.


White color preview on #FEC3E5 background

This text has white color on #FEC3E5 background.