COLOR #F1E2EA

HEX: #F1E2EA
RGB: (241,226,234)

Color info

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

RGB color model

#F1E2EA color RGB value is (241,226,234).

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

RGB channels and saturation

R 241 of 255 = 95%
G 226 of 255 = 89%
B 234 of 255 = 92%

241
226
234

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

Portions of RGB colors in percentages

R + G + B =
241 + 226 + 234 = 701 (100%)
R 241 of 701 ~ 34.38%
G 226 of 701 ~ 32.24%
B 234 of 701 ~ 33.38%

%34.38
%32.24
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 2.90%
  • key color value is 5.49%
CMYK:
(0,6,3,5)
C0M6Y3K5 
(0%,6%,3%,5%)
(0.00/0.06/0.03/0.05)	

CMYK percentages

%0
%6.22
%2.9
%5.49

Codes

Color #F1E2EA in popluar color models

F1E2EA
RGB241226234
HSL328°34.88%91.57%
HSB/HSV328°6.22%94.51%
CMYK0.00%6.22%2.90%
5.49%

Color #F1E2EA in popluar number systems.

HEXF1E2EA
Decimal241226234
Binary111100011110001011101010
Octal361342352

Shades and tints

Shades of #F1E2EA

#F1E2EA
(241,226,234)
#DCCED5
(220,206,213)
#C7BAC0
(199,186,192)
#B2A6AB
(178,166,171)
#9D9296
(157,146,150)
#887E81
(136,126,129)
#736A6C
(115,106,108)
#5E5657
(94,86,87)
#494242
(73,66,66)
#342E2D
(52,46,45)
#1F1A18
(31,26,24)
#000000
(0,0,0)

Tints of #F1E2EA

#F1E2EA
(241,226,234)
#F2E4EB
(242,228,235)
#F3E6EC
(243,230,236)
#F4E8ED
(244,232,237)
#F5EAEE
(245,234,238)
#F6ECEF
(246,236,239)
#F7EEF0
(247,238,240)
#F8F0F1
(248,240,241)
#F9F2F2
(249,242,242)
#FAF4F3
(250,244,243)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E2EA; }

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

This text font color is #F1E2EA.


Background Color

.myBgColor { background-color: #F1E2EA; }

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

This div background color is #F1E2EA.


Border color

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

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

This div border color is #F1E2EA.


Opacity

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

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

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

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

This text has shadow with #F1E2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E2EA on black background.


Color preview on white background

This text has color #F1E2EA on white background.



Black color preview on #F1E2EA background

This text has black color on #F1E2EA background.


White color preview on #F1E2EA background

This text has white color on #F1E2EA background.