COLOR #FEC6EA

HEX: #FEC6EA RGB: (254,198,234)

Color info

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

RGB color model

#FEC6EA color RGB value is (254,198,234).

RGB: (254,198,234) (100%, 78%, 92%)

RGB channels and saturation

R 254 of 255 = 100%
G 198 of 255 = 78%
B 234 of 255 = 92%

254
198
234

R + G + B ~ 90%. #FEC6EA is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 198 + 234 = 686 (100%)
R 254 of 686 ~ 37.03%
G 198 of 686 ~ 28.86%
B 234 of 686 ~ 34.11'%

%37.03
%28.86
%34.11

CMYK color model

#FEC6EA color CMYK value is (0,22,8,0).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 7.87%
  • key color value is 0.39%

CMYK: (0,22,8,0)
C0M22Y8K0 (0%, 22%, 8%, 0%)
(0.00 / 0.22 / 0.08 / 0.00)

CMYK percentages

%0
%22.05
%7.87
%0.39

Codes

Color #FEC6EA in popluar color models

FE C6 EA
RGB 254 198 234
HSL 321° 96.55% 88.63%
HSB/HSV 321° 22.05% 99.61%
CMYK 0.00% 22.05% 7.87%
0.39%

Color #FEC6EA in popluar number systems.

HEX FE C6 EA
Decimal 254 198 234
Binary 11111110 11000110 11101010
Octal 376 306 352

Shades and tints

Shades of #FEC6EA

#FEC6EA
(254,198,234)
#E7B4D5
(231,180,213)
#D0A2C0
(208,162,192)
#B990AB
(185,144,171)
#A27E96
(162,126,150)
#8B6C81
(139,108,129)
#745A6C
(116,90,108)
#5D4857
(93,72,87)
#463642
(70,54,66)
#2F242D
(47,36,45)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #FEC6EA

#FEC6EA
(254,198,234)
#FECBEB
(254,203,235)
#FED0EC
(254,208,236)
#FED5ED
(254,213,237)
#FEDAEE
(254,218,238)
#FEDFEF
(254,223,239)
#FEE4F0
(254,228,240)
#FEE9F1
(254,233,241)
#FEEEF2
(254,238,242)
#FEF3F3
(254,243,243)
#FEF8F4
(254,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC6EA color. Also use rgb(254,198,234) instead hex code.

Text Font Color

.myTextColor { color: #FEC6EA; }

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

This text font color is #FEC6EA.

Background Color

.myBgColor { background-color: #FEC6EA; }

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

This div background color is #FEC6EA.

Border color

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

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

This div border color is #FEC6EA.

Opacity

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

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

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

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

This text has shadow with #FEC6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC6EA.

Preview

Color preview on black background

This text has color #FEC6EA on black background.


Color preview on white background

This text has color #FEC6EA on white background.


Black color preview on #FEC6EA background

This text has black color on #FEC6EA background.


White color preview on #FEC6EA background

This text has white color on #FEC6EA background.


Related colors

Complementary color

Complementary color for #hex is #013915.


I love getcolorcode.com

Triadic colors

1 #EAFEC6 and #C6EAFE with #FEC6EA are triadic colors.

2 #EAC6FE and #C6FEEA with #FEC6EA are triadic colors.