COLOR #FFE3E2

HEX: #FFE3E2 RGB: (255,227,226)

Color info

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

RGB color model

#FFE3E2 color RGB value is (255,227,226).

RGB: (255,227,226) (100%, 89%, 89%)

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 226 of 255 = 89%

255
227
226

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

Portions of RGB colors in percentages

R + G + B = 255 + 227 + 226 = 708 (100%)
R 255 of 708 ~ 36.02%
G 227 of 708 ~ 32.06%
B 226 of 708 ~ 31.92'%

%36.02
%32.06
%31.92

CMYK color model

#FFE3E2 color CMYK value is (0,11,11,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 11.37%
  • key color value is 0.00%

CMYK: (0,11,11,0)
C0M11Y11K0 (0%, 11%, 11%, 0%)
(0.00 / 0.11 / 0.11 / 0.00)

CMYK percentages

%0
%10.98
%11.37
%0

Codes

Color #FFE3E2 in popluar color models

FF E3 E2
RGB 255 227 226
HSL 100.00% 94.31%
HSB/HSV 11.37% 100.00%
CMYK 0.00% 10.98% 11.37%
0.00%

Color #FFE3E2 in popluar number systems.

HEX FF E3 E2
Decimal 255 227 226
Binary 11111111 11100011 11100010
Octal 377 343 342

Shades and tints

Shades of #FFE3E2

#FFE3E2
(255,227,226)
#E8CFCE
(232,207,206)
#D1BBBA
(209,187,186)
#BAA7A6
(186,167,166)
#A39392
(163,147,146)
#8C7F7E
(140,127,126)
#756B6A
(117,107,106)
#5E5756
(94,87,86)
#474342
(71,67,66)
#302F2E
(48,47,46)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #FFE3E2

#FFE3E2
(255,227,226)
#FFE5E4
(255,229,228)
#FFE7E6
(255,231,230)
#FFE9E8
(255,233,232)
#FFEBEA
(255,235,234)
#FFEDEC
(255,237,236)
#FFEFEE
(255,239,238)
#FFF1F0
(255,241,240)
#FFF3F2
(255,243,242)
#FFF5F4
(255,245,244)
#FFF7F6
(255,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE3E2; }

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

This text font color is #FFE3E2.

Background Color

.myBgColor { background-color: #FFE3E2; }

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

This div background color is #FFE3E2.

Border color

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

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

This div border color is #FFE3E2.

Opacity

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

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

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

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

This text has shadow with #FFE3E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE3E2.

Preview

Color preview on black background

This text has color #FFE3E2 on black background.


Color preview on white background

This text has color #FFE3E2 on white background.


Black color preview on #FFE3E2 background

This text has black color on #FFE3E2 background.


White color preview on #FFE3E2 background

This text has white color on #FFE3E2 background.


Related colors

Complementary color

Complementary color for #hex is #001C1D.


I love getcolorcode.com

Triadic colors

1 #E2FFE3 and #E3E2FF with #FFE3E2 are triadic colors.

2 #E2E3FF and #E3FFE2 with #FFE3E2 are triadic colors.