COLOR #FFE6E9

HEX: #FFE6E9
RGB: (255,230,233)

Color info

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

RGB color model

#FFE6E9 color RGB value is (255,230,233).

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

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 233 of 255 = 91%

255
230
233

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

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 233 = 718 (100%)
R 255 of 718 ~ 35.52%
G 230 of 718 ~ 32.03%
B 233 of 718 ~ 32.45%

%35.52
%32.03
%32.45

CMYK color model

#FFE6E9 color CMYK value is (0,10,9,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 8.63%
  • key color value is 0.00%
CMYK:
(0,10,9,0)
C0M10Y9K0 
(0%,10%,9%,0%)
(0.00/0.10/0.09/0.00)	

CMYK percentages

%0
%9.8
%8.63
%0

Codes

Color #FFE6E9 in popluar color models

FFE6E9
RGB255230233
HSL353°100.00%95.10%
HSB/HSV353°9.80%100.00%
CMYK0.00%9.80%8.63%
0.00%

Color #FFE6E9 in popluar number systems.

HEXFFE6E9
Decimal255230233
Binary111111111110011011101001
Octal377346351

Shades and tints

Shades of #FFE6E9

#FFE6E9
(255,230,233)
#E8D2D4
(232,210,212)
#D1BEBF
(209,190,191)
#BAAAAA
(186,170,170)
#A39695
(163,150,149)
#8C8280
(140,130,128)
#756E6B
(117,110,107)
#5E5A56
(94,90,86)
#474641
(71,70,65)
#30322C
(48,50,44)
#191E17
(25,30,23)
#000000
(0,0,0)

Tints of #FFE6E9

#FFE6E9
(255,230,233)
#FFE8EB
(255,232,235)
#FFEAED
(255,234,237)
#FFECEF
(255,236,239)
#FFEEF1
(255,238,241)
#FFF0F3
(255,240,243)
#FFF2F5
(255,242,245)
#FFF4F7
(255,244,247)
#FFF6F9
(255,246,249)
#FFF8FB
(255,248,251)
#FFFAFD
(255,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE6E9; }

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

This text font color is #FFE6E9.


Background Color

.myBgColor { background-color: #FFE6E9; }

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

This div background color is #FFE6E9.


Border color

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

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

This div border color is #FFE6E9.


Opacity

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

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

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

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

This text has shadow with #FFE6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE6E9 on black background.


Color preview on white background

This text has color #FFE6E9 on white background.



Black color preview on #FFE6E9 background

This text has black color on #FFE6E9 background.


White color preview on #FFE6E9 background

This text has white color on #FFE6E9 background.