COLOR #F1E1E6

HEX: #F1E1E6
RGB: (241,225,230)

Color info

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

RGB color model

#F1E1E6 color RGB value is (241,225,230).

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

RGB channels and saturation

R 241 of 255 = 95%
G 225 of 255 = 88%
B 230 of 255 = 90%

241
225
230

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

Portions of RGB colors in percentages

R + G + B =
241 + 225 + 230 = 696 (100%)
R 241 of 696 ~ 34.63%
G 225 of 696 ~ 32.33%
B 230 of 696 ~ 33.05%

%34.63
%32.33
%33.05

CMYK color model

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

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

CMYK percentages

%0
%6.64
%4.56
%5.49

Codes

Color #F1E1E6 in popluar color models

F1E1E6
RGB241225230
HSL341°36.36%91.37%
HSB/HSV341°6.64%94.51%
CMYK0.00%6.64%4.56%
5.49%

Color #F1E1E6 in popluar number systems.

HEXF1E1E6
Decimal241225230
Binary111100011110000111100110
Octal361341346

Shades and tints

Shades of #F1E1E6

#F1E1E6
(241,225,230)
#DCCDD2
(220,205,210)
#C7B9BE
(199,185,190)
#B2A5AA
(178,165,170)
#9D9196
(157,145,150)
#887D82
(136,125,130)
#73696E
(115,105,110)
#5E555A
(94,85,90)
#494146
(73,65,70)
#342D32
(52,45,50)
#1F191E
(31,25,30)
#000000
(0,0,0)

Tints of #F1E1E6

#F1E1E6
(241,225,230)
#F2E3E8
(242,227,232)
#F3E5EA
(243,229,234)
#F4E7EC
(244,231,236)
#F5E9EE
(245,233,238)
#F6EBF0
(246,235,240)
#F7EDF2
(247,237,242)
#F8EFF4
(248,239,244)
#F9F1F6
(249,241,246)
#FAF3F8
(250,243,248)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E1E6; }

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

This text font color is #F1E1E6.


Background Color

.myBgColor { background-color: #F1E1E6; }

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

This div background color is #F1E1E6.


Border color

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

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

This div border color is #F1E1E6.


Opacity

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

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

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

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

This text has shadow with #F1E1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E1E6 on black background.


Color preview on white background

This text has color #F1E1E6 on white background.



Black color preview on #F1E1E6 background

This text has black color on #F1E1E6 background.


White color preview on #F1E1E6 background

This text has white color on #F1E1E6 background.