COLOR #FEC8BA

HEX: #FEC8BA
RGB: (254,200,186)

Color info

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

RGB color model

#FEC8BA color RGB value is (254,200,186).

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

RGB channels and saturation

R 254 of 255 = 100%
G 200 of 255 = 78%
B 186 of 255 = 73%

254
200
186

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

Portions of RGB colors in percentages

R + G + B =
254 + 200 + 186 = 640 (100%)
R 254 of 640 ~ 39.69%
G 200 of 640 ~ 31.25%
B 186 of 640 ~ 29.06%

%39.69
%31.25
%29.06

CMYK color model

#FEC8BA color CMYK value is (0,21,27,0).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 26.77%
  • key color value is 0.39%
CMYK:
(0,21,27,0)
C0M21Y27K0 
(0%,21%,27%,0%)
(0.00/0.21/0.27/0.00)	

CMYK percentages

%0
%21.26
%26.77
%0.39

Codes

Color #FEC8BA in popluar color models

FEC8BA
RGB254200186
HSL12°97.14%86.27%
HSB/HSV12°26.77%99.61%
CMYK0.00%21.26%26.77%
0.39%

Color #FEC8BA in popluar number systems.

HEXFEC8BA
Decimal254200186
Binary111111101100100010111010
Octal376310272

Shades and tints

Shades of #FEC8BA

#FEC8BA
(254,200,186)
#E7B6AA
(231,182,170)
#D0A49A
(208,164,154)
#B9928A
(185,146,138)
#A2807A
(162,128,122)
#8B6E6A
(139,110,106)
#745C5A
(116,92,90)
#5D4A4A
(93,74,74)
#46383A
(70,56,58)
#2F262A
(47,38,42)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #FEC8BA

#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)
#FEFAF6
(254,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC8BA; }

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

This text font color is #FEC8BA.


Background Color

.myBgColor { background-color: #FEC8BA; }

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

This div background color is #FEC8BA.


Border color

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

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

This div border color is #FEC8BA.


Opacity

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

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

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

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

This text has shadow with #FEC8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC8BA on black background.


Color preview on white background

This text has color #FEC8BA on white background.



Black color preview on #FEC8BA background

This text has black color on #FEC8BA background.


White color preview on #FEC8BA background

This text has white color on #FEC8BA background.