COLOR #F1E1CF

HEX: #F1E1CF
RGB: (241,225,207)

Color info

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

RGB color model

#F1E1CF color RGB value is (241,225,207).

  • red value is 241;
  • green value is 225;
  • blue value is 207.
RGB:
(241,225,207)
(95%,88%,81%)

RGB channels and saturation

R 241 of 255 = 95%
G 225 of 255 = 88%
B 207 of 255 = 81%

241
225
207

R + G + B ~ 88%. #F1E1CF is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 225 + 207 = 673 (100%)
R 241 of 673 ~ 35.81%
G 225 of 673 ~ 33.43%
B 207 of 673 ~ 30.76%

%35.81
%33.43
%30.76

CMYK color model

#F1E1CF color CMYK value is (0,7,14,5).

  • cyan value is 0.00%
  • magenta value is 6.64%
  • yellow value is 14.11%
  • key color value is 5.49%
CMYK:
(0,7,14,5)
C0M7Y14K5 
(0%,7%,14%,5%)
(0.00/0.07/0.14/0.05)	

CMYK percentages

%0
%6.64
%14.11
%5.49

Codes

Color #F1E1CF in popluar color models

F1E1CF
RGB241225207
HSL32°54.84%87.84%
HSB/HSV32°14.11%94.51%
CMYK0.00%6.64%14.11%
5.49%

Color #F1E1CF in popluar number systems.

HEXF1E1CF
Decimal241225207
Binary111100011110000111001111
Octal361341317

Shades and tints

Shades of #F1E1CF

#F1E1CF
(241,225,207)
#DCCDBD
(220,205,189)
#C7B9AB
(199,185,171)
#B2A599
(178,165,153)
#9D9187
(157,145,135)
#887D75
(136,125,117)
#736963
(115,105,99)
#5E5551
(94,85,81)
#49413F
(73,65,63)
#342D2D
(52,45,45)
#1F191B
(31,25,27)
#000000
(0,0,0)

Tints of #F1E1CF

#F1E1CF
(241,225,207)
#F2E3D3
(242,227,211)
#F3E5D7
(243,229,215)
#F4E7DB
(244,231,219)
#F5E9DF
(245,233,223)
#F6EBE3
(246,235,227)
#F7EDE7
(247,237,231)
#F8EFEB
(248,239,235)
#F9F1EF
(249,241,239)
#FAF3F3
(250,243,243)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E1CF color. Also use rgb(241,225,207) instead hex code.

Text Font Color

.myTextColor { color: #F1E1CF; }

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

This text font color is #F1E1CF.


Background Color

.myBgColor { background-color: #F1E1CF; }

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

This div background color is #F1E1CF.


Border color

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

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

This div border color is #F1E1CF.


Opacity

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

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

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

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

This text has shadow with #F1E1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E1CF on black background.


Color preview on white background

This text has color #F1E1CF on white background.



Black color preview on #F1E1CF background

This text has black color on #F1E1CF background.


White color preview on #F1E1CF background

This text has white color on #F1E1CF background.