COLOR #FFE3EF

HEX: #FFE3EF
RGB: (255,227,239)

Color info

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

RGB color model

#FFE3EF color RGB value is (255,227,239).

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

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 239 of 255 = 94%

255
227
239

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

Portions of RGB colors in percentages

R + G + B =
255 + 227 + 239 = 721 (100%)
R 255 of 721 ~ 35.37%
G 227 of 721 ~ 31.48%
B 239 of 721 ~ 33.15%

%35.37
%31.48
%33.15

CMYK color model

#FFE3EF color CMYK value is (0,11,6,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 6.27%
  • key color value is 0.00%
CMYK:
(0,11,6,0)
C0M11Y6K0 
(0%,11%,6%,0%)
(0.00/0.11/0.06/0.00)	

CMYK percentages

%0
%10.98
%6.27
%0

Codes

Color #FFE3EF in popluar color models

FFE3EF
RGB255227239
HSL334°100.00%94.51%
HSB/HSV334°10.98%100.00%
CMYK0.00%10.98%6.27%
0.00%

Color #FFE3EF in popluar number systems.

HEXFFE3EF
Decimal255227239
Binary111111111110001111101111
Octal377343357

Shades and tints

Shades of #FFE3EF

#FFE3EF
(255,227,239)
#E8CFDA
(232,207,218)
#D1BBC5
(209,187,197)
#BAA7B0
(186,167,176)
#A3939B
(163,147,155)
#8C7F86
(140,127,134)
#756B71
(117,107,113)
#5E575C
(94,87,92)
#474347
(71,67,71)
#302F32
(48,47,50)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #FFE3EF

#FFE3EF
(255,227,239)
#FFE5F0
(255,229,240)
#FFE7F1
(255,231,241)
#FFE9F2
(255,233,242)
#FFEBF3
(255,235,243)
#FFEDF4
(255,237,244)
#FFEFF5
(255,239,245)
#FFF1F6
(255,241,246)
#FFF3F7
(255,243,247)
#FFF5F8
(255,245,248)
#FFF7F9
(255,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE3EF; }

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

This text font color is #FFE3EF.


Background Color

.myBgColor { background-color: #FFE3EF; }

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

This div background color is #FFE3EF.


Border color

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

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

This div border color is #FFE3EF.


Opacity

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

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

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

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

This text has shadow with #FFE3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE3EF on black background.


Color preview on white background

This text has color #FFE3EF on white background.



Black color preview on #FFE3EF background

This text has black color on #FFE3EF background.


White color preview on #FFE3EF background

This text has white color on #FFE3EF background.