COLOR #FFE1F8

HEX: #FFE1F8
RGB: (255,225,248)

Color info

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

RGB color model

#FFE1F8 color RGB value is (255,225,248).

  • red value is 255;
  • green value is 225;
  • blue value is 248.
RGB:
(255,225,248)
(100%,88%,97%)

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 248 of 255 = 97%

255
225
248

R + G + B ~ 95%. #FFE1F8 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 248 = 728 (100%)
R 255 of 728 ~ 35.03%
G 225 of 728 ~ 30.91%
B 248 of 728 ~ 34.07%

%35.03
%30.91
%34.07

CMYK color model

#FFE1F8 color CMYK value is (0,12,3,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 2.75%
  • key color value is 0.00%
CMYK:
(0,12,3,0)
C0M12Y3K0 
(0%,12%,3%,0%)
(0.00/0.12/0.03/0.00)	

CMYK percentages

%0
%11.76
%2.75
%0

Codes

Color #FFE1F8 in popluar color models

FFE1F8
RGB255225248
HSL314°100.00%94.12%
HSB/HSV314°11.76%100.00%
CMYK0.00%11.76%2.75%
0.00%

Color #FFE1F8 in popluar number systems.

HEXFFE1F8
Decimal255225248
Binary111111111110000111111000
Octal377341370

Shades and tints

Shades of #FFE1F8

#FFE1F8
(255,225,248)
#E8CDE2
(232,205,226)
#D1B9CC
(209,185,204)
#BAA5B6
(186,165,182)
#A391A0
(163,145,160)
#8C7D8A
(140,125,138)
#756974
(117,105,116)
#5E555E
(94,85,94)
#474148
(71,65,72)
#302D32
(48,45,50)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #FFE1F8

#FFE1F8
(255,225,248)
#FFE3F8
(255,227,248)
#FFE5F8
(255,229,248)
#FFE7F8
(255,231,248)
#FFE9F8
(255,233,248)
#FFEBF8
(255,235,248)
#FFEDF8
(255,237,248)
#FFEFF8
(255,239,248)
#FFF1F8
(255,241,248)
#FFF3F8
(255,243,248)
#FFF5F8
(255,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1F8; }

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

This text font color is #FFE1F8.


Background Color

.myBgColor { background-color: #FFE1F8; }

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

This div background color is #FFE1F8.


Border color

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

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

This div border color is #FFE1F8.


Opacity

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

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

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

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

This text has shadow with #FFE1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE1F8 on black background.


Color preview on white background

This text has color #FFE1F8 on white background.



Black color preview on #FFE1F8 background

This text has black color on #FFE1F8 background.


White color preview on #FFE1F8 background

This text has white color on #FFE1F8 background.