COLOR #F1E6CE

HEX: #F1E6CE
RGB: (241,230,206)

Color info

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

RGB color model

#F1E6CE color RGB value is (241,230,206).

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

RGB channels and saturation

R 241 of 255 = 95%
G 230 of 255 = 90%
B 206 of 255 = 81%

241
230
206

R + G + B ~ 89%. #F1E6CE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 230 + 206 = 677 (100%)
R 241 of 677 ~ 35.6%
G 230 of 677 ~ 33.97%
B 206 of 677 ~ 30.43%

%35.6
%33.97
%30.43

CMYK color model

#F1E6CE color CMYK value is (0,5,15,5).

  • cyan value is 0.00%
  • magenta value is 4.56%
  • yellow value is 14.52%
  • key color value is 5.49%
CMYK:
(0,5,15,5)
C0M5Y15K5 
(0%,5%,15%,5%)
(0.00/0.05/0.15/0.05)	

CMYK percentages

%0
%4.56
%14.52
%5.49

Codes

Color #F1E6CE in popluar color models

F1E6CE
RGB241230206
HSL41°55.56%87.65%
HSB/HSV41°14.52%94.51%
CMYK0.00%4.56%14.52%
5.49%

Color #F1E6CE in popluar number systems.

HEXF1E6CE
Decimal241230206
Binary111100011110011011001110
Octal361346316

Shades and tints

Shades of #F1E6CE

#F1E6CE
(241,230,206)
#DCD2BC
(220,210,188)
#C7BEAA
(199,190,170)
#B2AA98
(178,170,152)
#9D9686
(157,150,134)
#888274
(136,130,116)
#736E62
(115,110,98)
#5E5A50
(94,90,80)
#49463E
(73,70,62)
#34322C
(52,50,44)
#1F1E1A
(31,30,26)
#000000
(0,0,0)

Tints of #F1E6CE

#F1E6CE
(241,230,206)
#F2E8D2
(242,232,210)
#F3EAD6
(243,234,214)
#F4ECDA
(244,236,218)
#F5EEDE
(245,238,222)
#F6F0E2
(246,240,226)
#F7F2E6
(247,242,230)
#F8F4EA
(248,244,234)
#F9F6EE
(249,246,238)
#FAF8F2
(250,248,242)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E6CE; }

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

This text font color is #F1E6CE.


Background Color

.myBgColor { background-color: #F1E6CE; }

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

This div background color is #F1E6CE.


Border color

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

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

This div border color is #F1E6CE.


Opacity

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

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

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

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

This text has shadow with #F1E6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E6CE on black background.


Color preview on white background

This text has color #F1E6CE on white background.



Black color preview on #F1E6CE background

This text has black color on #F1E6CE background.


White color preview on #F1E6CE background

This text has white color on #F1E6CE background.