COLOR #FE9585

HEX: #FE9585
RGB: (254,149,133)

Color info

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

RGB color model

#FE9585 color RGB value is (254,149,133).

  • red value is 254;
  • green value is 149;
  • blue value is 133.
RGB:
(254,149,133)
(100%,58%,52%)

RGB channels and saturation

R 254 of 255 = 100%
G 149 of 255 = 58%
B 133 of 255 = 52%

254
149
133

R + G + B ~ 70%. #FE9585 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 149 + 133 = 536 (100%)
R 254 of 536 ~ 47.39%
G 149 of 536 ~ 27.8%
B 133 of 536 ~ 24.81%

%47.39
%27.8
%24.81

CMYK color model

#FE9585 color CMYK value is (0,41,48,0).

  • cyan value is 0.00%
  • magenta value is 41.34%
  • yellow value is 47.64%
  • key color value is 0.39%
CMYK:
(0,41,48,0)
C0M41Y48K0 
(0%,41%,48%,0%)
(0.00/0.41/0.48/0.00)	

CMYK percentages

%0
%41.34
%47.64
%0.39

Codes

Color #FE9585 in popluar color models

FE9585
RGB254149133
HSL98.37%75.88%
HSB/HSV47.64%99.61%
CMYK0.00%41.34%47.64%
0.39%

Color #FE9585 in popluar number systems.

HEXFE9585
Decimal254149133
Binary111111101001010110000101
Octal376225205

Shades and tints

Shades of #FE9585

#FE9585
(254,149,133)
#E78879
(231,136,121)
#D07B6D
(208,123,109)
#B96E61
(185,110,97)
#A26155
(162,97,85)
#8B5449
(139,84,73)
#74473D
(116,71,61)
#5D3A31
(93,58,49)
#462D25
(70,45,37)
#2F2019
(47,32,25)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #FE9585

#FE9585
(254,149,133)
#FE9E90
(254,158,144)
#FEA79B
(254,167,155)
#FEB0A6
(254,176,166)
#FEB9B1
(254,185,177)
#FEC2BC
(254,194,188)
#FECBC7
(254,203,199)
#FED4D2
(254,212,210)
#FEDDDD
(254,221,221)
#FEE6E8
(254,230,232)
#FEEFF3
(254,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9585 color. Also use rgb(254,149,133) instead hex code.

Text Font Color

.myTextColor { color: #FE9585; }

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

This text font color is #FE9585.


Background Color

.myBgColor { background-color: #FE9585; }

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

This div background color is #FE9585.


Border color

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

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

This div border color is #FE9585.


Opacity

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

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

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

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

This text has shadow with #FE9585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE9585 on black background.


Color preview on white background

This text has color #FE9585 on white background.



Black color preview on #FE9585 background

This text has black color on #FE9585 background.


White color preview on #FE9585 background

This text has white color on #FE9585 background.