COLOR #F2E1D7

HEX: #F2E1D7
RGB: (242,225,215)

Color info

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

RGB color model

#F2E1D7 color RGB value is (242,225,215).

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

RGB channels and saturation

R 242 of 255 = 95%
G 225 of 255 = 88%
B 215 of 255 = 84%

242
225
215

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

Portions of RGB colors in percentages

R + G + B =
242 + 225 + 215 = 682 (100%)
R 242 of 682 ~ 35.48%
G 225 of 682 ~ 32.99%
B 215 of 682 ~ 31.52%

%35.48
%32.99
%31.52

CMYK color model

#F2E1D7 color CMYK value is (0,7,11,5).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 11.16%
  • key color value is 5.10%
CMYK:
(0,7,11,5)
C0M7Y11K5 
(0%,7%,11%,5%)
(0.00/0.07/0.11/0.05)	

CMYK percentages

%0
%7.02
%11.16
%5.1

Codes

Color #F2E1D7 in popluar color models

F2E1D7
RGB242225215
HSL22°50.94%89.61%
HSB/HSV22°11.16%94.90%
CMYK0.00%7.02%11.16%
5.10%

Color #F2E1D7 in popluar number systems.

HEXF2E1D7
Decimal242225215
Binary111100101110000111010111
Octal362341327

Shades and tints

Shades of #F2E1D7

#F2E1D7
(242,225,215)
#DCCDC4
(220,205,196)
#C6B9B1
(198,185,177)
#B0A59E
(176,165,158)
#9A918B
(154,145,139)
#847D78
(132,125,120)
#6E6965
(110,105,101)
#585552
(88,85,82)
#42413F
(66,65,63)
#2C2D2C
(44,45,44)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #F2E1D7

#F2E1D7
(242,225,215)
#F3E3DA
(243,227,218)
#F4E5DD
(244,229,221)
#F5E7E0
(245,231,224)
#F6E9E3
(246,233,227)
#F7EBE6
(247,235,230)
#F8EDE9
(248,237,233)
#F9EFEC
(249,239,236)
#FAF1EF
(250,241,239)
#FBF3F2
(251,243,242)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E1D7; }

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

This text font color is #F2E1D7.


Background Color

.myBgColor { background-color: #F2E1D7; }

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

This div background color is #F2E1D7.


Border color

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

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

This div border color is #F2E1D7.


Opacity

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

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

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

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

This text has shadow with #F2E1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E1D7 on black background.


Color preview on white background

This text has color #F2E1D7 on white background.



Black color preview on #F2E1D7 background

This text has black color on #F2E1D7 background.


White color preview on #F2E1D7 background

This text has white color on #F2E1D7 background.