COLOR #FEC2FA

HEX: #FEC2FA RGB: (254,194,250)

Color info

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

RGB color model

#FEC2FA color RGB value is (254,194,250).

RGB: (254,194,250) (100%, 76%, 98%)

RGB channels and saturation

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

254
194
250

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

Portions of RGB colors in percentages

R + G + B = 254 + 194 + 250 = 698 (100%)
R 254 of 698 ~ 36.39%
G 194 of 698 ~ 27.79%
B 250 of 698 ~ 35.82'%

%36.39
%27.79
%35.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.62%
  • 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
%23.62
%1.57
%0.39

Codes

Color #FEC2FA in popluar color models

FE C2 FA
RGB 254 194 250
HSL 304° 96.77% 87.84%
HSB/HSV 304° 23.62% 99.61%
CMYK 0.00% 23.62% 1.57%
0.39%

Color #FEC2FA in popluar number systems.

HEX FE C2 FA
Decimal 254 194 250
Binary 11111110 11000010 11111010
Octal 376 302 372

Shades and tints

Shades of #FEC2FA

#FEC2FA
(254,194,250)
#E7B1E4
(231,177,228)
#D0A0CE
(208,160,206)
#B98FB8
(185,143,184)
#A27EA2
(162,126,162)
#8B6D8C
(139,109,140)
#745C76
(116,92,118)
#5D4B60
(93,75,96)
#463A4A
(70,58,74)
#2F2934
(47,41,52)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #FEC2FA

#FEC2FA
(254,194,250)
#FEC7FA
(254,199,250)
#FECCFA
(254,204,250)
#FED1FA
(254,209,250)
#FED6FA
(254,214,250)
#FEDBFA
(254,219,250)
#FEE0FA
(254,224,250)
#FEE5FA
(254,229,250)
#FEEAFA
(254,234,250)
#FEEFFA
(254,239,250)
#FEF4FA
(254,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC2FA; }

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

This text font color is #FEC2FA.

Background Color

.myBgColor { background-color: #FEC2FA; }

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

This div background color is #FEC2FA.

Border color

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

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

This div border color is #FEC2FA.

Opacity

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

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

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

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

This text has shadow with #FEC2FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC2FA.

Preview

Color preview on black background

This text has color #FEC2FA on black background.


Color preview on white background

This text has color #FEC2FA on white background.


Black color preview on #FEC2FA background

This text has black color on #FEC2FA background.


White color preview on #FEC2FA background

This text has white color on #FEC2FA background.


Related colors

Complementary color

Complementary color for #hex is #013D05.


I love getcolorcode.com

Triadic colors

1 #FAFEC2 and #C2FAFE with #FEC2FA are triadic colors.

2 #FAC2FE and #C2FEFA with #FEC2FA are triadic colors.