COLOR #FFE8FF

HEX: #FFE8FF RGB: (255,232,255)

Color info

#FFE8FF contains red, green and blue colors in about the same proportion. Web safe color of #FFE8FF is #FFFFFF (or #FFF).

RGB color model

#FFE8FF color RGB value is (255,232,255).

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

RGB channels and saturation

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

255
232
255

R + G + B ~ 97%. #FFE8FF is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 232 + 255 = 742 (100%)
R 255 of 742 ~ 34.37%
G 232 of 742 ~ 31.27%
B 255 of 742 ~ 34.37'%

%34.37
%31.27
%34.37

CMYK color model

#FFE8FF color CMYK value is (0,9,0,0).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (0,9,0,0)
C0M9Y0K0 (0%, 9%, 0%, 0%)
(0.00 / 0.09 / 0.00 / 0.00)

CMYK percentages

%0
%9.02
%0
%0

Codes

Color #FFE8FF in popluar color models

FF E8 FF
RGB 255 232 255
HSL 300° 100.00% 95.49%
HSB/HSV 300° 9.02% 100.00%
CMYK 0.00% 9.02% 0.00%
0.00%

Color #FFE8FF in popluar number systems.

HEX FF E8 FF
Decimal 255 232 255
Binary 11111111 11101000 11111111
Octal 377 350 377

Shades and tints

Shades of #FFE8FF

#FFE8FF
(255,232,255)
#E8D3E8
(232,211,232)
#D1BED1
(209,190,209)
#BAA9BA
(186,169,186)
#A394A3
(163,148,163)
#8C7F8C
(140,127,140)
#756A75
(117,106,117)
#5E555E
(94,85,94)
#474047
(71,64,71)
#302B30
(48,43,48)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #FFE8FF

#FFE8FF
(255,232,255)
#FFEAFF
(255,234,255)
#FFECFF
(255,236,255)
#FFEEFF
(255,238,255)
#FFF0FF
(255,240,255)
#FFF2FF
(255,242,255)
#FFF4FF
(255,244,255)
#FFF6FF
(255,246,255)
#FFF8FF
(255,248,255)
#FFFAFF
(255,250,255)
#FFFCFF
(255,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE8FF; }

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

This text font color is #FFE8FF.

Background Color

.myBgColor { background-color: #FFE8FF; }

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

This div background color is #FFE8FF.

Border color

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

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

This div border color is #FFE8FF.

Opacity

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

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

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

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

This text has shadow with #FFE8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE8FF.

Preview

Color preview on black background

This text has color #FFE8FF on black background.


Color preview on white background

This text has color #FFE8FF on white background.


Black color preview on #FFE8FF background

This text has black color on #FFE8FF background.


White color preview on #FFE8FF background

This text has white color on #FFE8FF background.


Related colors

Complementary color

Complementary color for #hex is #001700.


I love getcolorcode.com

Triadic colors

1 #FFFFE8 and #E8FFFF with #FFE8FF are triadic colors.

2 #FFE8FF and #E8FFFF with #FFE8FF are triadic colors.