COLOR #F1E6EE

HEX: #F1E6EE
RGB: (241,230,238)

Color info

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

RGB color model

#F1E6EE color RGB value is (241,230,238).

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

RGB channels and saturation

R 241 of 255 = 95%
G 230 of 255 = 90%
B 238 of 255 = 93%

241
230
238

R + G + B ~ 93%. #F1E6EE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 230 + 238 = 709 (100%)
R 241 of 709 ~ 33.99%
G 230 of 709 ~ 32.44%
B 238 of 709 ~ 33.57%

%33.99
%32.44
%33.57

CMYK color model

#F1E6EE color CMYK value is (0,5,1,5).

  • cyan value is 0.00%
  • magenta value is 4.56%
  • yellow value is 1.24%
  • key color value is 5.49%
CMYK: (0,5,1,5) C0M5Y1K5 (0%,5%,1%,5%) (0.00/0.05/0.01/0.05)

CMYK percentages

%0
%4.56
%1.24
%5.49

Codes

Color #F1E6EE in popluar color models

F1E6EE
RGB241230238
HSL316°28.21%92.35%
HSB/HSV316°4.56%94.51%
CMYK0.00%4.56%1.24%
5.49%

Color #F1E6EE in popluar number systems.

HEXF1E6EE
Decimal241230238
Binary111100011110011011101110
Octal361346356

Shades and tints

Shades of #F1E6EE

#F1E6EE
(241,230,238)
#DCD2D9
(220,210,217)
#C7BEC4
(199,190,196)
#B2AAAF
(178,170,175)
#9D969A
(157,150,154)
#888285
(136,130,133)
#736E70
(115,110,112)
#5E5A5B
(94,90,91)
#494646
(73,70,70)
#343231
(52,50,49)
#1F1E1C
(31,30,28)
#000000
(0,0,0)

Tints of #F1E6EE

#F1E6EE
(241,230,238)
#F2E8EF
(242,232,239)
#F3EAF0
(243,234,240)
#F4ECF1
(244,236,241)
#F5EEF2
(245,238,242)
#F6F0F3
(246,240,243)
#F7F2F4
(247,242,244)
#F8F4F5
(248,244,245)
#F9F6F6
(249,246,246)
#FAF8F7
(250,248,247)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E6EE; }

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

This text font color is #F1E6EE.


Background Color

.myBgColor { background-color: #F1E6EE; }

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

This div background color is #F1E6EE.


Border color

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

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

This div border color is #F1E6EE.


Opacity

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

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

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

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

This text has shadow with #F1E6EE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F1E6EE on black background.


Color preview on white background

This text has color #F1E6EE on white background.



Black color preview on #F1E6EE background

This text has black color on #F1E6EE background.


White color preview on #F1E6EE background

This text has white color on #F1E6EE background.