COLOR #FFE3EA

HEX: #FFE3EA
RGB: (255,227,234)

Color info

#FFE3EA contains red, green and blue colors in about the same proportion. Web safe color of #FFE3EA is #FFCCFF (or #FCF).

RGB color model

#FFE3EA color RGB value is (255,227,234).

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

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 234 of 255 = 92%

255
227
234

R + G + B ~ 94%. #FFE3EA is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 227 + 234 = 716 (100%)
R 255 of 716 ~ 35.61%
G 227 of 716 ~ 31.7%
B 234 of 716 ~ 32.68%

%35.61
%31.7
%32.68

CMYK color model

#FFE3EA color CMYK value is (0,11,8,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 8.24%
  • key color value is 0.00%
CMYK:
(0,11,8,0)
C0M11Y8K0 
(0%,11%,8%,0%)
(0.00/0.11/0.08/0.00)	

CMYK percentages

%0
%10.98
%8.24
%0

Codes

Color #FFE3EA in popluar color models

FFE3EA
RGB255227234
HSL345°100.00%94.51%
HSB/HSV345°10.98%100.00%
CMYK0.00%10.98%8.24%
0.00%

Color #FFE3EA in popluar number systems.

HEXFFE3EA
Decimal255227234
Binary111111111110001111101010
Octal377343352

Shades and tints

Shades of #FFE3EA

#FFE3EA
(255,227,234)
#E8CFD5
(232,207,213)
#D1BBC0
(209,187,192)
#BAA7AB
(186,167,171)
#A39396
(163,147,150)
#8C7F81
(140,127,129)
#756B6C
(117,107,108)
#5E5757
(94,87,87)
#474342
(71,67,66)
#302F2D
(48,47,45)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #FFE3EA

#FFE3EA
(255,227,234)
#FFE5EB
(255,229,235)
#FFE7EC
(255,231,236)
#FFE9ED
(255,233,237)
#FFEBEE
(255,235,238)
#FFEDEF
(255,237,239)
#FFEFF0
(255,239,240)
#FFF1F1
(255,241,241)
#FFF3F2
(255,243,242)
#FFF5F3
(255,245,243)
#FFF7F4
(255,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE3EA; }

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

This text font color is #FFE3EA.


Background Color

.myBgColor { background-color: #FFE3EA; }

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

This div background color is #FFE3EA.


Border color

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

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

This div border color is #FFE3EA.


Opacity

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

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

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

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

This text has shadow with #FFE3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE3EA on black background.


Color preview on white background

This text has color #FFE3EA on white background.



Black color preview on #FFE3EA background

This text has black color on #FFE3EA background.


White color preview on #FFE3EA background

This text has white color on #FFE3EA background.