COLOR #FEC3BA

HEX: #FEC3BA
RGB: (254,195,186)

Color info

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

RGB color model

#FEC3BA color RGB value is (254,195,186).

  • red value is 254;
  • green value is 195;
  • blue value is 186.
RGB:
(254,195,186)
(100%,76%,73%)

RGB channels and saturation

R 254 of 255 = 100%
G 195 of 255 = 76%
B 186 of 255 = 73%

254
195
186

R + G + B ~ 83%. #FEC3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 195 + 186 = 635 (100%)
R 254 of 635 ~ 40%
G 195 of 635 ~ 30.71%
B 186 of 635 ~ 29.29%

%40
%30.71
%29.29

CMYK color model

#FEC3BA color CMYK value is (0,23,27,0).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 26.77%
  • key color value is 0.39%
CMYK:
(0,23,27,0)
C0M23Y27K0 
(0%,23%,27%,0%)
(0.00/0.23/0.27/0.00)	

CMYK percentages

%0
%23.23
%26.77
%0.39

Codes

Color #FEC3BA in popluar color models

FEC3BA
RGB254195186
HSL97.14%86.27%
HSB/HSV26.77%99.61%
CMYK0.00%23.23%26.77%
0.39%

Color #FEC3BA in popluar number systems.

HEXFEC3BA
Decimal254195186
Binary111111101100001110111010
Octal376303272

Shades and tints

Shades of #FEC3BA

#FEC3BA
(254,195,186)
#E7B2AA
(231,178,170)
#D0A19A
(208,161,154)
#B9908A
(185,144,138)
#A27F7A
(162,127,122)
#8B6E6A
(139,110,106)
#745D5A
(116,93,90)
#5D4C4A
(93,76,74)
#463B3A
(70,59,58)
#2F2A2A
(47,42,42)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #FEC3BA

#FEC3BA
(254,195,186)
#FEC8C0
(254,200,192)
#FECDC6
(254,205,198)
#FED2CC
(254,210,204)
#FED7D2
(254,215,210)
#FEDCD8
(254,220,216)
#FEE1DE
(254,225,222)
#FEE6E4
(254,230,228)
#FEEBEA
(254,235,234)
#FEF0F0
(254,240,240)
#FEF5F6
(254,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC3BA; }

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

This text font color is #FEC3BA.


Background Color

.myBgColor { background-color: #FEC3BA; }

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

This div background color is #FEC3BA.


Border color

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

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

This div border color is #FEC3BA.


Opacity

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

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

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

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

This text has shadow with #FEC3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC3BA on black background.


Color preview on white background

This text has color #FEC3BA on white background.



Black color preview on #FEC3BA background

This text has black color on #FEC3BA background.


White color preview on #FEC3BA background

This text has white color on #FEC3BA background.