COLOR #FFE2E9

HEX: #FFE2E9
RGB: (255,226,233)

Color info

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

RGB color model

#FFE2E9 color RGB value is (255,226,233).

  • red value is 255;
  • green value is 226;
  • blue value is 233.
RGB:
(255,226,233)
(100%,89%,91%)

RGB channels and saturation

R 255 of 255 = 100%
G 226 of 255 = 89%
B 233 of 255 = 91%

255
226
233

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

Portions of RGB colors in percentages

R + G + B =
255 + 226 + 233 = 714 (100%)
R 255 of 714 ~ 35.71%
G 226 of 714 ~ 31.65%
B 233 of 714 ~ 32.63%

%35.71
%31.65
%32.63

CMYK color model

#FFE2E9 color CMYK value is (0,11,9,0).

  • cyan value is 0.00%
  • magenta value is 11.37%
  • yellow value is 8.63%
  • key color value is 0.00%
CMYK:
(0,11,9,0)
C0M11Y9K0 
(0%,11%,9%,0%)
(0.00/0.11/0.09/0.00)	

CMYK percentages

%0
%11.37
%8.63
%0

Codes

Color #FFE2E9 in popluar color models

FFE2E9
RGB255226233
HSL346°100.00%94.31%
HSB/HSV346°11.37%100.00%
CMYK0.00%11.37%8.63%
0.00%

Color #FFE2E9 in popluar number systems.

HEXFFE2E9
Decimal255226233
Binary111111111110001011101001
Octal377342351

Shades and tints

Shades of #FFE2E9

#FFE2E9
(255,226,233)
#E8CED4
(232,206,212)
#D1BABF
(209,186,191)
#BAA6AA
(186,166,170)
#A39295
(163,146,149)
#8C7E80
(140,126,128)
#756A6B
(117,106,107)
#5E5656
(94,86,86)
#474241
(71,66,65)
#302E2C
(48,46,44)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #FFE2E9

#FFE2E9
(255,226,233)
#FFE4EB
(255,228,235)
#FFE6ED
(255,230,237)
#FFE8EF
(255,232,239)
#FFEAF1
(255,234,241)
#FFECF3
(255,236,243)
#FFEEF5
(255,238,245)
#FFF0F7
(255,240,247)
#FFF2F9
(255,242,249)
#FFF4FB
(255,244,251)
#FFF6FD
(255,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE2E9 color. Also use rgb(255,226,233) instead hex code.

Text Font Color

.myTextColor { color: #FFE2E9; }

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

This text font color is #FFE2E9.


Background Color

.myBgColor { background-color: #FFE2E9; }

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

This div background color is #FFE2E9.


Border color

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

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

This div border color is #FFE2E9.


Opacity

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

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

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

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

This text has shadow with #FFE2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE2E9 on black background.


Color preview on white background

This text has color #FFE2E9 on white background.



Black color preview on #FFE2E9 background

This text has black color on #FFE2E9 background.


White color preview on #FFE2E9 background

This text has white color on #FFE2E9 background.