COLOR #F1ECE0

HEX: #F1ECE0
RGB: (241,236,224)

Color info

#F1ECE0 contains red, green and blue colors in about the same proportion. Web safe color of #F1ECE0 is #FFFFCC (or #FFC).

RGB color model

#F1ECE0 color RGB value is (241,236,224).

  • red value is 241;
  • green value is 236;
  • blue value is 224.
RGB:
(241,236,224)
(95%,93%,88%)

RGB channels and saturation

R 241 of 255 = 95%
G 236 of 255 = 93%
B 224 of 255 = 88%

241
236
224

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

Portions of RGB colors in percentages

R + G + B =
241 + 236 + 224 = 701 (100%)
R 241 of 701 ~ 34.38%
G 236 of 701 ~ 33.67%
B 224 of 701 ~ 31.95%

%34.38
%33.67
%31.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 7.05%
  • key color value is 5.49%
CMYK:
(0,2,7,5)
C0M2Y7K5 
(0%,2%,7%,5%)
(0.00/0.02/0.07/0.05)	

CMYK percentages

%0
%2.07
%7.05
%5.49

Codes

Color #F1ECE0 in popluar color models

F1ECE0
RGB241236224
HSL42°37.78%91.18%
HSB/HSV42°7.05%94.51%
CMYK0.00%2.07%7.05%
5.49%

Color #F1ECE0 in popluar number systems.

HEXF1ECE0
Decimal241236224
Binary111100011110110011100000
Octal361354340

Shades and tints

Shades of #F1ECE0

#F1ECE0
(241,236,224)
#DCD7CC
(220,215,204)
#C7C2B8
(199,194,184)
#B2ADA4
(178,173,164)
#9D9890
(157,152,144)
#88837C
(136,131,124)
#736E68
(115,110,104)
#5E5954
(94,89,84)
#494440
(73,68,64)
#342F2C
(52,47,44)
#1F1A18
(31,26,24)
#000000
(0,0,0)

Tints of #F1ECE0

#F1ECE0
(241,236,224)
#F2EDE2
(242,237,226)
#F3EEE4
(243,238,228)
#F4EFE6
(244,239,230)
#F5F0E8
(245,240,232)
#F6F1EA
(246,241,234)
#F7F2EC
(247,242,236)
#F8F3EE
(248,243,238)
#F9F4F0
(249,244,240)
#FAF5F2
(250,245,242)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1ECE0 color. Also use rgb(241,236,224) instead hex code.

Text Font Color

.myTextColor { color: #F1ECE0; }

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

This text font color is #F1ECE0.


Background Color

.myBgColor { background-color: #F1ECE0; }

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

This div background color is #F1ECE0.


Border color

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

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

This div border color is #F1ECE0.


Opacity

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

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

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

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

This text has shadow with #F1ECE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1ECE0 on black background.


Color preview on white background

This text has color #F1ECE0 on white background.



Black color preview on #F1ECE0 background

This text has black color on #F1ECE0 background.


White color preview on #F1ECE0 background

This text has white color on #F1ECE0 background.