COLOR #FEC4C1

HEX: #FEC4C1 RGB: (254,196,193)

Color info

#FEC4C1 contains mainly red and green colors. Web safe color of #FEC4C1 is #FFCCCC (or #FCC).

RGB color model

#FEC4C1 color RGB value is (254,196,193).

RGB: (254,196,193) (100%, 77%, 76%)

RGB channels and saturation

R 254 of 255 = 100%
G 196 of 255 = 77%
B 193 of 255 = 76%

254
196
193

R + G + B ~ 84%. #FEC4C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 196 + 193 = 643 (100%)
R 254 of 643 ~ 39.5%
G 196 of 643 ~ 30.48%
B 193 of 643 ~ 30.02'%

%39.5
%30.48
%30.02

CMYK color model

#FEC4C1 color CMYK value is (0,23,24,0).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 24.02%
  • key color value is 0.39%

CMYK: (0,23,24,0)
C0M23Y24K0 (0%, 23%, 24%, 0%)
(0.00 / 0.23 / 0.24 / 0.00)

CMYK percentages

%0
%22.83
%24.02
%0.39

Codes

Color #FEC4C1 in popluar color models

FE C4 C1
RGB 254 196 193
HSL 96.83% 87.65%
HSB/HSV 24.02% 99.61%
CMYK 0.00% 22.83% 24.02%
0.39%

Color #FEC4C1 in popluar number systems.

HEX FE C4 C1
Decimal 254 196 193
Binary 11111110 11000100 11000001
Octal 376 304 301

Shades and tints

Shades of #FEC4C1

#FEC4C1
(254,196,193)
#E7B3B0
(231,179,176)
#D0A29F
(208,162,159)
#B9918E
(185,145,142)
#A2807D
(162,128,125)
#8B6F6C
(139,111,108)
#745E5B
(116,94,91)
#5D4D4A
(93,77,74)
#463C39
(70,60,57)
#2F2B28
(47,43,40)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #FEC4C1

#FEC4C1
(254,196,193)
#FEC9C6
(254,201,198)
#FECECB
(254,206,203)
#FED3D0
(254,211,208)
#FED8D5
(254,216,213)
#FEDDDA
(254,221,218)
#FEE2DF
(254,226,223)
#FEE7E4
(254,231,228)
#FEECE9
(254,236,233)
#FEF1EE
(254,241,238)
#FEF6F3
(254,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC4C1; }

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

This text font color is #FEC4C1.

Background Color

.myBgColor { background-color: #FEC4C1; }

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

This div background color is #FEC4C1.

Border color

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

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

This div border color is #FEC4C1.

Opacity

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

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

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

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

This text has shadow with #FEC4C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC4C1.

Preview

Color preview on black background

This text has color #FEC4C1 on black background.


Color preview on white background

This text has color #FEC4C1 on white background.


Black color preview on #FEC4C1 background

This text has black color on #FEC4C1 background.


White color preview on #FEC4C1 background

This text has white color on #FEC4C1 background.


Related colors

Complementary color

Complementary color for #hex is #013B3E.


I love getcolorcode.com

Triadic colors

1 #C1FEC4 and #C4C1FE with #FEC4C1 are triadic colors.

2 #C1C4FE and #C4FEC1 with #FEC4C1 are triadic colors.