COLOR #FFE1E3

HEX: #FFE1E3
RGB: (255,225,227)

Color info

#FFE1E3 contains red, green and blue colors in about the same proportion. Web safe color of #FFE1E3 is #FFCCCC (or #FCC).

RGB color model

#FFE1E3 color RGB value is (255,225,227).

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

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 227 of 255 = 89%

255
225
227

R + G + B ~ 92%. #FFE1E3 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 227 = 707 (100%)
R 255 of 707 ~ 36.07%
G 225 of 707 ~ 31.82%
B 227 of 707 ~ 32.11%

%36.07
%31.82
%32.11

CMYK color model

#FFE1E3 color CMYK value is (0,12,11,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 10.98%
  • key color value is 0.00%
CMYK:
(0,12,11,0)
C0M12Y11K0 
(0%,12%,11%,0%)
(0.00/0.12/0.11/0.00)	

CMYK percentages

%0
%11.76
%10.98
%0

Codes

Color #FFE1E3 in popluar color models

FFE1E3
RGB255225227
HSL356°100.00%94.12%
HSB/HSV356°11.76%100.00%
CMYK0.00%11.76%10.98%
0.00%

Color #FFE1E3 in popluar number systems.

HEXFFE1E3
Decimal255225227
Binary111111111110000111100011
Octal377341343

Shades and tints

Shades of #FFE1E3

#FFE1E3
(255,225,227)
#E8CDCF
(232,205,207)
#D1B9BB
(209,185,187)
#BAA5A7
(186,165,167)
#A39193
(163,145,147)
#8C7D7F
(140,125,127)
#75696B
(117,105,107)
#5E5557
(94,85,87)
#474143
(71,65,67)
#302D2F
(48,45,47)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #FFE1E3

#FFE1E3
(255,225,227)
#FFE3E5
(255,227,229)
#FFE5E7
(255,229,231)
#FFE7E9
(255,231,233)
#FFE9EB
(255,233,235)
#FFEBED
(255,235,237)
#FFEDEF
(255,237,239)
#FFEFF1
(255,239,241)
#FFF1F3
(255,241,243)
#FFF3F5
(255,243,245)
#FFF5F7
(255,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1E3; }

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

This text font color is #FFE1E3.


Background Color

.myBgColor { background-color: #FFE1E3; }

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

This div background color is #FFE1E3.


Border color

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

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

This div border color is #FFE1E3.


Opacity

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

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

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

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

This text has shadow with #FFE1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE1E3 on black background.


Color preview on white background

This text has color #FFE1E3 on white background.



Black color preview on #FFE1E3 background

This text has black color on #FFE1E3 background.


White color preview on #FFE1E3 background

This text has white color on #FFE1E3 background.