COLOR #FEC1E6

HEX: #FEC1E6
RGB: (254,193,230)

Color info

#FEC1E6 contains mainly red and blue colors. Web safe color of #FEC1E6 is #FFCCCC (or #FCC).

RGB color model

#FEC1E6 color RGB value is (254,193,230).

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

RGB channels and saturation

R 254 of 255 = 100%
G 193 of 255 = 76%
B 230 of 255 = 90%

254
193
230

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

Portions of RGB colors in percentages

R + G + B =
254 + 193 + 230 = 677 (100%)
R 254 of 677 ~ 37.52%
G 193 of 677 ~ 28.51%
B 230 of 677 ~ 33.97%

%37.52
%28.51
%33.97

CMYK color model

#FEC1E6 color CMYK value is (0,24,9,0).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 9.45%
  • key color value is 0.39%
CMYK:
(0,24,9,0)
C0M24Y9K0 
(0%,24%,9%,0%)
(0.00/0.24/0.09/0.00)	

CMYK percentages

%0
%24.02
%9.45
%0.39

Codes

Color #FEC1E6 in popluar color models

FEC1E6
RGB254193230
HSL324°96.83%87.65%
HSB/HSV324°24.02%99.61%
CMYK0.00%24.02%9.45%
0.39%

Color #FEC1E6 in popluar number systems.

HEXFEC1E6
Decimal254193230
Binary111111101100000111100110
Octal376301346

Shades and tints

Shades of #FEC1E6

#FEC1E6
(254,193,230)
#E7B0D2
(231,176,210)
#D09FBE
(208,159,190)
#B98EAA
(185,142,170)
#A27D96
(162,125,150)
#8B6C82
(139,108,130)
#745B6E
(116,91,110)
#5D4A5A
(93,74,90)
#463946
(70,57,70)
#2F2832
(47,40,50)
#18171E
(24,23,30)
#000000
(0,0,0)

Tints of #FEC1E6

#FEC1E6
(254,193,230)
#FEC6E8
(254,198,232)
#FECBEA
(254,203,234)
#FED0EC
(254,208,236)
#FED5EE
(254,213,238)
#FEDAF0
(254,218,240)
#FEDFF2
(254,223,242)
#FEE4F4
(254,228,244)
#FEE9F6
(254,233,246)
#FEEEF8
(254,238,248)
#FEF3FA
(254,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC1E6 color. Also use rgb(254,193,230) instead hex code.

Text Font Color

.myTextColor { color: #FEC1E6; }

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

This text font color is #FEC1E6.


Background Color

.myBgColor { background-color: #FEC1E6; }

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

This div background color is #FEC1E6.


Border color

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

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

This div border color is #FEC1E6.


Opacity

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

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

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

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

This text has shadow with #FEC1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC1E6 on black background.


Color preview on white background

This text has color #FEC1E6 on white background.



Black color preview on #FEC1E6 background

This text has black color on #FEC1E6 background.


White color preview on #FEC1E6 background

This text has white color on #FEC1E6 background.