COLOR #FFE3EE

HEX: #FFE3EE
RGB: (255,227,238)

Color info

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

RGB color model

#FFE3EE color RGB value is (255,227,238).

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

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 238 of 255 = 93%

255
227
238

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

Portions of RGB colors in percentages

R + G + B =
255 + 227 + 238 = 720 (100%)
R 255 of 720 ~ 35.42%
G 227 of 720 ~ 31.53%
B 238 of 720 ~ 33.06%

%35.42
%31.53
%33.06

CMYK color model

#FFE3EE color CMYK value is (0,11,7,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(0,11,7,0)
C0M11Y7K0 
(0%,11%,7%,0%)
(0.00/0.11/0.07/0.00)	

CMYK percentages

%0
%10.98
%6.67
%0

Codes

Color #FFE3EE in popluar color models

FFE3EE
RGB255227238
HSL336°100.00%94.51%
HSB/HSV336°10.98%100.00%
CMYK0.00%10.98%6.67%
0.00%

Color #FFE3EE in popluar number systems.

HEXFFE3EE
Decimal255227238
Binary111111111110001111101110
Octal377343356

Shades and tints

Shades of #FFE3EE

#FFE3EE
(255,227,238)
#E8CFD9
(232,207,217)
#D1BBC4
(209,187,196)
#BAA7AF
(186,167,175)
#A3939A
(163,147,154)
#8C7F85
(140,127,133)
#756B70
(117,107,112)
#5E575B
(94,87,91)
#474346
(71,67,70)
#302F31
(48,47,49)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #FFE3EE

#FFE3EE
(255,227,238)
#FFE5EF
(255,229,239)
#FFE7F0
(255,231,240)
#FFE9F1
(255,233,241)
#FFEBF2
(255,235,242)
#FFEDF3
(255,237,243)
#FFEFF4
(255,239,244)
#FFF1F5
(255,241,245)
#FFF3F6
(255,243,246)
#FFF5F7
(255,245,247)
#FFF7F8
(255,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE3EE; }

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

This text font color is #FFE3EE.


Background Color

.myBgColor { background-color: #FFE3EE; }

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

This div background color is #FFE3EE.


Border color

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

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

This div border color is #FFE3EE.


Opacity

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

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

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

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

This text has shadow with #FFE3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE3EE on black background.


Color preview on white background

This text has color #FFE3EE on white background.



Black color preview on #FFE3EE background

This text has black color on #FFE3EE background.


White color preview on #FFE3EE background

This text has white color on #FFE3EE background.