COLOR #F2E8D6

HEX: #F2E8D6
RGB: (242,232,214)

Color info

#F2E8D6 contains red, green and blue colors in about the same proportion. Web safe color of #F2E8D6 is #FFFFCC (or #FFC).

RGB color model

#F2E8D6 color RGB value is (242,232,214).

  • red value is 242;
  • green value is 232;
  • blue value is 214.
RGB:
(242,232,214)
(95%,91%,84%)

RGB channels and saturation

R 242 of 255 = 95%
G 232 of 255 = 91%
B 214 of 255 = 84%

242
232
214

R + G + B ~ 90%. #F2E8D6 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 232 + 214 = 688 (100%)
R 242 of 688 ~ 35.17%
G 232 of 688 ~ 33.72%
B 214 of 688 ~ 31.1%

%35.17
%33.72
%31.1

CMYK color model

#F2E8D6 color CMYK value is (0,4,12,5).

  • cyan value is 0.00%
  • magenta value is 4.13%
  • yellow value is 11.57%
  • key color value is 5.10%
CMYK:
(0,4,12,5)
C0M4Y12K5 
(0%,4%,12%,5%)
(0.00/0.04/0.12/0.05)	

CMYK percentages

%0
%4.13
%11.57
%5.1

Codes

Color #F2E8D6 in popluar color models

F2E8D6
RGB242232214
HSL39°51.85%89.41%
HSB/HSV39°11.57%94.90%
CMYK0.00%4.13%11.57%
5.10%

Color #F2E8D6 in popluar number systems.

HEXF2E8D6
Decimal242232214
Binary111100101110100011010110
Octal362350326

Shades and tints

Shades of #F2E8D6

#F2E8D6
(242,232,214)
#DCD3C3
(220,211,195)
#C6BEB0
(198,190,176)
#B0A99D
(176,169,157)
#9A948A
(154,148,138)
#847F77
(132,127,119)
#6E6A64
(110,106,100)
#585551
(88,85,81)
#42403E
(66,64,62)
#2C2B2B
(44,43,43)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #F2E8D6

#F2E8D6
(242,232,214)
#F3EAD9
(243,234,217)
#F4ECDC
(244,236,220)
#F5EEDF
(245,238,223)
#F6F0E2
(246,240,226)
#F7F2E5
(247,242,229)
#F8F4E8
(248,244,232)
#F9F6EB
(249,246,235)
#FAF8EE
(250,248,238)
#FBFAF1
(251,250,241)
#FCFCF4
(252,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E8D6 color. Also use rgb(242,232,214) instead hex code.

Text Font Color

.myTextColor { color: #F2E8D6; }

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

This text font color is #F2E8D6.


Background Color

.myBgColor { background-color: #F2E8D6; }

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

This div background color is #F2E8D6.


Border color

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

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

This div border color is #F2E8D6.


Opacity

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

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

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

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

This text has shadow with #F2E8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E8D6 on black background.


Color preview on white background

This text has color #F2E8D6 on white background.



Black color preview on #F2E8D6 background

This text has black color on #F2E8D6 background.


White color preview on #F2E8D6 background

This text has white color on #F2E8D6 background.