COLOR #FECED5

HEX: #FECED5 RGB: (254,206,213)

Color info

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

RGB color model

#FECED5 color RGB value is (254,206,213).

RGB: (254,206,213) (100%, 81%, 84%)

RGB channels and saturation

R 254 of 255 = 100%
G 206 of 255 = 81%
B 213 of 255 = 84%

254
206
213

R + G + B ~ 88%. #FECED5 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 206 + 213 = 673 (100%)
R 254 of 673 ~ 37.74%
G 206 of 673 ~ 30.61%
B 213 of 673 ~ 31.65'%

%37.74
%30.61
%31.65

CMYK color model

#FECED5 color CMYK value is (0,19,16,0).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 16.14%
  • key color value is 0.39%

CMYK: (0,19,16,0)
C0M19Y16K0 (0%, 19%, 16%, 0%)
(0.00 / 0.19 / 0.16 / 0.00)

CMYK percentages

%0
%18.9
%16.14
%0.39

Codes

Color #FECED5 in popluar color models

FE CE D5
RGB 254 206 213
HSL 351° 96.00% 90.20%
HSB/HSV 351° 18.90% 99.61%
CMYK 0.00% 18.90% 16.14%
0.39%

Color #FECED5 in popluar number systems.

HEX FE CE D5
Decimal 254 206 213
Binary 11111110 11001110 11010101
Octal 376 316 325

Shades and tints

Shades of #FECED5

#FECED5
(254,206,213)
#E7BCC2
(231,188,194)
#D0AAAF
(208,170,175)
#B9989C
(185,152,156)
#A28689
(162,134,137)
#8B7476
(139,116,118)
#746263
(116,98,99)
#5D5050
(93,80,80)
#463E3D
(70,62,61)
#2F2C2A
(47,44,42)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #FECED5

#FECED5
(254,206,213)
#FED2D8
(254,210,216)
#FED6DB
(254,214,219)
#FEDADE
(254,218,222)
#FEDEE1
(254,222,225)
#FEE2E4
(254,226,228)
#FEE6E7
(254,230,231)
#FEEAEA
(254,234,234)
#FEEEED
(254,238,237)
#FEF2F0
(254,242,240)
#FEF6F3
(254,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FECED5 color. Also use rgb(254,206,213) instead hex code.

Text Font Color

.myTextColor { color: #FECED5; }

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

This text font color is #FECED5.

Background Color

.myBgColor { background-color: #FECED5; }

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

This div background color is #FECED5.

Border color

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

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

This div border color is #FECED5.

Opacity

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

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

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

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

This text has shadow with #FECED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECED5.

Preview

Color preview on black background

This text has color #FECED5 on black background.


Color preview on white background

This text has color #FECED5 on white background.


Black color preview on #FECED5 background

This text has black color on #FECED5 background.


White color preview on #FECED5 background

This text has white color on #FECED5 background.


Related colors

Complementary color

Complementary color for #hex is #01312A.


I love getcolorcode.com

Triadic colors

1 #D5FECE and #CED5FE with #FECED5 are triadic colors.

2 #D5CEFE and #CEFED5 with #FECED5 are triadic colors.