COLOR #FEC3D1

HEX: #FEC3D1 RGB: (254,195,209)

Color info

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

RGB color model

#FEC3D1 color RGB value is (254,195,209).

RGB: (254,195,209) (100%, 76%, 82%)

RGB channels and saturation

R 254 of 255 = 100%
G 195 of 255 = 76%
B 209 of 255 = 82%

254
195
209

R + G + B ~ 86%. #FEC3D1 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 195 + 209 = 658 (100%)
R 254 of 658 ~ 38.6%
G 195 of 658 ~ 29.64%
B 209 of 658 ~ 31.76'%

%38.6
%29.64
%31.76

CMYK color model

#FEC3D1 color CMYK value is (0,23,18,0).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 17.72%
  • key color value is 0.39%
CMYK: (0,23,18,0) C0M23Y18K0 (0%,23%,18%,0%) (0.00/0.23/0.18/0.00) 

CMYK percentages

%0
%23.23
%17.72
%0.39

Codes

Color #FEC3D1 in popluar color models

FE C3 D1
RGB 254 195 209
HSL 346° 96.72% 88.04%
HSB/HSV 346° 23.23% 99.61%
CMYK 0.00% 23.23% 17.72%
0.39%

Color #FEC3D1 in popluar number systems.

HEX FE C3 D1
Decimal 254 195 209
Binary 11111110 11000011 11010001
Octal 376 303 321

Shades and tints

Shades of #FEC3D1

#FEC3D1
(254,195,209)
#E7B2BE
(231,178,190)
#D0A1AB
(208,161,171)
#B99098
(185,144,152)
#A27F85
(162,127,133)
#8B6E72
(139,110,114)
#745D5F
(116,93,95)
#5D4C4C
(93,76,76)
#463B39
(70,59,57)
#2F2A26
(47,42,38)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #FEC3D1

#FEC3D1
(254,195,209)
#FEC8D5
(254,200,213)
#FECDD9
(254,205,217)
#FED2DD
(254,210,221)
#FED7E1
(254,215,225)
#FEDCE5
(254,220,229)
#FEE1E9
(254,225,233)
#FEE6ED
(254,230,237)
#FEEBF1
(254,235,241)
#FEF0F5
(254,240,245)
#FEF5F9
(254,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC3D1; }

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

This text font color is #FEC3D1.

Background Color

.myBgColor { background-color: #FEC3D1; }

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

This div background color is #FEC3D1.

Border color

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

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

This div border color is #FEC3D1.

Opacity

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

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

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

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

This text has shadow with #FEC3D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC3D1.

Preview

Color preview on black background

This text has color #FEC3D1 on black background.


Color preview on white background

This text has color #FEC3D1 on white background.


Black color preview on #FEC3D1 background

This text has black color on #FEC3D1 background.


White color preview on #FEC3D1 background

This text has white color on #FEC3D1 background.


Related colors

Complementary color

Complementary color for #hex is #013C2E.


I love getcolorcode.com

Triadic colors

1 #D1FEC3 and #C3D1FE with #FEC3D1 are triadic colors.

2 #D1C3FE and #C3FED1 with #FEC3D1 are triadic colors.