COLOR #F2EFDE

HEX: #F2EFDE
RGB: (242,239,222)

Color info

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

RGB color model

#F2EFDE color RGB value is (242,239,222).

  • red value is 242;
  • green value is 239;
  • blue value is 222.
RGB:
(242,239,222)
(95%,94%,87%)

RGB channels and saturation

R 242 of 255 = 95%
G 239 of 255 = 94%
B 222 of 255 = 87%

242
239
222

R + G + B ~ 92%. #F2EFDE is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 239 + 222 = 703 (100%)
R 242 of 703 ~ 34.42%
G 239 of 703 ~ 34%
B 222 of 703 ~ 31.58%

%34.42
%34
%31.58

CMYK color model

#F2EFDE color CMYK value is (0,1,8,5).

  • cyan value is 0.00%
  • magenta value is 1.24%
  • yellow value is 8.26%
  • key color value is 5.10%
CMYK:
(0,1,8,5)
C0M1Y8K5 
(0%,1%,8%,5%)
(0.00/0.01/0.08/0.05)	

CMYK percentages

%0
%1.24
%8.26
%5.1

Codes

Color #F2EFDE in popluar color models

F2EFDE
RGB242239222
HSL51°43.48%90.98%
HSB/HSV51°8.26%94.90%
CMYK0.00%1.24%8.26%
5.10%

Color #F2EFDE in popluar number systems.

HEXF2EFDE
Decimal242239222
Binary111100101110111111011110
Octal362357336

Shades and tints

Shades of #F2EFDE

#F2EFDE
(242,239,222)
#DCDACA
(220,218,202)
#C6C5B6
(198,197,182)
#B0B0A2
(176,176,162)
#9A9B8E
(154,155,142)
#84867A
(132,134,122)
#6E7166
(110,113,102)
#585C52
(88,92,82)
#42473E
(66,71,62)
#2C322A
(44,50,42)
#161D16
(22,29,22)
#000000
(0,0,0)

Tints of #F2EFDE

#F2EFDE
(242,239,222)
#F3F0E1
(243,240,225)
#F4F1E4
(244,241,228)
#F5F2E7
(245,242,231)
#F6F3EA
(246,243,234)
#F7F4ED
(247,244,237)
#F8F5F0
(248,245,240)
#F9F6F3
(249,246,243)
#FAF7F6
(250,247,246)
#FBF8F9
(251,248,249)
#FCF9FC
(252,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EFDE color. Also use rgb(242,239,222) instead hex code.

Text Font Color

.myTextColor { color: #F2EFDE; }

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

This text font color is #F2EFDE.


Background Color

.myBgColor { background-color: #F2EFDE; }

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

This div background color is #F2EFDE.


Border color

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

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

This div border color is #F2EFDE.


Opacity

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

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

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

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

This text has shadow with #F2EFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EFDE on black background.


Color preview on white background

This text has color #F2EFDE on white background.



Black color preview on #F2EFDE background

This text has black color on #F2EFDE background.


White color preview on #F2EFDE background

This text has white color on #F2EFDE background.