COLOR #F1E5EA

HEX: #F1E5EA
RGB: (241,229,234)

Color info

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

RGB color model

#F1E5EA color RGB value is (241,229,234).

  • red value is 241;
  • green value is 229;
  • blue value is 234.
RGB:
(241,229,234)
(95%,90%,92%)

RGB channels and saturation

R 241 of 255 = 95%
G 229 of 255 = 90%
B 234 of 255 = 92%

241
229
234

R + G + B ~ 92%. #F1E5EA is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 229 + 234 = 704 (100%)
R 241 of 704 ~ 34.23%
G 229 of 704 ~ 32.53%
B 234 of 704 ~ 33.24%

%34.23
%32.53
%33.24

CMYK color model

#F1E5EA color CMYK value is (0,5,3,5).

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 2.90%
  • key color value is 5.49%
CMYK:
(0,5,3,5)
C0M5Y3K5 
(0%,5%,3%,5%)
(0.00/0.05/0.03/0.05)	

CMYK percentages

%0
%4.98
%2.9
%5.49

Codes

Color #F1E5EA in popluar color models

F1E5EA
RGB241229234
HSL335°30.00%92.16%
HSB/HSV335°4.98%94.51%
CMYK0.00%4.98%2.90%
5.49%

Color #F1E5EA in popluar number systems.

HEXF1E5EA
Decimal241229234
Binary111100011110010111101010
Octal361345352

Shades and tints

Shades of #F1E5EA

#F1E5EA
(241,229,234)
#DCD1D5
(220,209,213)
#C7BDC0
(199,189,192)
#B2A9AB
(178,169,171)
#9D9596
(157,149,150)
#888181
(136,129,129)
#736D6C
(115,109,108)
#5E5957
(94,89,87)
#494542
(73,69,66)
#34312D
(52,49,45)
#1F1D18
(31,29,24)
#000000
(0,0,0)

Tints of #F1E5EA

#F1E5EA
(241,229,234)
#F2E7EB
(242,231,235)
#F3E9EC
(243,233,236)
#F4EBED
(244,235,237)
#F5EDEE
(245,237,238)
#F6EFEF
(246,239,239)
#F7F1F0
(247,241,240)
#F8F3F1
(248,243,241)
#F9F5F2
(249,245,242)
#FAF7F3
(250,247,243)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E5EA color. Also use rgb(241,229,234) instead hex code.

Text Font Color

.myTextColor { color: #F1E5EA; }

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

This text font color is #F1E5EA.


Background Color

.myBgColor { background-color: #F1E5EA; }

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

This div background color is #F1E5EA.


Border color

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

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

This div border color is #F1E5EA.


Opacity

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

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

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

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

This text has shadow with #F1E5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E5EA on black background.


Color preview on white background

This text has color #F1E5EA on white background.



Black color preview on #F1E5EA background

This text has black color on #F1E5EA background.


White color preview on #F1E5EA background

This text has white color on #F1E5EA background.