COLOR #F0ECE3

HEX: #F0ECE3 RGB: (240,236,227)

Color info

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

RGB color model

#F0ECE3 color RGB value is (240,236,227).

RGB: (240,236,227) (94%, 93%, 89%)

RGB channels and saturation

R 240 of 255 = 94%
G 236 of 255 = 93%
B 227 of 255 = 89%

240
236
227

R + G + B ~ 92%. #F0ECE3 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 236 + 227 = 703 (100%)
R 240 of 703 ~ 34.14%
G 236 of 703 ~ 33.57%
B 227 of 703 ~ 32.29'%

%34.14
%33.57
%32.29

CMYK color model

#F0ECE3 color CMYK value is (0,2,5,6).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 5.42%
  • key color value is 5.88%
CMYK: (0,2,5,6) C0M2Y5K6 (0%,2%,5%,6%) (0.00/0.02/0.05/0.06) 

CMYK percentages

%0
%1.67
%5.42
%5.88

Codes

Color #F0ECE3 in popluar color models

F0 EC E3
RGB 240 236 227
HSL 42° 30.23% 91.57%
HSB/HSV 42° 5.42% 94.12%
CMYK 0.00% 1.67% 5.42%
5.88%

Color #F0ECE3 in popluar number systems.

HEX F0 EC E3
Decimal 240 236 227
Binary 11110000 11101100 11100011
Octal 360 354 343

Shades and tints

Shades of #F0ECE3

#F0ECE3
(240,236,227)
#DBD7CF
(219,215,207)
#C6C2BB
(198,194,187)
#B1ADA7
(177,173,167)
#9C9893
(156,152,147)
#87837F
(135,131,127)
#726E6B
(114,110,107)
#5D5957
(93,89,87)
#484443
(72,68,67)
#332F2F
(51,47,47)
#1E1A1B
(30,26,27)
#000000
(0,0,0)

Tints of #F0ECE3

#F0ECE3
(240,236,227)
#F1EDE5
(241,237,229)
#F2EEE7
(242,238,231)
#F3EFE9
(243,239,233)
#F4F0EB
(244,240,235)
#F5F1ED
(245,241,237)
#F6F2EF
(246,242,239)
#F7F3F1
(247,243,241)
#F8F4F3
(248,244,243)
#F9F5F5
(249,245,245)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0ECE3; }

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

This text font color is #F0ECE3.

Background Color

.myBgColor { background-color: #F0ECE3; }

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

This div background color is #F0ECE3.

Border color

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

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

This div border color is #F0ECE3.

Opacity

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

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

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

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

This text has shadow with #F0ECE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0ECE3.

Preview

Color preview on black background

This text has color #F0ECE3 on black background.


Color preview on white background

This text has color #F0ECE3 on white background.


Black color preview on #F0ECE3 background

This text has black color on #F0ECE3 background.


White color preview on #F0ECE3 background

This text has white color on #F0ECE3 background.


Related colors

Complementary color

Complementary color for #hex is #0F131C.


I love getcolorcode.com

Triadic colors

1 #E3F0EC and #ECE3F0 with #F0ECE3 are triadic colors.

2 #E3ECF0 and #ECF0E3 with #F0ECE3 are triadic colors.