COLOR #F2E8DC

HEX: #F2E8DC
RGB: (242,232,220)

Color info

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

RGB color model

#F2E8DC color RGB value is (242,232,220).

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

RGB channels and saturation

R 242 of 255 = 95%
G 232 of 255 = 91%
B 220 of 255 = 86%

242
232
220

R + G + B ~ 91%. #F2E8DC is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 232 + 220 = 694 (100%)
R 242 of 694 ~ 34.87%
G 232 of 694 ~ 33.43%
B 220 of 694 ~ 31.7%

%34.87
%33.43
%31.7

CMYK color model

#F2E8DC color CMYK value is (0,4,9,5).

  • cyan value is 0.00%
  • magenta value is 4.13%
  • yellow value is 9.09%
  • key color value is 5.10%
CMYK:
(0,4,9,5)
C0M4Y9K5 
(0%,4%,9%,5%)
(0.00/0.04/0.09/0.05)	

CMYK percentages

%0
%4.13
%9.09
%5.1

Codes

Color #F2E8DC in popluar color models

F2E8DC
RGB242232220
HSL33°45.83%90.59%
HSB/HSV33°9.09%94.90%
CMYK0.00%4.13%9.09%
5.10%

Color #F2E8DC in popluar number systems.

HEXF2E8DC
Decimal242232220
Binary111100101110100011011100
Octal362350334

Shades and tints

Shades of #F2E8DC

#F2E8DC
(242,232,220)
#DCD3C8
(220,211,200)
#C6BEB4
(198,190,180)
#B0A9A0
(176,169,160)
#9A948C
(154,148,140)
#847F78
(132,127,120)
#6E6A64
(110,106,100)
#585550
(88,85,80)
#42403C
(66,64,60)
#2C2B28
(44,43,40)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #F2E8DC

#F2E8DC
(242,232,220)
#F3EADF
(243,234,223)
#F4ECE2
(244,236,226)
#F5EEE5
(245,238,229)
#F6F0E8
(246,240,232)
#F7F2EB
(247,242,235)
#F8F4EE
(248,244,238)
#F9F6F1
(249,246,241)
#FAF8F4
(250,248,244)
#FBFAF7
(251,250,247)
#FCFCFA
(252,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E8DC; }

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

This text font color is #F2E8DC.


Background Color

.myBgColor { background-color: #F2E8DC; }

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

This div background color is #F2E8DC.


Border color

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

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

This div border color is #F2E8DC.


Opacity

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

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

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

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

This text has shadow with #F2E8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E8DC on black background.


Color preview on white background

This text has color #F2E8DC on white background.



Black color preview on #F2E8DC background

This text has black color on #F2E8DC background.


White color preview on #F2E8DC background

This text has white color on #F2E8DC background.