COLOR #F0ECDC

HEX: #F0ECDC RGB: (240,236,220)

Color info

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

RGB color model

#F0ECDC color RGB value is (240,236,220).

RGB: (240,236,220) (94%, 93%, 86%)

RGB channels and saturation

R 240 of 255 = 94%
G 236 of 255 = 93%
B 220 of 255 = 86%

240
236
220

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

Portions of RGB colors in percentages

R + G + B = 240 + 236 + 220 = 696 (100%)
R 240 of 696 ~ 34.48%
G 236 of 696 ~ 33.91%
B 220 of 696 ~ 31.61'%

%34.48
%33.91
%31.61

CMYK color model

#F0ECDC color CMYK value is (0,2,8,6).

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

CMYK: (0,2,8,6)
C0M2Y8K6 (0%, 2%, 8%, 6%)
(0.00 / 0.02 / 0.08 / 0.06)

CMYK percentages

%0
%1.67
%8.33
%5.88

Codes

Color #F0ECDC in popluar color models

F0 EC DC
RGB 240 236 220
HSL 48° 40.00% 90.20%
HSB/HSV 48° 8.33% 94.12%
CMYK 0.00% 1.67% 8.33%
5.88%

Color #F0ECDC in popluar number systems.

HEX F0 EC DC
Decimal 240 236 220
Binary 11110000 11101100 11011100
Octal 360 354 334

Shades and tints

Shades of #F0ECDC

#F0ECDC
(240,236,220)
#DBD7C8
(219,215,200)
#C6C2B4
(198,194,180)
#B1ADA0
(177,173,160)
#9C988C
(156,152,140)
#878378
(135,131,120)
#726E64
(114,110,100)
#5D5950
(93,89,80)
#48443C
(72,68,60)
#332F28
(51,47,40)
#1E1A14
(30,26,20)
#000000
(0,0,0)

Tints of #F0ECDC

#F0ECDC
(240,236,220)
#F1EDDF
(241,237,223)
#F2EEE2
(242,238,226)
#F3EFE5
(243,239,229)
#F4F0E8
(244,240,232)
#F5F1EB
(245,241,235)
#F6F2EE
(246,242,238)
#F7F3F1
(247,243,241)
#F8F4F4
(248,244,244)
#F9F5F7
(249,245,247)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0ECDC; }

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

This text font color is #F0ECDC.

Background Color

.myBgColor { background-color: #F0ECDC; }

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

This div background color is #F0ECDC.

Border color

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

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

This div border color is #F0ECDC.

Opacity

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

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

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

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

This text has shadow with #F0ECDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0ECDC.

Preview

Color preview on black background

This text has color #F0ECDC on black background.


Color preview on white background

This text has color #F0ECDC on white background.


Black color preview on #F0ECDC background

This text has black color on #F0ECDC background.


White color preview on #F0ECDC background

This text has white color on #F0ECDC background.


Related colors

Complementary color

Complementary color for #hex is #0F1323.


I love getcolorcode.com

Triadic colors

1 #DCF0EC and #ECDCF0 with #F0ECDC are triadic colors.

2 #DCECF0 and #ECF0DC with #F0ECDC are triadic colors.