COLOR #FEAE99

HEX: #FEAE99
RGB: (254,174,153)

Color info

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

RGB color model

#FEAE99 color RGB value is (254,174,153).

  • red value is 254;
  • green value is 174;
  • blue value is 153.
RGB:
(254,174,153)
(100%,68%,60%)

RGB channels and saturation

R 254 of 255 = 100%
G 174 of 255 = 68%
B 153 of 255 = 60%

254
174
153

R + G + B ~ 76%. #FEAE99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 174 + 153 = 581 (100%)
R 254 of 581 ~ 43.72%
G 174 of 581 ~ 29.95%
B 153 of 581 ~ 26.33%

%43.72
%29.95
%26.33

CMYK color model

#FEAE99 color CMYK value is (0,31,40,0).

  • cyan value is 0.00%
  • magenta value is 31.50%
  • yellow value is 39.76%
  • key color value is 0.39%
CMYK:
(0,31,40,0)
C0M31Y40K0 
(0%,31%,40%,0%)
(0.00/0.31/0.40/0.00)	

CMYK percentages

%0
%31.5
%39.76
%0.39

Codes

Color #FEAE99 in popluar color models

FEAE99
RGB254174153
HSL12°98.06%79.80%
HSB/HSV12°39.76%99.61%
CMYK0.00%31.50%39.76%
0.39%

Color #FEAE99 in popluar number systems.

HEXFEAE99
Decimal254174153
Binary111111101010111010011001
Octal376256231

Shades and tints

Shades of #FEAE99

#FEAE99
(254,174,153)
#E79F8C
(231,159,140)
#D0907F
(208,144,127)
#B98172
(185,129,114)
#A27265
(162,114,101)
#8B6358
(139,99,88)
#74544B
(116,84,75)
#5D453E
(93,69,62)
#463631
(70,54,49)
#2F2724
(47,39,36)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #FEAE99

#FEAE99
(254,174,153)
#FEB5A2
(254,181,162)
#FEBCAB
(254,188,171)
#FEC3B4
(254,195,180)
#FECABD
(254,202,189)
#FED1C6
(254,209,198)
#FED8CF
(254,216,207)
#FEDFD8
(254,223,216)
#FEE6E1
(254,230,225)
#FEEDEA
(254,237,234)
#FEF4F3
(254,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEAE99 color. Also use rgb(254,174,153) instead hex code.

Text Font Color

.myTextColor { color: #FEAE99; }

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

This text font color is #FEAE99.


Background Color

.myBgColor { background-color: #FEAE99; }

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

This div background color is #FEAE99.


Border color

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

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

This div border color is #FEAE99.


Opacity

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

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

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

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

This text has shadow with #FEAE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEAE99 on black background.


Color preview on white background

This text has color #FEAE99 on white background.



Black color preview on #FEAE99 background

This text has black color on #FEAE99 background.


White color preview on #FEAE99 background

This text has white color on #FEAE99 background.