COLOR #FEC3B4

HEX: #FEC3B4 RGB: (254,195,180)

Color info

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

RGB color model

#FEC3B4 color RGB value is (254,195,180).

RGB: (254,195,180) (100%, 76%, 71%)

RGB channels and saturation

R 254 of 255 = 100%
G 195 of 255 = 76%
B 180 of 255 = 71%

254
195
180

R + G + B ~ 82%. #FEC3B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 195 + 180 = 629 (100%)
R 254 of 629 ~ 40.38%
G 195 of 629 ~ 31%
B 180 of 629 ~ 28.62'%

%40.38
%31
%28.62

CMYK color model

#FEC3B4 color CMYK value is (0,23,29,0).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 29.13%
  • key color value is 0.39%

CMYK: (0,23,29,0)
C0M23Y29K0 (0%, 23%, 29%, 0%)
(0.00 / 0.23 / 0.29 / 0.00)

CMYK percentages

%0
%23.23
%29.13
%0.39

Codes

Color #FEC3B4 in popluar color models

FE C3 B4
RGB 254 195 180
HSL 12° 97.37% 85.10%
HSB/HSV 12° 29.13% 99.61%
CMYK 0.00% 23.23% 29.13%
0.39%

Color #FEC3B4 in popluar number systems.

HEX FE C3 B4
Decimal 254 195 180
Binary 11111110 11000011 10110100
Octal 376 303 264

Shades and tints

Shades of #FEC3B4

#FEC3B4
(254,195,180)
#E7B2A4
(231,178,164)
#D0A194
(208,161,148)
#B99084
(185,144,132)
#A27F74
(162,127,116)
#8B6E64
(139,110,100)
#745D54
(116,93,84)
#5D4C44
(93,76,68)
#463B34
(70,59,52)
#2F2A24
(47,42,36)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #FEC3B4

#FEC3B4
(254,195,180)
#FEC8BA
(254,200,186)
#FECDC0
(254,205,192)
#FED2C6
(254,210,198)
#FED7CC
(254,215,204)
#FEDCD2
(254,220,210)
#FEE1D8
(254,225,216)
#FEE6DE
(254,230,222)
#FEEBE4
(254,235,228)
#FEF0EA
(254,240,234)
#FEF5F0
(254,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC3B4; }

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

This text font color is #FEC3B4.

Background Color

.myBgColor { background-color: #FEC3B4; }

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

This div background color is #FEC3B4.

Border color

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

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

This div border color is #FEC3B4.

Opacity

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

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

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

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

This text has shadow with #FEC3B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC3B4.

Preview

Color preview on black background

This text has color #FEC3B4 on black background.


Color preview on white background

This text has color #FEC3B4 on white background.


Black color preview on #FEC3B4 background

This text has black color on #FEC3B4 background.


White color preview on #FEC3B4 background

This text has white color on #FEC3B4 background.


Related colors

Complementary color

Complementary color for #hex is #013C4B.


I love getcolorcode.com

Triadic colors

1 #B4FEC3 and #C3B4FE with #FEC3B4 are triadic colors.

2 #B4C3FE and #C3FEB4 with #FEC3B4 are triadic colors.