COLOR #F2ECD7

HEX: #F2ECD7 RGB: (242,236,215)

Color info

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

RGB color model

#F2ECD7 color RGB value is (242,236,215).

RGB: (242,236,215) (95%, 93%, 84%)

RGB channels and saturation

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

242
236
215

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

Portions of RGB colors in percentages

R + G + B = 242 + 236 + 215 = 693 (100%)
R 242 of 693 ~ 34.92%
G 236 of 693 ~ 34.05%
B 215 of 693 ~ 31.02'%

%34.92
%34.05
%31.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.48%
  • 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.48
%11.16
%5.1

Codes

Color #F2ECD7 in popluar color models

F2 EC D7
RGB 242 236 215
HSL 47° 50.94% 89.61%
HSB/HSV 47° 11.16% 94.90%
CMYK 0.00% 2.48% 11.16%
5.10%

Color #F2ECD7 in popluar number systems.

HEX F2 EC D7
Decimal 242 236 215
Binary 11110010 11101100 11010111
Octal 362 354 327

Shades and tints

Shades of #F2ECD7

#F2ECD7
(242,236,215)
#DCD7C4
(220,215,196)
#C6C2B1
(198,194,177)
#B0AD9E
(176,173,158)
#9A988B
(154,152,139)
#848378
(132,131,120)
#6E6E65
(110,110,101)
#585952
(88,89,82)
#42443F
(66,68,63)
#2C2F2C
(44,47,44)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #F2ECD7

#F2ECD7
(242,236,215)
#F3EDDA
(243,237,218)
#F4EEDD
(244,238,221)
#F5EFE0
(245,239,224)
#F6F0E3
(246,240,227)
#F7F1E6
(247,241,230)
#F8F2E9
(248,242,233)
#F9F3EC
(249,243,236)
#FAF4EF
(250,244,239)
#FBF5F2
(251,245,242)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2ECD7; }

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

This text font color is #F2ECD7.

Background Color

.myBgColor { background-color: #F2ECD7; }

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

This div background color is #F2ECD7.

Border color

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

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

This div border color is #F2ECD7.

Opacity

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

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

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

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

This text has shadow with #F2ECD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2ECD7.

Preview

Color preview on black background

This text has color #F2ECD7 on black background.


Color preview on white background

This text has color #F2ECD7 on white background.


Black color preview on #F2ECD7 background

This text has black color on #F2ECD7 background.


White color preview on #F2ECD7 background

This text has white color on #F2ECD7 background.


Related colors

Complementary color

Complementary color for #hex is #0D1328.


I love getcolorcode.com

Triadic colors

1 #D7F2EC and #ECD7F2 with #F2ECD7 are triadic colors.

2 #D7ECF2 and #ECF2D7 with #F2ECD7 are triadic colors.