COLOR #FF8DE0

HEX: #FF8DE0
RGB: (255,141,224)

Color info

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

RGB color model

#FF8DE0 color RGB value is (255,141,224).

  • red value is 255;
  • green value is 141;
  • blue value is 224.
RGB:
(255,141,224)
(100%,55%,88%)

RGB channels and saturation

R 255 of 255 = 100%
G 141 of 255 = 55%
B 224 of 255 = 88%

255
141
224

R + G + B ~ 81%. #FF8DE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 141 + 224 = 620 (100%)
R 255 of 620 ~ 41.13%
G 141 of 620 ~ 22.74%
B 224 of 620 ~ 36.13%

%41.13
%22.74
%36.13

CMYK color model

#FF8DE0 color CMYK value is (0,45,12,0).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK:
(0,45,12,0)
C0M45Y12K0 
(0%,45%,12%,0%)
(0.00/0.45/0.12/0.00)	

CMYK percentages

%0
%44.71
%12.16
%0

Codes

Color #FF8DE0 in popluar color models

FF8DE0
RGB255141224
HSL316°100.00%77.65%
HSB/HSV316°44.71%100.00%
CMYK0.00%44.71%12.16%
0.00%

Color #FF8DE0 in popluar number systems.

HEXFF8DE0
Decimal255141224
Binary111111111000110111100000
Octal377215340

Shades and tints

Shades of #FF8DE0

#FF8DE0
(255,141,224)
#E881CC
(232,129,204)
#D175B8
(209,117,184)
#BA69A4
(186,105,164)
#A35D90
(163,93,144)
#8C517C
(140,81,124)
#754568
(117,69,104)
#5E3954
(94,57,84)
#472D40
(71,45,64)
#30212C
(48,33,44)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #FF8DE0

#FF8DE0
(255,141,224)
#FF97E2
(255,151,226)
#FFA1E4
(255,161,228)
#FFABE6
(255,171,230)
#FFB5E8
(255,181,232)
#FFBFEA
(255,191,234)
#FFC9EC
(255,201,236)
#FFD3EE
(255,211,238)
#FFDDF0
(255,221,240)
#FFE7F2
(255,231,242)
#FFF1F4
(255,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8DE0 color. Also use rgb(255,141,224) instead hex code.

Text Font Color

.myTextColor { color: #FF8DE0; }

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

This text font color is #FF8DE0.


Background Color

.myBgColor { background-color: #FF8DE0; }

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

This div background color is #FF8DE0.


Border color

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

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

This div border color is #FF8DE0.


Opacity

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

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

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

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

This text has shadow with #FF8DE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8DE0 on black background.


Color preview on white background

This text has color #FF8DE0 on white background.



Black color preview on #FF8DE0 background

This text has black color on #FF8DE0 background.


White color preview on #FF8DE0 background

This text has white color on #FF8DE0 background.