COLOR #FEA88C

HEX: #FEA88C
RGB: (254,168,140)

Color info

#FEA88C contains mainly red color. Web safe color of #FEA88C is #FF9999 (or #F99).

RGB color model

#FEA88C color RGB value is (254,168,140).

  • red value is 254;
  • green value is 168;
  • blue value is 140.
RGB:
(254,168,140)
(100%,66%,55%)

RGB channels and saturation

R 254 of 255 = 100%
G 168 of 255 = 66%
B 140 of 255 = 55%

254
168
140

R + G + B ~ 74%. #FEA88C is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 168 + 140 = 562 (100%)
R 254 of 562 ~ 45.2%
G 168 of 562 ~ 29.89%
B 140 of 562 ~ 24.91%

%45.2
%29.89
%24.91

CMYK color model

#FEA88C color CMYK value is (0,34,45,0).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 44.88%
  • key color value is 0.39%
CMYK:
(0,34,45,0)
C0M34Y45K0 
(0%,34%,45%,0%)
(0.00/0.34/0.45/0.00)	

CMYK percentages

%0
%33.86
%44.88
%0.39

Codes

Color #FEA88C in popluar color models

FEA88C
RGB254168140
HSL15°98.28%77.25%
HSB/HSV15°44.88%99.61%
CMYK0.00%33.86%44.88%
0.39%

Color #FEA88C in popluar number systems.

HEXFEA88C
Decimal254168140
Binary111111101010100010001100
Octal376250214

Shades and tints

Shades of #FEA88C

#FEA88C
(254,168,140)
#E79980
(231,153,128)
#D08A74
(208,138,116)
#B97B68
(185,123,104)
#A26C5C
(162,108,92)
#8B5D50
(139,93,80)
#744E44
(116,78,68)
#5D3F38
(93,63,56)
#46302C
(70,48,44)
#2F2120
(47,33,32)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #FEA88C

#FEA88C
(254,168,140)
#FEAF96
(254,175,150)
#FEB6A0
(254,182,160)
#FEBDAA
(254,189,170)
#FEC4B4
(254,196,180)
#FECBBE
(254,203,190)
#FED2C8
(254,210,200)
#FED9D2
(254,217,210)
#FEE0DC
(254,224,220)
#FEE7E6
(254,231,230)
#FEEEF0
(254,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA88C color. Also use rgb(254,168,140) instead hex code.

Text Font Color

.myTextColor { color: #FEA88C; }

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

This text font color is #FEA88C.


Background Color

.myBgColor { background-color: #FEA88C; }

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

This div background color is #FEA88C.


Border color

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

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

This div border color is #FEA88C.


Opacity

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

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

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

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

This text has shadow with #FEA88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA88C on black background.


Color preview on white background

This text has color #FEA88C on white background.



Black color preview on #FEA88C background

This text has black color on #FEA88C background.


White color preview on #FEA88C background

This text has white color on #FEA88C background.