COLOR #F2EAE0

HEX: #F2EAE0
RGB: (242,234,224)

Color info

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

RGB color model

#F2EAE0 color RGB value is (242,234,224).

  • red value is 242;
  • green value is 234;
  • blue value is 224.
RGB:
(242,234,224)
(95%,92%,88%)

RGB channels and saturation

R 242 of 255 = 95%
G 234 of 255 = 92%
B 224 of 255 = 88%

242
234
224

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

Portions of RGB colors in percentages

R + G + B =
242 + 234 + 224 = 700 (100%)
R 242 of 700 ~ 34.57%
G 234 of 700 ~ 33.43%
B 224 of 700 ~ 32%

%34.57
%33.43
%32

CMYK color model

#F2EAE0 color CMYK value is (0,3,7,5).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 7.44%
  • key color value is 5.10%
CMYK:
(0,3,7,5)
C0M3Y7K5 
(0%,3%,7%,5%)
(0.00/0.03/0.07/0.05)	

CMYK percentages

%0
%3.31
%7.44
%5.1

Codes

Color #F2EAE0 in popluar color models

F2EAE0
RGB242234224
HSL33°40.91%91.37%
HSB/HSV33°7.44%94.90%
CMYK0.00%3.31%7.44%
5.10%

Color #F2EAE0 in popluar number systems.

HEXF2EAE0
Decimal242234224
Binary111100101110101011100000
Octal362352340

Shades and tints

Shades of #F2EAE0

#F2EAE0
(242,234,224)
#DCD5CC
(220,213,204)
#C6C0B8
(198,192,184)
#B0ABA4
(176,171,164)
#9A9690
(154,150,144)
#84817C
(132,129,124)
#6E6C68
(110,108,104)
#585754
(88,87,84)
#424240
(66,66,64)
#2C2D2C
(44,45,44)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #F2EAE0

#F2EAE0
(242,234,224)
#F3EBE2
(243,235,226)
#F4ECE4
(244,236,228)
#F5EDE6
(245,237,230)
#F6EEE8
(246,238,232)
#F7EFEA
(247,239,234)
#F8F0EC
(248,240,236)
#F9F1EE
(249,241,238)
#FAF2F0
(250,242,240)
#FBF3F2
(251,243,242)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EAE0 color. Also use rgb(242,234,224) instead hex code.

Text Font Color

.myTextColor { color: #F2EAE0; }

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

This text font color is #F2EAE0.


Background Color

.myBgColor { background-color: #F2EAE0; }

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

This div background color is #F2EAE0.


Border color

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

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

This div border color is #F2EAE0.


Opacity

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

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

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

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

This text has shadow with #F2EAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EAE0 on black background.


Color preview on white background

This text has color #F2EAE0 on white background.



Black color preview on #F2EAE0 background

This text has black color on #F2EAE0 background.


White color preview on #F2EAE0 background

This text has white color on #F2EAE0 background.