COLOR #FFE1EA

HEX: #FFE1EA RGB: (255,225,234)

Color info

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

RGB color model

#FFE1EA color RGB value is (255,225,234).

RGB: (255,225,234) (100%, 88%, 92%)

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 234 of 255 = 92%

255
225
234

R + G + B ~ 93%. #FFE1EA is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 225 + 234 = 714 (100%)
R 255 of 714 ~ 35.71%
G 225 of 714 ~ 31.51%
B 234 of 714 ~ 32.77'%

%35.71
%31.51
%32.77

CMYK color model

#FFE1EA color CMYK value is (0,12,8,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 8.24%
  • key color value is 0.00%

CMYK: (0,12,8,0)
C0M12Y8K0 (0%, 12%, 8%, 0%)
(0.00 / 0.12 / 0.08 / 0.00)

CMYK percentages

%0
%11.76
%8.24
%0

Codes

Color #FFE1EA in popluar color models

FF E1 EA
RGB 255 225 234
HSL 342° 100.00% 94.12%
HSB/HSV 342° 11.76% 100.00%
CMYK 0.00% 11.76% 8.24%
0.00%

Color #FFE1EA in popluar number systems.

HEX FF E1 EA
Decimal 255 225 234
Binary 11111111 11100001 11101010
Octal 377 341 352

Shades and tints

Shades of #FFE1EA

#FFE1EA
(255,225,234)
#E8CDD5
(232,205,213)
#D1B9C0
(209,185,192)
#BAA5AB
(186,165,171)
#A39196
(163,145,150)
#8C7D81
(140,125,129)
#75696C
(117,105,108)
#5E5557
(94,85,87)
#474142
(71,65,66)
#302D2D
(48,45,45)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #FFE1EA

#FFE1EA
(255,225,234)
#FFE3EB
(255,227,235)
#FFE5EC
(255,229,236)
#FFE7ED
(255,231,237)
#FFE9EE
(255,233,238)
#FFEBEF
(255,235,239)
#FFEDF0
(255,237,240)
#FFEFF1
(255,239,241)
#FFF1F2
(255,241,242)
#FFF3F3
(255,243,243)
#FFF5F4
(255,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1EA; }

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

This text font color is #FFE1EA.

Background Color

.myBgColor { background-color: #FFE1EA; }

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

This div background color is #FFE1EA.

Border color

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

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

This div border color is #FFE1EA.

Opacity

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

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

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

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

This text has shadow with #FFE1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE1EA.

Preview

Color preview on black background

This text has color #FFE1EA on black background.


Color preview on white background

This text has color #FFE1EA on white background.


Black color preview on #FFE1EA background

This text has black color on #FFE1EA background.


White color preview on #FFE1EA background

This text has white color on #FFE1EA background.


Related colors

Complementary color

Complementary color for #hex is #001E15.


I love getcolorcode.com

Triadic colors

1 #EAFFE1 and #E1EAFF with #FFE1EA are triadic colors.

2 #EAE1FF and #E1FFEA with #FFE1EA are triadic colors.