COLOR #FE5CB9

HEX: #FE5CB9
RGB: (254,92,185)

Color info

#FE5CB9 contains mainly red color. Web safe color of #FE5CB9 is #FF66CC (or #F6C).

RGB color model

#FE5CB9 color RGB value is (254,92,185).

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

RGB channels and saturation

R 254 of 255 = 100%
G 92 of 255 = 36%
B 185 of 255 = 73%

254
92
185

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

Portions of RGB colors in percentages

R + G + B =
254 + 92 + 185 = 531 (100%)
R 254 of 531 ~ 47.83%
G 92 of 531 ~ 17.33%
B 185 of 531 ~ 34.84%

%47.83
%17.33
%34.84

CMYK color model

#FE5CB9 color CMYK value is (0,64,27,0).

  • cyan value is 0.00%
  • magenta value is 63.78%
  • yellow value is 27.17%
  • key color value is 0.39%
CMYK:
(0,64,27,0)
C0M64Y27K0 
(0%,64%,27%,0%)
(0.00/0.64/0.27/0.00)	

CMYK percentages

%0
%63.78
%27.17
%0.39

Codes

Color #FE5CB9 in popluar color models

FE5CB9
RGB25492185
HSL326°98.78%67.84%
HSB/HSV326°63.78%99.61%
CMYK0.00%63.78%27.17%
0.39%

Color #FE5CB9 in popluar number systems.

HEXFE5CB9
Decimal25492185
Binary11111110101110010111001
Octal376134271

Shades and tints

Shades of #FE5CB9

#FE5CB9
(254,92,185)
#E754A9
(231,84,169)
#D04C99
(208,76,153)
#B94489
(185,68,137)
#A23C79
(162,60,121)
#8B3469
(139,52,105)
#742C59
(116,44,89)
#5D2449
(93,36,73)
#461C39
(70,28,57)
#2F1429
(47,20,41)
#180C19
(24,12,25)
#000000
(0,0,0)

Tints of #FE5CB9

#FE5CB9
(254,92,185)
#FE6ABF
(254,106,191)
#FE78C5
(254,120,197)
#FE86CB
(254,134,203)
#FE94D1
(254,148,209)
#FEA2D7
(254,162,215)
#FEB0DD
(254,176,221)
#FEBEE3
(254,190,227)
#FECCE9
(254,204,233)
#FEDAEF
(254,218,239)
#FEE8F5
(254,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE5CB9; }

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

This text font color is #FE5CB9.


Background Color

.myBgColor { background-color: #FE5CB9; }

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

This div background color is #FE5CB9.


Border color

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

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

This div border color is #FE5CB9.


Opacity

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

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

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

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

This text has shadow with #FE5CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE5CB9 on black background.


Color preview on white background

This text has color #FE5CB9 on white background.



Black color preview on #FE5CB9 background

This text has black color on #FE5CB9 background.


White color preview on #FE5CB9 background

This text has white color on #FE5CB9 background.