COLOR #F1E4E1

HEX: #F1E4E1
RGB: (241,228,225)

Color info

#F1E4E1 contains red, green and blue colors in about the same proportion. Web safe color of #F1E4E1 is #FFCCCC (or #FCC).

RGB color model

#F1E4E1 color RGB value is (241,228,225).

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

RGB channels and saturation

R 241 of 255 = 95%
G 228 of 255 = 89%
B 225 of 255 = 88%

241
228
225

R + G + B ~ 91%. #F1E4E1 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 228 + 225 = 694 (100%)
R 241 of 694 ~ 34.73%
G 228 of 694 ~ 32.85%
B 225 of 694 ~ 32.42%

%34.73
%32.85
%32.42

CMYK color model

#F1E4E1 color CMYK value is (0,5,7,5).

  • cyan value is 0.00%
  • magenta value is 5.39%
  • yellow value is 6.64%
  • key color value is 5.49%
CMYK:
(0,5,7,5)
C0M5Y7K5 
(0%,5%,7%,5%)
(0.00/0.05/0.07/0.05)	

CMYK percentages

%0
%5.39
%6.64
%5.49

Codes

Color #F1E4E1 in popluar color models

F1E4E1
RGB241228225
HSL11°36.36%91.37%
HSB/HSV11°6.64%94.51%
CMYK0.00%5.39%6.64%
5.49%

Color #F1E4E1 in popluar number systems.

HEXF1E4E1
Decimal241228225
Binary111100011110010011100001
Octal361344341

Shades and tints

Shades of #F1E4E1

#F1E4E1
(241,228,225)
#DCD0CD
(220,208,205)
#C7BCB9
(199,188,185)
#B2A8A5
(178,168,165)
#9D9491
(157,148,145)
#88807D
(136,128,125)
#736C69
(115,108,105)
#5E5855
(94,88,85)
#494441
(73,68,65)
#34302D
(52,48,45)
#1F1C19
(31,28,25)
#000000
(0,0,0)

Tints of #F1E4E1

#F1E4E1
(241,228,225)
#F2E6E3
(242,230,227)
#F3E8E5
(243,232,229)
#F4EAE7
(244,234,231)
#F5ECE9
(245,236,233)
#F6EEEB
(246,238,235)
#F7F0ED
(247,240,237)
#F8F2EF
(248,242,239)
#F9F4F1
(249,244,241)
#FAF6F3
(250,246,243)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E4E1; }

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

This text font color is #F1E4E1.


Background Color

.myBgColor { background-color: #F1E4E1; }

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

This div background color is #F1E4E1.


Border color

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

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

This div border color is #F1E4E1.


Opacity

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

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

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

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

This text has shadow with #F1E4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E4E1 on black background.


Color preview on white background

This text has color #F1E4E1 on white background.



Black color preview on #F1E4E1 background

This text has black color on #F1E4E1 background.


White color preview on #F1E4E1 background

This text has white color on #F1E4E1 background.