COLOR #F1E1CA

HEX: #F1E1CA
RGB: (241,225,202)

Color info

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

RGB color model

#F1E1CA color RGB value is (241,225,202).

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

RGB channels and saturation

R 241 of 255 = 95%
G 225 of 255 = 88%
B 202 of 255 = 79%

241
225
202

R + G + B ~ 87%. #F1E1CA is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 225 + 202 = 668 (100%)
R 241 of 668 ~ 36.08%
G 225 of 668 ~ 33.68%
B 202 of 668 ~ 30.24%

%36.08
%33.68
%30.24

CMYK color model

#F1E1CA color CMYK value is (0,7,16,5).

  • cyan value is 0.00%
  • magenta value is 6.64%
  • yellow value is 16.18%
  • key color value is 5.49%
CMYK:
(0,7,16,5)
C0M7Y16K5 
(0%,7%,16%,5%)
(0.00/0.07/0.16/0.05)	

CMYK percentages

%0
%6.64
%16.18
%5.49

Codes

Color #F1E1CA in popluar color models

F1E1CA
RGB241225202
HSL35°58.21%86.86%
HSB/HSV35°16.18%94.51%
CMYK0.00%6.64%16.18%
5.49%

Color #F1E1CA in popluar number systems.

HEXF1E1CA
Decimal241225202
Binary111100011110000111001010
Octal361341312

Shades and tints

Shades of #F1E1CA

#F1E1CA
(241,225,202)
#DCCDB8
(220,205,184)
#C7B9A6
(199,185,166)
#B2A594
(178,165,148)
#9D9182
(157,145,130)
#887D70
(136,125,112)
#73695E
(115,105,94)
#5E554C
(94,85,76)
#49413A
(73,65,58)
#342D28
(52,45,40)
#1F1916
(31,25,22)
#000000
(0,0,0)

Tints of #F1E1CA

#F1E1CA
(241,225,202)
#F2E3CE
(242,227,206)
#F3E5D2
(243,229,210)
#F4E7D6
(244,231,214)
#F5E9DA
(245,233,218)
#F6EBDE
(246,235,222)
#F7EDE2
(247,237,226)
#F8EFE6
(248,239,230)
#F9F1EA
(249,241,234)
#FAF3EE
(250,243,238)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E1CA; }

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

This text font color is #F1E1CA.


Background Color

.myBgColor { background-color: #F1E1CA; }

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

This div background color is #F1E1CA.


Border color

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

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

This div border color is #F1E1CA.


Opacity

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

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

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

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

This text has shadow with #F1E1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E1CA on black background.


Color preview on white background

This text has color #F1E1CA on white background.



Black color preview on #F1E1CA background

This text has black color on #F1E1CA background.


White color preview on #F1E1CA background

This text has white color on #F1E1CA background.