COLOR #FFE4E3

HEX: #FFE4E3
RGB: (255,228,227)

Color info

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

RGB color model

#FFE4E3 color RGB value is (255,228,227).

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

RGB channels and saturation

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

255
228
227

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

Portions of RGB colors in percentages

R + G + B =
255 + 228 + 227 = 710 (100%)
R 255 of 710 ~ 35.92%
G 228 of 710 ~ 32.11%
B 227 of 710 ~ 31.97%

%35.92
%32.11
%31.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 10.98%
  • 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.59
%10.98
%0

Codes

Color #FFE4E3 in popluar color models

FFE4E3
RGB255228227
HSL100.00%94.51%
HSB/HSV10.98%100.00%
CMYK0.00%10.59%10.98%
0.00%

Color #FFE4E3 in popluar number systems.

HEXFFE4E3
Decimal255228227
Binary111111111110010011100011
Octal377344343

Shades and tints

Shades of #FFE4E3

#FFE4E3
(255,228,227)
#E8D0CF
(232,208,207)
#D1BCBB
(209,188,187)
#BAA8A7
(186,168,167)
#A39493
(163,148,147)
#8C807F
(140,128,127)
#756C6B
(117,108,107)
#5E5857
(94,88,87)
#474443
(71,68,67)
#30302F
(48,48,47)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #FFE4E3

#FFE4E3
(255,228,227)
#FFE6E5
(255,230,229)
#FFE8E7
(255,232,231)
#FFEAE9
(255,234,233)
#FFECEB
(255,236,235)
#FFEEED
(255,238,237)
#FFF0EF
(255,240,239)
#FFF2F1
(255,242,241)
#FFF4F3
(255,244,243)
#FFF6F5
(255,246,245)
#FFF8F7
(255,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE4E3; }

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

This text font color is #FFE4E3.


Background Color

.myBgColor { background-color: #FFE4E3; }

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

This div background color is #FFE4E3.


Border color

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

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

This div border color is #FFE4E3.


Opacity

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

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

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

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

This text has shadow with #FFE4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE4E3 on black background.


Color preview on white background

This text has color #FFE4E3 on white background.



Black color preview on #FFE4E3 background

This text has black color on #FFE4E3 background.


White color preview on #FFE4E3 background

This text has white color on #FFE4E3 background.