COLOR #F2E1CA

HEX: #F2E1CA
RGB: (242,225,202)

Color info

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

RGB color model

#F2E1CA color RGB value is (242,225,202).

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

RGB channels and saturation

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

242
225
202

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

Portions of RGB colors in percentages

R + G + B =
242 + 225 + 202 = 669 (100%)
R 242 of 669 ~ 36.17%
G 225 of 669 ~ 33.63%
B 202 of 669 ~ 30.19%

%36.17
%33.63
%30.19

CMYK color model

#F2E1CA color CMYK value is (0,7,17,5).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 16.53%
  • key color value is 5.10%
CMYK:
(0,7,17,5)
C0M7Y17K5 
(0%,7%,17%,5%)
(0.00/0.07/0.17/0.05)	

CMYK percentages

%0
%7.02
%16.53
%5.1

Codes

Color #F2E1CA in popluar color models

F2E1CA
RGB242225202
HSL35°60.61%87.06%
HSB/HSV35°16.53%94.90%
CMYK0.00%7.02%16.53%
5.10%

Color #F2E1CA in popluar number systems.

HEXF2E1CA
Decimal242225202
Binary111100101110000111001010
Octal362341312

Shades and tints

Shades of #F2E1CA

#F2E1CA
(242,225,202)
#DCCDB8
(220,205,184)
#C6B9A6
(198,185,166)
#B0A594
(176,165,148)
#9A9182
(154,145,130)
#847D70
(132,125,112)
#6E695E
(110,105,94)
#58554C
(88,85,76)
#42413A
(66,65,58)
#2C2D28
(44,45,40)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #F2E1CA

#F2E1CA
(242,225,202)
#F3E3CE
(243,227,206)
#F4E5D2
(244,229,210)
#F5E7D6
(245,231,214)
#F6E9DA
(246,233,218)
#F7EBDE
(247,235,222)
#F8EDE2
(248,237,226)
#F9EFE6
(249,239,230)
#FAF1EA
(250,241,234)
#FBF3EE
(251,243,238)
#FCF5F2
(252,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E1CA; }

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

This text font color is #F2E1CA.


Background Color

.myBgColor { background-color: #F2E1CA; }

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

This div background color is #F2E1CA.


Border color

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

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

This div border color is #F2E1CA.


Opacity

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

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

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

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

This text has shadow with #F2E1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E1CA on black background.


Color preview on white background

This text has color #F2E1CA on white background.



Black color preview on #F2E1CA background

This text has black color on #F2E1CA background.


White color preview on #F2E1CA background

This text has white color on #F2E1CA background.