COLOR #FFE6E3

HEX: #FFE6E3
RGB: (255,230,227)

Color info

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

RGB color model

#FFE6E3 color RGB value is (255,230,227).

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

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 227 of 255 = 89%

255
230
227

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

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 227 = 712 (100%)
R 255 of 712 ~ 35.81%
G 230 of 712 ~ 32.3%
B 227 of 712 ~ 31.88%

%35.81
%32.3
%31.88

CMYK color model

#FFE6E3 color CMYK value is (0,10,11,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 10.98%
  • key color value is 0.00%
CMYK:
(0,10,11,0)
C0M10Y11K0 
(0%,10%,11%,0%)
(0.00/0.10/0.11/0.00)	

CMYK percentages

%0
%9.8
%10.98
%0

Codes

Color #FFE6E3 in popluar color models

FFE6E3
RGB255230227
HSL100.00%94.51%
HSB/HSV10.98%100.00%
CMYK0.00%9.80%10.98%
0.00%

Color #FFE6E3 in popluar number systems.

HEXFFE6E3
Decimal255230227
Binary111111111110011011100011
Octal377346343

Shades and tints

Shades of #FFE6E3

#FFE6E3
(255,230,227)
#E8D2CF
(232,210,207)
#D1BEBB
(209,190,187)
#BAAAA7
(186,170,167)
#A39693
(163,150,147)
#8C827F
(140,130,127)
#756E6B
(117,110,107)
#5E5A57
(94,90,87)
#474643
(71,70,67)
#30322F
(48,50,47)
#191E1B
(25,30,27)
#000000
(0,0,0)

Tints of #FFE6E3

#FFE6E3
(255,230,227)
#FFE8E5
(255,232,229)
#FFEAE7
(255,234,231)
#FFECE9
(255,236,233)
#FFEEEB
(255,238,235)
#FFF0ED
(255,240,237)
#FFF2EF
(255,242,239)
#FFF4F1
(255,244,241)
#FFF6F3
(255,246,243)
#FFF8F5
(255,248,245)
#FFFAF7
(255,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE6E3; }

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

This text font color is #FFE6E3.


Background Color

.myBgColor { background-color: #FFE6E3; }

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

This div background color is #FFE6E3.


Border color

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

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

This div border color is #FFE6E3.


Opacity

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

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

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

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

This text has shadow with #FFE6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE6E3 on black background.


Color preview on white background

This text has color #FFE6E3 on white background.



Black color preview on #FFE6E3 background

This text has black color on #FFE6E3 background.


White color preview on #FFE6E3 background

This text has white color on #FFE6E3 background.