COLOR #FE55B4

HEX: #FE55B4
RGB: (254,85,180)

Color info

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

RGB color model

#FE55B4 color RGB value is (254,85,180).

  • red value is 254;
  • green value is 85;
  • blue value is 180.
RGB:
(254,85,180)
(100%,33%,71%)

RGB channels and saturation

R 254 of 255 = 100%
G 85 of 255 = 33%
B 180 of 255 = 71%

254
85
180

R + G + B ~ 68%. #FE55B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 85 + 180 = 519 (100%)
R 254 of 519 ~ 48.94%
G 85 of 519 ~ 16.38%
B 180 of 519 ~ 34.68%

%48.94
%16.38
%34.68

CMYK color model

#FE55B4 color CMYK value is (0,67,29,0).

  • cyan value is 0.00%
  • magenta value is 66.54%
  • yellow value is 29.13%
  • key color value is 0.39%
CMYK:
(0,67,29,0)
C0M67Y29K0 
(0%,67%,29%,0%)
(0.00/0.67/0.29/0.00)	

CMYK percentages

%0
%66.54
%29.13
%0.39

Codes

Color #FE55B4 in popluar color models

FE55B4
RGB25485180
HSL326°98.83%66.47%
HSB/HSV326°66.54%99.61%
CMYK0.00%66.54%29.13%
0.39%

Color #FE55B4 in popluar number systems.

HEXFE55B4
Decimal25485180
Binary11111110101010110110100
Octal376125264

Shades and tints

Shades of #FE55B4

#FE55B4
(254,85,180)
#E74EA4
(231,78,164)
#D04794
(208,71,148)
#B94084
(185,64,132)
#A23974
(162,57,116)
#8B3264
(139,50,100)
#742B54
(116,43,84)
#5D2444
(93,36,68)
#461D34
(70,29,52)
#2F1624
(47,22,36)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #FE55B4

#FE55B4
(254,85,180)
#FE64BA
(254,100,186)
#FE73C0
(254,115,192)
#FE82C6
(254,130,198)
#FE91CC
(254,145,204)
#FEA0D2
(254,160,210)
#FEAFD8
(254,175,216)
#FEBEDE
(254,190,222)
#FECDE4
(254,205,228)
#FEDCEA
(254,220,234)
#FEEBF0
(254,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE55B4 color. Also use rgb(254,85,180) instead hex code.

Text Font Color

.myTextColor { color: #FE55B4; }

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

This text font color is #FE55B4.


Background Color

.myBgColor { background-color: #FE55B4; }

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

This div background color is #FE55B4.


Border color

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

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

This div border color is #FE55B4.


Opacity

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

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

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

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

This text has shadow with #FE55B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE55B4 on black background.


Color preview on white background

This text has color #FE55B4 on white background.



Black color preview on #FE55B4 background

This text has black color on #FE55B4 background.


White color preview on #FE55B4 background

This text has white color on #FE55B4 background.