COLOR #F0ECC2

HEX: #F0ECC2 RGB: (240,236,194)

Color info

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

RGB color model

#F0ECC2 color RGB value is (240,236,194).

RGB: (240,236,194) (94%, 93%, 76%)

RGB channels and saturation

R 240 of 255 = 94%
G 236 of 255 = 93%
B 194 of 255 = 76%

240
236
194

R + G + B ~ 88%. #F0ECC2 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 236 + 194 = 670 (100%)
R 240 of 670 ~ 35.82%
G 236 of 670 ~ 35.22%
B 194 of 670 ~ 28.96'%

%35.82
%35.22
%28.96

CMYK color model

#F0ECC2 color CMYK value is (0,2,19,6).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 19.17%
  • key color value is 5.88%

CMYK: (0,2,19,6)
C0M2Y19K6 (0%, 2%, 19%, 6%)
(0.00 / 0.02 / 0.19 / 0.06)

CMYK percentages

%0
%1.67
%19.17
%5.88

Codes

Color #F0ECC2 in popluar color models

F0 EC C2
RGB 240 236 194
HSL 55° 60.53% 85.10%
HSB/HSV 55° 19.17% 94.12%
CMYK 0.00% 1.67% 19.17%
5.88%

Color #F0ECC2 in popluar number systems.

HEX F0 EC C2
Decimal 240 236 194
Binary 11110000 11101100 11000010
Octal 360 354 302

Shades and tints

Shades of #F0ECC2

#F0ECC2
(240,236,194)
#DBD7B1
(219,215,177)
#C6C2A0
(198,194,160)
#B1AD8F
(177,173,143)
#9C987E
(156,152,126)
#87836D
(135,131,109)
#726E5C
(114,110,92)
#5D594B
(93,89,75)
#48443A
(72,68,58)
#332F29
(51,47,41)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #F0ECC2

#F0ECC2
(240,236,194)
#F1EDC7
(241,237,199)
#F2EECC
(242,238,204)
#F3EFD1
(243,239,209)
#F4F0D6
(244,240,214)
#F5F1DB
(245,241,219)
#F6F2E0
(246,242,224)
#F7F3E5
(247,243,229)
#F8F4EA
(248,244,234)
#F9F5EF
(249,245,239)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0ECC2 color. Also use rgb(240,236,194) instead hex code.

Text Font Color

.myTextColor { color: #F0ECC2; }

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

This text font color is #F0ECC2.

Background Color

.myBgColor { background-color: #F0ECC2; }

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

This div background color is #F0ECC2.

Border color

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

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

This div border color is #F0ECC2.

Opacity

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

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

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

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

This text has shadow with #F0ECC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0ECC2.

Preview

Color preview on black background

This text has color #F0ECC2 on black background.


Color preview on white background

This text has color #F0ECC2 on white background.


Black color preview on #F0ECC2 background

This text has black color on #F0ECC2 background.


White color preview on #F0ECC2 background

This text has white color on #F0ECC2 background.


Related colors

Complementary color

Complementary color for #hex is #0F133D.


I love getcolorcode.com

Triadic colors

1 #C2F0EC and #ECC2F0 with #F0ECC2 are triadic colors.

2 #C2ECF0 and #ECF0C2 with #F0ECC2 are triadic colors.