COLOR #F2E6DC

HEX: #F2E6DC
RGB: (242,230,220)

Color info

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

RGB color model

#F2E6DC color RGB value is (242,230,220).

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

RGB channels and saturation

R 242 of 255 = 95%
G 230 of 255 = 90%
B 220 of 255 = 86%

242
230
220

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

Portions of RGB colors in percentages

R + G + B =
242 + 230 + 220 = 692 (100%)
R 242 of 692 ~ 34.97%
G 230 of 692 ~ 33.24%
B 220 of 692 ~ 31.79%

%34.97
%33.24
%31.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.96%
  • yellow value is 9.09%
  • key color value is 5.10%
CMYK:
(0,5,9,5)
C0M5Y9K5 
(0%,5%,9%,5%)
(0.00/0.05/0.09/0.05)	

CMYK percentages

%0
%4.96
%9.09
%5.1

Codes

Color #F2E6DC in popluar color models

F2E6DC
RGB242230220
HSL27°45.83%90.59%
HSB/HSV27°9.09%94.90%
CMYK0.00%4.96%9.09%
5.10%

Color #F2E6DC in popluar number systems.

HEXF2E6DC
Decimal242230220
Binary111100101110011011011100
Octal362346334

Shades and tints

Shades of #F2E6DC

#F2E6DC
(242,230,220)
#DCD2C8
(220,210,200)
#C6BEB4
(198,190,180)
#B0AAA0
(176,170,160)
#9A968C
(154,150,140)
#848278
(132,130,120)
#6E6E64
(110,110,100)
#585A50
(88,90,80)
#42463C
(66,70,60)
#2C3228
(44,50,40)
#161E14
(22,30,20)
#000000
(0,0,0)

Tints of #F2E6DC

#F2E6DC
(242,230,220)
#F3E8DF
(243,232,223)
#F4EAE2
(244,234,226)
#F5ECE5
(245,236,229)
#F6EEE8
(246,238,232)
#F7F0EB
(247,240,235)
#F8F2EE
(248,242,238)
#F9F4F1
(249,244,241)
#FAF6F4
(250,246,244)
#FBF8F7
(251,248,247)
#FCFAFA
(252,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E6DC; }

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

This text font color is #F2E6DC.


Background Color

.myBgColor { background-color: #F2E6DC; }

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

This div background color is #F2E6DC.


Border color

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

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

This div border color is #F2E6DC.


Opacity

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

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

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

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

This text has shadow with #F2E6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E6DC on black background.


Color preview on white background

This text has color #F2E6DC on white background.



Black color preview on #F2E6DC background

This text has black color on #F2E6DC background.


White color preview on #F2E6DC background

This text has white color on #F2E6DC background.