COLOR #F2F2ED

HEX: #F2F2ED RGB: (242,242,237)

Color info

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

RGB color model

#F2F2ED color RGB value is (242,242,237).

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

RGB channels and saturation

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

242
242
237

R + G + B ~ 94%. #F2F2ED is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 242 + 237 = 721 (100%)
R 242 of 721 ~ 33.56%
G 242 of 721 ~ 33.56%
B 237 of 721 ~ 32.87'%

%33.56
%33.56
%32.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 5.10%

CMYK: (0,0,2,5)
C0M0Y2K5 (0%, 0%, 2%, 5%)
(0.00 / 0.00 / 0.02 / 0.05)

CMYK percentages

%0
%0
%2.07
%5.1

Codes

Color #F2F2ED in popluar color models

F2 F2 ED
RGB 242 242 237
HSL 60° 16.13% 93.92%
HSB/HSV 60° 2.07% 94.90%
CMYK 0.00% 0.00% 2.07%
5.10%

Color #F2F2ED in popluar number systems.

HEX F2 F2 ED
Decimal 242 242 237
Binary 11110010 11110010 11101101
Octal 362 362 355

Shades and tints

Shades of #F2F2ED

#F2F2ED
(242,242,237)
#DCDCD8
(220,220,216)
#C6C6C3
(198,198,195)
#B0B0AE
(176,176,174)
#9A9A99
(154,154,153)
#848484
(132,132,132)
#6E6E6F
(110,110,111)
#58585A
(88,88,90)
#424245
(66,66,69)
#2C2C30
(44,44,48)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #F2F2ED

#F2F2ED
(242,242,237)
#F3F3EE
(243,243,238)
#F4F4EF
(244,244,239)
#F5F5F0
(245,245,240)
#F6F6F1
(246,246,241)
#F7F7F2
(247,247,242)
#F8F8F3
(248,248,243)
#F9F9F4
(249,249,244)
#FAFAF5
(250,250,245)
#FBFBF6
(251,251,246)
#FCFCF7
(252,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F2ED; }

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

This text font color is #F2F2ED.

Background Color

.myBgColor { background-color: #F2F2ED; }

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

This div background color is #F2F2ED.

Border color

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

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

This div border color is #F2F2ED.

Opacity

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

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

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

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

This text has shadow with #F2F2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2F2ED.

Preview

Color preview on black background

This text has color #F2F2ED on black background.


Color preview on white background

This text has color #F2F2ED on white background.


Black color preview on #F2F2ED background

This text has black color on #F2F2ED background.


White color preview on #F2F2ED background

This text has white color on #F2F2ED background.


Related colors

Complementary color

Complementary color for #hex is #0D0D12.


I love getcolorcode.com