COLOR #FFE1F1

HEX: #FFE1F1
RGB: (255,225,241)

Color info

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

RGB color model

#FFE1F1 color RGB value is (255,225,241).

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

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 241 of 255 = 95%

255
225
241

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

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 241 = 721 (100%)
R 255 of 721 ~ 35.37%
G 225 of 721 ~ 31.21%
B 241 of 721 ~ 33.43%

%35.37
%31.21
%33.43

CMYK color model

#FFE1F1 color CMYK value is (0,12,5,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 5.49%
  • key color value is 0.00%
CMYK:
(0,12,5,0)
C0M12Y5K0 
(0%,12%,5%,0%)
(0.00/0.12/0.05/0.00)	

CMYK percentages

%0
%11.76
%5.49
%0

Codes

Color #FFE1F1 in popluar color models

FFE1F1
RGB255225241
HSL328°100.00%94.12%
HSB/HSV328°11.76%100.00%
CMYK0.00%11.76%5.49%
0.00%

Color #FFE1F1 in popluar number systems.

HEXFFE1F1
Decimal255225241
Binary111111111110000111110001
Octal377341361

Shades and tints

Shades of #FFE1F1

#FFE1F1
(255,225,241)
#E8CDDC
(232,205,220)
#D1B9C7
(209,185,199)
#BAA5B2
(186,165,178)
#A3919D
(163,145,157)
#8C7D88
(140,125,136)
#756973
(117,105,115)
#5E555E
(94,85,94)
#474149
(71,65,73)
#302D34
(48,45,52)
#19191F
(25,25,31)
#000000
(0,0,0)

Tints of #FFE1F1

#FFE1F1
(255,225,241)
#FFE3F2
(255,227,242)
#FFE5F3
(255,229,243)
#FFE7F4
(255,231,244)
#FFE9F5
(255,233,245)
#FFEBF6
(255,235,246)
#FFEDF7
(255,237,247)
#FFEFF8
(255,239,248)
#FFF1F9
(255,241,249)
#FFF3FA
(255,243,250)
#FFF5FB
(255,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1F1; }

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

This text font color is #FFE1F1.


Background Color

.myBgColor { background-color: #FFE1F1; }

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

This div background color is #FFE1F1.


Border color

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

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

This div border color is #FFE1F1.


Opacity

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

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

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

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

This text has shadow with #FFE1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE1F1 on black background.


Color preview on white background

This text has color #FFE1F1 on white background.



Black color preview on #FFE1F1 background

This text has black color on #FFE1F1 background.


White color preview on #FFE1F1 background

This text has white color on #FFE1F1 background.