COLOR #FF8EE3

HEX: #FF8EE3
RGB: (255,142,227)

Color info

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

RGB color model

#FF8EE3 color RGB value is (255,142,227).

  • red value is 255;
  • green value is 142;
  • blue value is 227.
RGB:
(255,142,227)
(100%,56%,89%)

RGB channels and saturation

R 255 of 255 = 100%
G 142 of 255 = 56%
B 227 of 255 = 89%

255
142
227

R + G + B ~ 82%. #FF8EE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 142 + 227 = 624 (100%)
R 255 of 624 ~ 40.87%
G 142 of 624 ~ 22.76%
B 227 of 624 ~ 36.38%

%40.87
%22.76
%36.38

CMYK color model

#FF8EE3 color CMYK value is (0,44,11,0).

  • cyan value is 0.00%
  • magenta value is 44.31%
  • yellow value is 10.98%
  • key color value is 0.00%
CMYK:
(0,44,11,0)
C0M44Y11K0 
(0%,44%,11%,0%)
(0.00/0.44/0.11/0.00)	

CMYK percentages

%0
%44.31
%10.98
%0

Codes

Color #FF8EE3 in popluar color models

FF8EE3
RGB255142227
HSL315°100.00%77.84%
HSB/HSV315°44.31%100.00%
CMYK0.00%44.31%10.98%
0.00%

Color #FF8EE3 in popluar number systems.

HEXFF8EE3
Decimal255142227
Binary111111111000111011100011
Octal377216343

Shades and tints

Shades of #FF8EE3

#FF8EE3
(255,142,227)
#E882CF
(232,130,207)
#D176BB
(209,118,187)
#BA6AA7
(186,106,167)
#A35E93
(163,94,147)
#8C527F
(140,82,127)
#75466B
(117,70,107)
#5E3A57
(94,58,87)
#472E43
(71,46,67)
#30222F
(48,34,47)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #FF8EE3

#FF8EE3
(255,142,227)
#FF98E5
(255,152,229)
#FFA2E7
(255,162,231)
#FFACE9
(255,172,233)
#FFB6EB
(255,182,235)
#FFC0ED
(255,192,237)
#FFCAEF
(255,202,239)
#FFD4F1
(255,212,241)
#FFDEF3
(255,222,243)
#FFE8F5
(255,232,245)
#FFF2F7
(255,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8EE3 color. Also use rgb(255,142,227) instead hex code.

Text Font Color

.myTextColor { color: #FF8EE3; }

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

This text font color is #FF8EE3.


Background Color

.myBgColor { background-color: #FF8EE3; }

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

This div background color is #FF8EE3.


Border color

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

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

This div border color is #FF8EE3.


Opacity

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

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

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

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

This text has shadow with #FF8EE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8EE3 on black background.


Color preview on white background

This text has color #FF8EE3 on white background.



Black color preview on #FF8EE3 background

This text has black color on #FF8EE3 background.


White color preview on #FF8EE3 background

This text has white color on #FF8EE3 background.