COLOR #FFE6E8

HEX: #FFE6E8 RGB: (255,230,232)

Color info

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

RGB color model

#FFE6E8 color RGB value is (255,230,232).

RGB: (255,230,232) (100%, 90%, 91%)

RGB channels and saturation

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

255
230
232

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

Portions of RGB colors in percentages

R + G + B = 255 + 230 + 232 = 717 (100%)
R 255 of 717 ~ 35.56%
G 230 of 717 ~ 32.08%
B 232 of 717 ~ 32.36'%

%35.56
%32.08
%32.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 9.02%
  • 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
%9.02
%0

Codes

Color #FFE6E8 in popluar color models

FF E6 E8
RGB 255 230 232
HSL 355° 100.00% 95.10%
HSB/HSV 355° 9.80% 100.00%
CMYK 0.00% 9.80% 9.02%
0.00%

Color #FFE6E8 in popluar number systems.

HEX FF E6 E8
Decimal 255 230 232
Binary 11111111 11100110 11101000
Octal 377 346 350

Shades and tints

Shades of #FFE6E8

#FFE6E8
(255,230,232)
#E8D2D3
(232,210,211)
#D1BEBE
(209,190,190)
#BAAAA9
(186,170,169)
#A39694
(163,150,148)
#8C827F
(140,130,127)
#756E6A
(117,110,106)
#5E5A55
(94,90,85)
#474640
(71,70,64)
#30322B
(48,50,43)
#191E16
(25,30,22)
#000000
(0,0,0)

Tints of #FFE6E8

#FFE6E8
(255,230,232)
#FFE8EA
(255,232,234)
#FFEAEC
(255,234,236)
#FFECEE
(255,236,238)
#FFEEF0
(255,238,240)
#FFF0F2
(255,240,242)
#FFF2F4
(255,242,244)
#FFF4F6
(255,244,246)
#FFF6F8
(255,246,248)
#FFF8FA
(255,248,250)
#FFFAFC
(255,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE6E8; }

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

This text font color is #FFE6E8.

Background Color

.myBgColor { background-color: #FFE6E8; }

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

This div background color is #FFE6E8.

Border color

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

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

This div border color is #FFE6E8.

Opacity

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

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

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

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

This text has shadow with #FFE6E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE6E8.

Preview

Color preview on black background

This text has color #FFE6E8 on black background.


Color preview on white background

This text has color #FFE6E8 on white background.


Black color preview on #FFE6E8 background

This text has black color on #FFE6E8 background.


White color preview on #FFE6E8 background

This text has white color on #FFE6E8 background.


Related colors

Complementary color

Complementary color for #hex is #001917.


I love getcolorcode.com

Triadic colors

1 #E8FFE6 and #E6E8FF with #FFE6E8 are triadic colors.

2 #E8E6FF and #E6FFE8 with #FFE6E8 are triadic colors.