COLOR #F1E2E3

HEX: #F1E2E3
RGB: (241,226,227)

Color info

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

RGB color model

#F1E2E3 color RGB value is (241,226,227).

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

RGB channels and saturation

R 241 of 255 = 95%
G 226 of 255 = 89%
B 227 of 255 = 89%

241
226
227

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

Portions of RGB colors in percentages

R + G + B =
241 + 226 + 227 = 694 (100%)
R 241 of 694 ~ 34.73%
G 226 of 694 ~ 32.56%
B 227 of 694 ~ 32.71%

%34.73
%32.56
%32.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 5.81%
  • key color value is 5.49%
CMYK:
(0,6,6,5)
C0M6Y6K5 
(0%,6%,6%,5%)
(0.00/0.06/0.06/0.05)	

CMYK percentages

%0
%6.22
%5.81
%5.49

Codes

Color #F1E2E3 in popluar color models

F1E2E3
RGB241226227
HSL356°34.88%91.57%
HSB/HSV356°6.22%94.51%
CMYK0.00%6.22%5.81%
5.49%

Color #F1E2E3 in popluar number systems.

HEXF1E2E3
Decimal241226227
Binary111100011110001011100011
Octal361342343

Shades and tints

Shades of #F1E2E3

#F1E2E3
(241,226,227)
#DCCECF
(220,206,207)
#C7BABB
(199,186,187)
#B2A6A7
(178,166,167)
#9D9293
(157,146,147)
#887E7F
(136,126,127)
#736A6B
(115,106,107)
#5E5657
(94,86,87)
#494243
(73,66,67)
#342E2F
(52,46,47)
#1F1A1B
(31,26,27)
#000000
(0,0,0)

Tints of #F1E2E3

#F1E2E3
(241,226,227)
#F2E4E5
(242,228,229)
#F3E6E7
(243,230,231)
#F4E8E9
(244,232,233)
#F5EAEB
(245,234,235)
#F6ECED
(246,236,237)
#F7EEEF
(247,238,239)
#F8F0F1
(248,240,241)
#F9F2F3
(249,242,243)
#FAF4F5
(250,244,245)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E2E3; }

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

This text font color is #F1E2E3.


Background Color

.myBgColor { background-color: #F1E2E3; }

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

This div background color is #F1E2E3.


Border color

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

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

This div border color is #F1E2E3.


Opacity

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

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

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

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

This text has shadow with #F1E2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E2E3 on black background.


Color preview on white background

This text has color #F1E2E3 on white background.



Black color preview on #F1E2E3 background

This text has black color on #F1E2E3 background.


White color preview on #F1E2E3 background

This text has white color on #F1E2E3 background.