COLOR #FEC1FA

HEX: #FEC1FA
RGB: (254,193,250)

Color info

#FEC1FA contains mainly red and blue colors. Web safe color of #FEC1FA is #FFCCFF (or #FCF).

RGB color model

#FEC1FA color RGB value is (254,193,250).

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

RGB channels and saturation

R 254 of 255 = 100%
G 193 of 255 = 76%
B 250 of 255 = 98%

254
193
250

R + G + B ~ 91%. #FEC1FA is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 193 + 250 = 697 (100%)
R 254 of 697 ~ 36.44%
G 193 of 697 ~ 27.69%
B 250 of 697 ~ 35.87%

%36.44
%27.69
%35.87

CMYK color model

#FEC1FA color CMYK value is (0,24,2,0).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 1.57%
  • key color value is 0.39%
CMYK:
(0,24,2,0)
C0M24Y2K0 
(0%,24%,2%,0%)
(0.00/0.24/0.02/0.00)	

CMYK percentages

%0
%24.02
%1.57
%0.39

Codes

Color #FEC1FA in popluar color models

FEC1FA
RGB254193250
HSL304°96.83%87.65%
HSB/HSV304°24.02%99.61%
CMYK0.00%24.02%1.57%
0.39%

Color #FEC1FA in popluar number systems.

HEXFEC1FA
Decimal254193250
Binary111111101100000111111010
Octal376301372

Shades and tints

Shades of #FEC1FA

#FEC1FA
(254,193,250)
#E7B0E4
(231,176,228)
#D09FCE
(208,159,206)
#B98EB8
(185,142,184)
#A27DA2
(162,125,162)
#8B6C8C
(139,108,140)
#745B76
(116,91,118)
#5D4A60
(93,74,96)
#46394A
(70,57,74)
#2F2834
(47,40,52)
#18171E
(24,23,30)
#000000
(0,0,0)

Tints of #FEC1FA

#FEC1FA
(254,193,250)
#FEC6FA
(254,198,250)
#FECBFA
(254,203,250)
#FED0FA
(254,208,250)
#FED5FA
(254,213,250)
#FEDAFA
(254,218,250)
#FEDFFA
(254,223,250)
#FEE4FA
(254,228,250)
#FEE9FA
(254,233,250)
#FEEEFA
(254,238,250)
#FEF3FA
(254,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC1FA; }

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

This text font color is #FEC1FA.


Background Color

.myBgColor { background-color: #FEC1FA; }

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

This div background color is #FEC1FA.


Border color

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

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

This div border color is #FEC1FA.


Opacity

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

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

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

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

This text has shadow with #FEC1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC1FA on black background.


Color preview on white background

This text has color #FEC1FA on white background.



Black color preview on #FEC1FA background

This text has black color on #FEC1FA background.


White color preview on #FEC1FA background

This text has white color on #FEC1FA background.