COLOR #F2EFE2

HEX: #F2EFE2
RGB: (242,239,226)

Color info

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

RGB color model

#F2EFE2 color RGB value is (242,239,226).

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

RGB channels and saturation

R 242 of 255 = 95%
G 239 of 255 = 94%
B 226 of 255 = 89%

242
239
226

R + G + B ~ 93%. #F2EFE2 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 239 + 226 = 707 (100%)
R 242 of 707 ~ 34.23%
G 239 of 707 ~ 33.8%
B 226 of 707 ~ 31.97%

%34.23
%33.8
%31.97

CMYK color model

#F2EFE2 color CMYK value is (0,1,7,5).

  • cyan value is 0.00%
  • magenta value is 1.24%
  • yellow value is 6.61%
  • key color value is 5.10%
CMYK:
(0,1,7,5)
C0M1Y7K5 
(0%,1%,7%,5%)
(0.00/0.01/0.07/0.05)	

CMYK percentages

%0
%1.24
%6.61
%5.1

Codes

Color #F2EFE2 in popluar color models

F2EFE2
RGB242239226
HSL49°38.10%91.76%
HSB/HSV49°6.61%94.90%
CMYK0.00%1.24%6.61%
5.10%

Color #F2EFE2 in popluar number systems.

HEXF2EFE2
Decimal242239226
Binary111100101110111111100010
Octal362357342

Shades and tints

Shades of #F2EFE2

#F2EFE2
(242,239,226)
#DCDACE
(220,218,206)
#C6C5BA
(198,197,186)
#B0B0A6
(176,176,166)
#9A9B92
(154,155,146)
#84867E
(132,134,126)
#6E716A
(110,113,106)
#585C56
(88,92,86)
#424742
(66,71,66)
#2C322E
(44,50,46)
#161D1A
(22,29,26)
#000000
(0,0,0)

Tints of #F2EFE2

#F2EFE2
(242,239,226)
#F3F0E4
(243,240,228)
#F4F1E6
(244,241,230)
#F5F2E8
(245,242,232)
#F6F3EA
(246,243,234)
#F7F4EC
(247,244,236)
#F8F5EE
(248,245,238)
#F9F6F0
(249,246,240)
#FAF7F2
(250,247,242)
#FBF8F4
(251,248,244)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EFE2; }

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

This text font color is #F2EFE2.


Background Color

.myBgColor { background-color: #F2EFE2; }

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

This div background color is #F2EFE2.


Border color

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

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

This div border color is #F2EFE2.


Opacity

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

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

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

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

This text has shadow with #F2EFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EFE2 on black background.


Color preview on white background

This text has color #F2EFE2 on white background.



Black color preview on #F2EFE2 background

This text has black color on #F2EFE2 background.


White color preview on #F2EFE2 background

This text has white color on #F2EFE2 background.