COLOR #F0ECDA

HEX: #F0ECDA RGB: (240,236,218)

Color info

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

RGB color model

#F0ECDA color RGB value is (240,236,218).

RGB: (240,236,218) (94%, 93%, 85%)

RGB channels and saturation

R 240 of 255 = 94%
G 236 of 255 = 93%
B 218 of 255 = 85%

240
236
218

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

Portions of RGB colors in percentages

R + G + B = 240 + 236 + 218 = 694 (100%)
R 240 of 694 ~ 34.58%
G 236 of 694 ~ 34.01%
B 218 of 694 ~ 31.41'%

%34.58
%34.01
%31.41

CMYK color model

#F0ECDA color CMYK value is (0,2,9,6).

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

CMYK: (0,2,9,6)
C0M2Y9K6 (0%, 2%, 9%, 6%)
(0.00 / 0.02 / 0.09 / 0.06)

CMYK percentages

%0
%1.67
%9.17
%5.88

Codes

Color #F0ECDA in popluar color models

F0 EC DA
RGB 240 236 218
HSL 49° 42.31% 89.80%
HSB/HSV 49° 9.17% 94.12%
CMYK 0.00% 1.67% 9.17%
5.88%

Color #F0ECDA in popluar number systems.

HEX F0 EC DA
Decimal 240 236 218
Binary 11110000 11101100 11011010
Octal 360 354 332

Shades and tints

Shades of #F0ECDA

#F0ECDA
(240,236,218)
#DBD7C7
(219,215,199)
#C6C2B4
(198,194,180)
#B1ADA1
(177,173,161)
#9C988E
(156,152,142)
#87837B
(135,131,123)
#726E68
(114,110,104)
#5D5955
(93,89,85)
#484442
(72,68,66)
#332F2F
(51,47,47)
#1E1A1C
(30,26,28)
#000000
(0,0,0)

Tints of #F0ECDA

#F0ECDA
(240,236,218)
#F1EDDD
(241,237,221)
#F2EEE0
(242,238,224)
#F3EFE3
(243,239,227)
#F4F0E6
(244,240,230)
#F5F1E9
(245,241,233)
#F6F2EC
(246,242,236)
#F7F3EF
(247,243,239)
#F8F4F2
(248,244,242)
#F9F5F5
(249,245,245)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0ECDA; }

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

This text font color is #F0ECDA.

Background Color

.myBgColor { background-color: #F0ECDA; }

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

This div background color is #F0ECDA.

Border color

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

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

This div border color is #F0ECDA.

Opacity

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

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

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

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

This text has shadow with #F0ECDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0ECDA.

Preview

Color preview on black background

This text has color #F0ECDA on black background.


Color preview on white background

This text has color #F0ECDA on white background.


Black color preview on #F0ECDA background

This text has black color on #F0ECDA background.


White color preview on #F0ECDA background

This text has white color on #F0ECDA background.


Related colors

Complementary color

Complementary color for #hex is #0F1325.


I love getcolorcode.com

Triadic colors

1 #DAF0EC and #ECDAF0 with #F0ECDA are triadic colors.

2 #DAECF0 and #ECF0DA with #F0ECDA are triadic colors.