COLOR #F2EFE4

HEX: #F2EFE4
RGB: (242,239,228)

Color info

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

RGB color model

#F2EFE4 color RGB value is (242,239,228).

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

RGB channels and saturation

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

242
239
228

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

Portions of RGB colors in percentages

R + G + B =
242 + 239 + 228 = 709 (100%)
R 242 of 709 ~ 34.13%
G 239 of 709 ~ 33.71%
B 228 of 709 ~ 32.16%

%34.13
%33.71
%32.16

CMYK color model

#F2EFE4 color CMYK value is (0,1,6,5).

  • cyan value is 0.00%
  • magenta value is 1.24%
  • yellow value is 5.79%
  • key color value is 5.10%
CMYK:
(0,1,6,5)
C0M1Y6K5 
(0%,1%,6%,5%)
(0.00/0.01/0.06/0.05)	

CMYK percentages

%0
%1.24
%5.79
%5.1

Codes

Color #F2EFE4 in popluar color models

F2EFE4
RGB242239228
HSL47°35.00%92.16%
HSB/HSV47°5.79%94.90%
CMYK0.00%1.24%5.79%
5.10%

Color #F2EFE4 in popluar number systems.

HEXF2EFE4
Decimal242239228
Binary111100101110111111100100
Octal362357344

Shades and tints

Shades of #F2EFE4

#F2EFE4
(242,239,228)
#DCDAD0
(220,218,208)
#C6C5BC
(198,197,188)
#B0B0A8
(176,176,168)
#9A9B94
(154,155,148)
#848680
(132,134,128)
#6E716C
(110,113,108)
#585C58
(88,92,88)
#424744
(66,71,68)
#2C3230
(44,50,48)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #F2EFE4

#F2EFE4
(242,239,228)
#F3F0E6
(243,240,230)
#F4F1E8
(244,241,232)
#F5F2EA
(245,242,234)
#F6F3EC
(246,243,236)
#F7F4EE
(247,244,238)
#F8F5F0
(248,245,240)
#F9F6F2
(249,246,242)
#FAF7F4
(250,247,244)
#FBF8F6
(251,248,246)
#FCF9F8
(252,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EFE4; }

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

This text font color is #F2EFE4.


Background Color

.myBgColor { background-color: #F2EFE4; }

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

This div background color is #F2EFE4.


Border color

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

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

This div border color is #F2EFE4.


Opacity

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

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

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

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

This text has shadow with #F2EFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EFE4 on black background.


Color preview on white background

This text has color #F2EFE4 on white background.



Black color preview on #F2EFE4 background

This text has black color on #F2EFE4 background.


White color preview on #F2EFE4 background

This text has white color on #F2EFE4 background.