COLOR #FEB9AE

HEX: #FEB9AE
RGB: (254,185,174)

Color info

#FEB9AE contains mainly red color. Web safe color of #FEB9AE is #FFCC99 (or #FC9).

RGB color model

#FEB9AE color RGB value is (254,185,174).

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

RGB channels and saturation

R 254 of 255 = 100%
G 185 of 255 = 73%
B 174 of 255 = 68%

254
185
174

R + G + B ~ 80%. #FEB9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 185 + 174 = 613 (100%)
R 254 of 613 ~ 41.44%
G 185 of 613 ~ 30.18%
B 174 of 613 ~ 28.38%

%41.44
%30.18
%28.38

CMYK color model

#FEB9AE color CMYK value is (0,27,31,0).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 31.50%
  • key color value is 0.39%
CMYK:
(0,27,31,0)
C0M27Y31K0 
(0%,27%,31%,0%)
(0.00/0.27/0.31/0.00)	

CMYK percentages

%0
%27.17
%31.5
%0.39

Codes

Color #FEB9AE in popluar color models

FEB9AE
RGB254185174
HSL97.56%83.92%
HSB/HSV31.50%99.61%
CMYK0.00%27.17%31.50%
0.39%

Color #FEB9AE in popluar number systems.

HEXFEB9AE
Decimal254185174
Binary111111101011100110101110
Octal376271256

Shades and tints

Shades of #FEB9AE

#FEB9AE
(254,185,174)
#E7A99F
(231,169,159)
#D09990
(208,153,144)
#B98981
(185,137,129)
#A27972
(162,121,114)
#8B6963
(139,105,99)
#745954
(116,89,84)
#5D4945
(93,73,69)
#463936
(70,57,54)
#2F2927
(47,41,39)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #FEB9AE

#FEB9AE
(254,185,174)
#FEBFB5
(254,191,181)
#FEC5BC
(254,197,188)
#FECBC3
(254,203,195)
#FED1CA
(254,209,202)
#FED7D1
(254,215,209)
#FEDDD8
(254,221,216)
#FEE3DF
(254,227,223)
#FEE9E6
(254,233,230)
#FEEFED
(254,239,237)
#FEF5F4
(254,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEB9AE; }

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

This text font color is #FEB9AE.


Background Color

.myBgColor { background-color: #FEB9AE; }

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

This div background color is #FEB9AE.


Border color

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

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

This div border color is #FEB9AE.


Opacity

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

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

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

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

This text has shadow with #FEB9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEB9AE on black background.


Color preview on white background

This text has color #FEB9AE on white background.



Black color preview on #FEB9AE background

This text has black color on #FEB9AE background.


White color preview on #FEB9AE background

This text has white color on #FEB9AE background.