COLOR #F2EDD7

HEX: #F2EDD7
RGB: (242,237,215)

Color info

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

RGB color model

#F2EDD7 color RGB value is (242,237,215).

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

RGB channels and saturation

R 242 of 255 = 95%
G 237 of 255 = 93%
B 215 of 255 = 84%

242
237
215

R + G + B ~ 91%. #F2EDD7 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 237 + 215 = 694 (100%)
R 242 of 694 ~ 34.87%
G 237 of 694 ~ 34.15%
B 215 of 694 ~ 30.98%

%34.87
%34.15
%30.98

CMYK color model

#F2EDD7 color CMYK value is (0,2,11,5).

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 11.16%
  • key color value is 5.10%
CMYK:
(0,2,11,5)
C0M2Y11K5 
(0%,2%,11%,5%)
(0.00/0.02/0.11/0.05)	

CMYK percentages

%0
%2.07
%11.16
%5.1

Codes

Color #F2EDD7 in popluar color models

F2EDD7
RGB242237215
HSL49°50.94%89.61%
HSB/HSV49°11.16%94.90%
CMYK0.00%2.07%11.16%
5.10%

Color #F2EDD7 in popluar number systems.

HEXF2EDD7
Decimal242237215
Binary111100101110110111010111
Octal362355327

Shades and tints

Shades of #F2EDD7

#F2EDD7
(242,237,215)
#DCD8C4
(220,216,196)
#C6C3B1
(198,195,177)
#B0AE9E
(176,174,158)
#9A998B
(154,153,139)
#848478
(132,132,120)
#6E6F65
(110,111,101)
#585A52
(88,90,82)
#42453F
(66,69,63)
#2C302C
(44,48,44)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #F2EDD7

#F2EDD7
(242,237,215)
#F3EEDA
(243,238,218)
#F4EFDD
(244,239,221)
#F5F0E0
(245,240,224)
#F6F1E3
(246,241,227)
#F7F2E6
(247,242,230)
#F8F3E9
(248,243,233)
#F9F4EC
(249,244,236)
#FAF5EF
(250,245,239)
#FBF6F2
(251,246,242)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EDD7; }

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

This text font color is #F2EDD7.


Background Color

.myBgColor { background-color: #F2EDD7; }

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

This div background color is #F2EDD7.


Border color

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

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

This div border color is #F2EDD7.


Opacity

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

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

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

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

This text has shadow with #F2EDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EDD7 on black background.


Color preview on white background

This text has color #F2EDD7 on white background.



Black color preview on #F2EDD7 background

This text has black color on #F2EDD7 background.


White color preview on #F2EDD7 background

This text has white color on #F2EDD7 background.