COLOR #F1E5EB

HEX: #F1E5EB
RGB: (241,229,235)

Color info

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

RGB color model

#F1E5EB color RGB value is (241,229,235).

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

RGB channels and saturation

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

241
229
235

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

Portions of RGB colors in percentages

R + G + B =
241 + 229 + 235 = 705 (100%)
R 241 of 705 ~ 34.18%
G 229 of 705 ~ 32.48%
B 235 of 705 ~ 33.33%

%34.18
%32.48
%33.33

CMYK color model

#F1E5EB color CMYK value is (0,5,2,5).

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 2.49%
  • key color value is 5.49%
CMYK:
(0,5,2,5)
C0M5Y2K5 
(0%,5%,2%,5%)
(0.00/0.05/0.02/0.05)	

CMYK percentages

%0
%4.98
%2.49
%5.49

Codes

Color #F1E5EB in popluar color models

F1E5EB
RGB241229235
HSL330°30.00%92.16%
HSB/HSV330°4.98%94.51%
CMYK0.00%4.98%2.49%
5.49%

Color #F1E5EB in popluar number systems.

HEXF1E5EB
Decimal241229235
Binary111100011110010111101011
Octal361345353

Shades and tints

Shades of #F1E5EB

#F1E5EB
(241,229,235)
#DCD1D6
(220,209,214)
#C7BDC1
(199,189,193)
#B2A9AC
(178,169,172)
#9D9597
(157,149,151)
#888182
(136,129,130)
#736D6D
(115,109,109)
#5E5958
(94,89,88)
#494543
(73,69,67)
#34312E
(52,49,46)
#1F1D19
(31,29,25)
#000000
(0,0,0)

Tints of #F1E5EB

#F1E5EB
(241,229,235)
#F2E7EC
(242,231,236)
#F3E9ED
(243,233,237)
#F4EBEE
(244,235,238)
#F5EDEF
(245,237,239)
#F6EFF0
(246,239,240)
#F7F1F1
(247,241,241)
#F8F3F2
(248,243,242)
#F9F5F3
(249,245,243)
#FAF7F4
(250,247,244)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E5EB; }

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

This text font color is #F1E5EB.


Background Color

.myBgColor { background-color: #F1E5EB; }

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

This div background color is #F1E5EB.


Border color

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

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

This div border color is #F1E5EB.


Opacity

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

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

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

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

This text has shadow with #F1E5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E5EB on black background.


Color preview on white background

This text has color #F1E5EB on white background.



Black color preview on #F1E5EB background

This text has black color on #F1E5EB background.


White color preview on #F1E5EB background

This text has white color on #F1E5EB background.