COLOR #FFE5FC

HEX: #FFE5FC RGB: (255,229,252)

Color info

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

RGB color model

#FFE5FC color RGB value is (255,229,252).

RGB: (255,229,252) (100%, 90%, 99%)

RGB channels and saturation

R 255 of 255 = 100%
G 229 of 255 = 90%
B 252 of 255 = 99%

255
229
252

R + G + B ~ 96%. #FFE5FC is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 229 + 252 = 736 (100%)
R 255 of 736 ~ 34.65%
G 229 of 736 ~ 31.11%
B 252 of 736 ~ 34.24'%

%34.65
%31.11
%34.24

CMYK color model

#FFE5FC color CMYK value is (0,10,1,0).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 1.18%
  • key color value is 0.00%

CMYK: (0,10,1,0)
C0M10Y1K0 (0%, 10%, 1%, 0%)
(0.00 / 0.10 / 0.01 / 0.00)

CMYK percentages

%0
%10.2
%1.18
%0

Codes

Color #FFE5FC in popluar color models

FF E5 FC
RGB 255 229 252
HSL 307° 100.00% 94.90%
HSB/HSV 307° 10.20% 100.00%
CMYK 0.00% 10.20% 1.18%
0.00%

Color #FFE5FC in popluar number systems.

HEX FF E5 FC
Decimal 255 229 252
Binary 11111111 11100101 11111100
Octal 377 345 374

Shades and tints

Shades of #FFE5FC

#FFE5FC
(255,229,252)
#E8D1E6
(232,209,230)
#D1BDD0
(209,189,208)
#BAA9BA
(186,169,186)
#A395A4
(163,149,164)
#8C818E
(140,129,142)
#756D78
(117,109,120)
#5E5962
(94,89,98)
#47454C
(71,69,76)
#303136
(48,49,54)
#191D20
(25,29,32)
#000000
(0,0,0)

Tints of #FFE5FC

#FFE5FC
(255,229,252)
#FFE7FC
(255,231,252)
#FFE9FC
(255,233,252)
#FFEBFC
(255,235,252)
#FFEDFC
(255,237,252)
#FFEFFC
(255,239,252)
#FFF1FC
(255,241,252)
#FFF3FC
(255,243,252)
#FFF5FC
(255,245,252)
#FFF7FC
(255,247,252)
#FFF9FC
(255,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE5FC; }

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

This text font color is #FFE5FC.

Background Color

.myBgColor { background-color: #FFE5FC; }

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

This div background color is #FFE5FC.

Border color

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

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

This div border color is #FFE5FC.

Opacity

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

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

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

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

This text has shadow with #FFE5FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE5FC.

Preview

Color preview on black background

This text has color #FFE5FC on black background.


Color preview on white background

This text has color #FFE5FC on white background.


Black color preview on #FFE5FC background

This text has black color on #FFE5FC background.


White color preview on #FFE5FC background

This text has white color on #FFE5FC background.


Related colors

Complementary color

Complementary color for #hex is #001A03.


I love getcolorcode.com

Triadic colors

1 #FCFFE5 and #E5FCFF with #FFE5FC are triadic colors.

2 #FCE5FF and #E5FFFC with #FFE5FC are triadic colors.