COLOR #F2EDE2

HEX: #F2EDE2 RGB: (242,237,226)

Color info

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

RGB color model

#F2EDE2 color RGB value is (242,237,226).

RGB: (242,237,226) (95%, 93%, 89%)

RGB channels and saturation

R 242 of 255 = 95%
G 237 of 255 = 93%
B 226 of 255 = 89%

242
237
226

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

Portions of RGB colors in percentages

R + G + B = 242 + 237 + 226 = 705 (100%)
R 242 of 705 ~ 34.33%
G 237 of 705 ~ 33.62%
B 226 of 705 ~ 32.06'%

%34.33
%33.62
%32.06

CMYK color model

#F2EDE2 color CMYK value is (0,2,7,5).

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 6.61%
  • key color value is 5.10%
CMYK: (0,2,7,5) C0M2Y7K5 (0%,2%,7%,5%) (0.00/0.02/0.07/0.05) 

CMYK percentages

%0
%2.07
%6.61
%5.1

Codes

Color #F2EDE2 in popluar color models

F2 ED E2
RGB 242 237 226
HSL 41° 38.10% 91.76%
HSB/HSV 41° 6.61% 94.90%
CMYK 0.00% 2.07% 6.61%
5.10%

Color #F2EDE2 in popluar number systems.

HEX F2 ED E2
Decimal 242 237 226
Binary 11110010 11101101 11100010
Octal 362 355 342

Shades and tints

Shades of #F2EDE2

#F2EDE2
(242,237,226)
#DCD8CE
(220,216,206)
#C6C3BA
(198,195,186)
#B0AEA6
(176,174,166)
#9A9992
(154,153,146)
#84847E
(132,132,126)
#6E6F6A
(110,111,106)
#585A56
(88,90,86)
#424542
(66,69,66)
#2C302E
(44,48,46)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #F2EDE2

#F2EDE2
(242,237,226)
#F3EEE4
(243,238,228)
#F4EFE6
(244,239,230)
#F5F0E8
(245,240,232)
#F6F1EA
(246,241,234)
#F7F2EC
(247,242,236)
#F8F3EE
(248,243,238)
#F9F4F0
(249,244,240)
#FAF5F2
(250,245,242)
#FBF6F4
(251,246,244)
#FCF7F6
(252,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EDE2; }

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

This text font color is #F2EDE2.

Background Color

.myBgColor { background-color: #F2EDE2; }

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

This div background color is #F2EDE2.

Border color

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

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

This div border color is #F2EDE2.

Opacity

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

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

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

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

This text has shadow with #F2EDE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2EDE2.

Preview

Color preview on black background

This text has color #F2EDE2 on black background.


Color preview on white background

This text has color #F2EDE2 on white background.


Black color preview on #F2EDE2 background

This text has black color on #F2EDE2 background.


White color preview on #F2EDE2 background

This text has white color on #F2EDE2 background.


Related colors

Complementary color

Complementary color for #hex is #0D121D.


I love getcolorcode.com

Triadic colors

1 #E2F2ED and #EDE2F2 with #F2EDE2 are triadic colors.

2 #E2EDF2 and #EDF2E2 with #F2EDE2 are triadic colors.