COLOR #FE5695

HEX: #FE5695
RGB: (254,86,149)

Color info

#FE5695 contains mainly red color. Web safe color of #FE5695 is #FF6699 (or #F69).

RGB color model

#FE5695 color RGB value is (254,86,149).

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

RGB channels and saturation

R 254 of 255 = 100%
G 86 of 255 = 34%
B 149 of 255 = 58%

254
86
149

R + G + B ~ 64%. #FE5695 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 86 + 149 = 489 (100%)
R 254 of 489 ~ 51.94%
G 86 of 489 ~ 17.59%
B 149 of 489 ~ 30.47%

%51.94
%17.59
%30.47

CMYK color model

#FE5695 color CMYK value is (0,66,41,0).

  • cyan value is 0.00%
  • magenta value is 66.14%
  • yellow value is 41.34%
  • key color value is 0.39%
CMYK:
(0,66,41,0)
C0M66Y41K0 
(0%,66%,41%,0%)
(0.00/0.66/0.41/0.00)	

CMYK percentages

%0
%66.14
%41.34
%0.39

Codes

Color #FE5695 in popluar color models

FE5695
RGB25486149
HSL338°98.82%66.67%
HSB/HSV338°66.14%99.61%
CMYK0.00%66.14%41.34%
0.39%

Color #FE5695 in popluar number systems.

HEXFE5695
Decimal25486149
Binary11111110101011010010101
Octal376126225

Shades and tints

Shades of #FE5695

#FE5695
(254,86,149)
#E74F88
(231,79,136)
#D0487B
(208,72,123)
#B9416E
(185,65,110)
#A23A61
(162,58,97)
#8B3354
(139,51,84)
#742C47
(116,44,71)
#5D253A
(93,37,58)
#461E2D
(70,30,45)
#2F1720
(47,23,32)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #FE5695

#FE5695
(254,86,149)
#FE659E
(254,101,158)
#FE74A7
(254,116,167)
#FE83B0
(254,131,176)
#FE92B9
(254,146,185)
#FEA1C2
(254,161,194)
#FEB0CB
(254,176,203)
#FEBFD4
(254,191,212)
#FECEDD
(254,206,221)
#FEDDE6
(254,221,230)
#FEECEF
(254,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE5695; }

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

This text font color is #FE5695.


Background Color

.myBgColor { background-color: #FE5695; }

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

This div background color is #FE5695.


Border color

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

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

This div border color is #FE5695.


Opacity

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

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

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

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

This text has shadow with #FE5695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE5695 on black background.


Color preview on white background

This text has color #FE5695 on white background.



Black color preview on #FE5695 background

This text has black color on #FE5695 background.


White color preview on #FE5695 background

This text has white color on #FE5695 background.