COLOR #FE83C5

HEX: #FE83C5 RGB: (254,131,197)

Color info

#FE83C5 contains mainly red and blue colors. Web safe color of #FE83C5 is #FF99CC (or #F9C).

RGB color model

#FE83C5 color RGB value is (254,131,197).

RGB: (254,131,197) (100%, 51%, 77%)

RGB channels and saturation

R 254 of 255 = 100%
G 131 of 255 = 51%
B 197 of 255 = 77%

254
131
197

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

Portions of RGB colors in percentages

R + G + B = 254 + 131 + 197 = 582 (100%)
R 254 of 582 ~ 43.64%
G 131 of 582 ~ 22.51%
B 197 of 582 ~ 33.85'%

%43.64
%22.51
%33.85

CMYK color model

#FE83C5 color CMYK value is (0,48,22,0).

  • cyan value is 0.00%
  • magenta value is 48.43%
  • yellow value is 22.44%
  • key color value is 0.39%

CMYK: (0,48,22,0)
C0M48Y22K0 (0%, 48%, 22%, 0%)
(0.00 / 0.48 / 0.22 / 0.00)

CMYK percentages

%0
%48.43
%22.44
%0.39

Codes

Color #FE83C5 in popluar color models

FE 83 C5
RGB 254 131 197
HSL 328° 98.40% 75.49%
HSB/HSV 328° 48.43% 99.61%
CMYK 0.00% 48.43% 22.44%
0.39%

Color #FE83C5 in popluar number systems.

HEX FE 83 C5
Decimal 254 131 197
Binary 11111110 10000011 11000101
Octal 376 203 305

Shades and tints

Shades of #FE83C5

#FE83C5
(254,131,197)
#E778B4
(231,120,180)
#D06DA3
(208,109,163)
#B96292
(185,98,146)
#A25781
(162,87,129)
#8B4C70
(139,76,112)
#74415F
(116,65,95)
#5D364E
(93,54,78)
#462B3D
(70,43,61)
#2F202C
(47,32,44)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #FE83C5

#FE83C5
(254,131,197)
#FE8ECA
(254,142,202)
#FE99CF
(254,153,207)
#FEA4D4
(254,164,212)
#FEAFD9
(254,175,217)
#FEBADE
(254,186,222)
#FEC5E3
(254,197,227)
#FED0E8
(254,208,232)
#FEDBED
(254,219,237)
#FEE6F2
(254,230,242)
#FEF1F7
(254,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE83C5 color. Also use rgb(254,131,197) instead hex code.

Text Font Color

.myTextColor { color: #FE83C5; }

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

This text font color is #FE83C5.

Background Color

.myBgColor { background-color: #FE83C5; }

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

This div background color is #FE83C5.

Border color

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

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

This div border color is #FE83C5.

Opacity

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

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

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

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

This text has shadow with #FE83C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE83C5.

Preview

Color preview on black background

This text has color #FE83C5 on black background.


Color preview on white background

This text has color #FE83C5 on white background.


Black color preview on #FE83C5 background

This text has black color on #FE83C5 background.


White color preview on #FE83C5 background

This text has white color on #FE83C5 background.


Related colors

Complementary color

Complementary color for #hex is #017C3A.


I love getcolorcode.com

Triadic colors

1 #C5FE83 and #83C5FE with #FE83C5 are triadic colors.

2 #C583FE and #83FEC5 with #FE83C5 are triadic colors.