COLOR #F2F6EC

HEX: #F2F6EC RGB: (242,246,236)

Color info

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

RGB color model

#F2F6EC color RGB value is (242,246,236).

RGB: (242,246,236) (95%, 96%, 93%)

RGB channels and saturation

R 242 of 255 = 95%
G 246 of 255 = 96%
B 236 of 255 = 93%

242
246
236

R + G + B ~ 95%. #F2F6EC is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 246 + 236 = 724 (100%)
R 242 of 724 ~ 33.43%
G 246 of 724 ~ 33.98%
B 236 of 724 ~ 32.6'%

%33.43
%33.98
%32.6

CMYK color model

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

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 3.53%

CMYK: (2,0,4,4)
C2M0Y4K4 (2%, 0%, 4%, 4%)
(0.02 / 0.00 / 0.04 / 0.04)

CMYK percentages

%1.63
%0
%4.07
%3.53

Codes

Color #F2F6EC in popluar color models

F2 F6 EC
RGB 242 246 236
HSL 84° 35.71% 94.51%
HSB/HSV 84° 4.07% 96.47%
CMYK 1.63% 0.00% 4.07%
3.53%

Color #F2F6EC in popluar number systems.

HEX F2 F6 EC
Decimal 242 246 236
Binary 11110010 11110110 11101100
Octal 362 366 354

Shades and tints

Shades of #F2F6EC

#F2F6EC
(242,246,236)
#DCE0D7
(220,224,215)
#C6CAC2
(198,202,194)
#B0B4AD
(176,180,173)
#9A9E98
(154,158,152)
#848883
(132,136,131)
#6E726E
(110,114,110)
#585C59
(88,92,89)
#424644
(66,70,68)
#2C302F
(44,48,47)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #F2F6EC

#F2F6EC
(242,246,236)
#F3F6ED
(243,246,237)
#F4F6EE
(244,246,238)
#F5F6EF
(245,246,239)
#F6F6F0
(246,246,240)
#F7F6F1
(247,246,241)
#F8F6F2
(248,246,242)
#F9F6F3
(249,246,243)
#FAF6F4
(250,246,244)
#FBF6F5
(251,246,245)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F6EC; }

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

This text font color is #F2F6EC.

Background Color

.myBgColor { background-color: #F2F6EC; }

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

This div background color is #F2F6EC.

Border color

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

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

This div border color is #F2F6EC.

Opacity

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

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

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

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

This text has shadow with #F2F6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2F6EC.

Preview

Color preview on black background

This text has color #F2F6EC on black background.


Color preview on white background

This text has color #F2F6EC on white background.


Black color preview on #F2F6EC background

This text has black color on #F2F6EC background.


White color preview on #F2F6EC background

This text has white color on #F2F6EC background.


Related colors

Complementary color

Complementary color for #hex is #0D0913.


I love getcolorcode.com

Triadic colors

1 #ECF2F6 and #F6ECF2 with #F2F6EC are triadic colors.

2 #ECF6F2 and #F6F2EC with #F2F6EC are triadic colors.