COLOR #FE85D0

HEX: #FE85D0
RGB: (254,133,208)

Color info

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

RGB color model

#FE85D0 color RGB value is (254,133,208).

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

RGB channels and saturation

R 254 of 255 = 100%
G 133 of 255 = 52%
B 208 of 255 = 82%

254
133
208

R + G + B ~ 78%. #FE85D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 133 + 208 = 595 (100%)
R 254 of 595 ~ 42.69%
G 133 of 595 ~ 22.35%
B 208 of 595 ~ 34.96%

%42.69
%22.35
%34.96

CMYK color model

#FE85D0 color CMYK value is (0,48,18,0).

  • cyan value is 0.00%
  • magenta value is 47.64%
  • yellow value is 18.11%
  • key color value is 0.39%
CMYK:
(0,48,18,0)
C0M48Y18K0 
(0%,48%,18%,0%)
(0.00/0.48/0.18/0.00)	

CMYK percentages

%0
%47.64
%18.11
%0.39

Codes

Color #FE85D0 in popluar color models

FE85D0
RGB254133208
HSL323°98.37%75.88%
HSB/HSV323°47.64%99.61%
CMYK0.00%47.64%18.11%
0.39%

Color #FE85D0 in popluar number systems.

HEXFE85D0
Decimal254133208
Binary111111101000010111010000
Octal376205320

Shades and tints

Shades of #FE85D0

#FE85D0
(254,133,208)
#E779BE
(231,121,190)
#D06DAC
(208,109,172)
#B9619A
(185,97,154)
#A25588
(162,85,136)
#8B4976
(139,73,118)
#743D64
(116,61,100)
#5D3152
(93,49,82)
#462540
(70,37,64)
#2F192E
(47,25,46)
#180D1C
(24,13,28)
#000000
(0,0,0)

Tints of #FE85D0

#FE85D0
(254,133,208)
#FE90D4
(254,144,212)
#FE9BD8
(254,155,216)
#FEA6DC
(254,166,220)
#FEB1E0
(254,177,224)
#FEBCE4
(254,188,228)
#FEC7E8
(254,199,232)
#FED2EC
(254,210,236)
#FEDDF0
(254,221,240)
#FEE8F4
(254,232,244)
#FEF3F8
(254,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE85D0; }

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

This text font color is #FE85D0.


Background Color

.myBgColor { background-color: #FE85D0; }

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

This div background color is #FE85D0.


Border color

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

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

This div border color is #FE85D0.


Opacity

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

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

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

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

This text has shadow with #FE85D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE85D0 on black background.


Color preview on white background

This text has color #FE85D0 on white background.



Black color preview on #FE85D0 background

This text has black color on #FE85D0 background.


White color preview on #FE85D0 background

This text has white color on #FE85D0 background.