COLOR #F2EDE8

HEX: #F2EDE8
RGB: (242,237,232)

Color info

#F2EDE8 contains red, green and blue colors in about the same proportion. Web safe color of #F2EDE8 is #FFFFFF (or #FFF).

RGB color model

#F2EDE8 color RGB value is (242,237,232).

  • red value is 242;
  • green value is 237;
  • blue value is 232.
RGB:
(242,237,232)
(95%,93%,91%)

RGB channels and saturation

R 242 of 255 = 95%
G 237 of 255 = 93%
B 232 of 255 = 91%

242
237
232

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

Portions of RGB colors in percentages

R + G + B =
242 + 237 + 232 = 711 (100%)
R 242 of 711 ~ 34.04%
G 237 of 711 ~ 33.33%
B 232 of 711 ~ 32.63%

%34.04
%33.33
%32.63

CMYK color model

#F2EDE8 color CMYK value is (0,2,4,5).

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 4.13%
  • key color value is 5.10%
CMYK:
(0,2,4,5)
C0M2Y4K5 
(0%,2%,4%,5%)
(0.00/0.02/0.04/0.05)	

CMYK percentages

%0
%2.07
%4.13
%5.1

Codes

Color #F2EDE8 in popluar color models

F2EDE8
RGB242237232
HSL30°27.78%92.94%
HSB/HSV30°4.13%94.90%
CMYK0.00%2.07%4.13%
5.10%

Color #F2EDE8 in popluar number systems.

HEXF2EDE8
Decimal242237232
Binary111100101110110111101000
Octal362355350

Shades and tints

Shades of #F2EDE8

#F2EDE8
(242,237,232)
#DCD8D3
(220,216,211)
#C6C3BE
(198,195,190)
#B0AEA9
(176,174,169)
#9A9994
(154,153,148)
#84847F
(132,132,127)
#6E6F6A
(110,111,106)
#585A55
(88,90,85)
#424540
(66,69,64)
#2C302B
(44,48,43)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #F2EDE8

#F2EDE8
(242,237,232)
#F3EEEA
(243,238,234)
#F4EFEC
(244,239,236)
#F5F0EE
(245,240,238)
#F6F1F0
(246,241,240)
#F7F2F2
(247,242,242)
#F8F3F4
(248,243,244)
#F9F4F6
(249,244,246)
#FAF5F8
(250,245,248)
#FBF6FA
(251,246,250)
#FCF7FC
(252,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EDE8 color. Also use rgb(242,237,232) instead hex code.

Text Font Color

.myTextColor { color: #F2EDE8; }

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

This text font color is #F2EDE8.


Background Color

.myBgColor { background-color: #F2EDE8; }

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

This div background color is #F2EDE8.


Border color

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

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

This div border color is #F2EDE8.


Opacity

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

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

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

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

This text has shadow with #F2EDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EDE8 on black background.


Color preview on white background

This text has color #F2EDE8 on white background.



Black color preview on #F2EDE8 background

This text has black color on #F2EDE8 background.


White color preview on #F2EDE8 background

This text has white color on #F2EDE8 background.