COLOR #F0EEC5

HEX: #F0EEC5 RGB: (240,238,197)

Color info

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

RGB color model

#F0EEC5 color RGB value is (240,238,197).

RGB: (240,238,197) (94%, 93%, 77%)

RGB channels and saturation

R 240 of 255 = 94%
G 238 of 255 = 93%
B 197 of 255 = 77%

240
238
197

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

Portions of RGB colors in percentages

R + G + B = 240 + 238 + 197 = 675 (100%)
R 240 of 675 ~ 35.56%
G 238 of 675 ~ 35.26%
B 197 of 675 ~ 29.19'%

%35.56
%35.26
%29.19

CMYK color model

#F0EEC5 color CMYK value is (0,1,18,6).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 17.92%
  • key color value is 5.88%

CMYK: (0,1,18,6)
C0M1Y18K6 (0%, 1%, 18%, 6%)
(0.00 / 0.01 / 0.18 / 0.06)

CMYK percentages

%0
%0.83
%17.92
%5.88

Codes

Color #F0EEC5 in popluar color models

F0 EE C5
RGB 240 238 197
HSL 57° 58.90% 85.69%
HSB/HSV 57° 17.92% 94.12%
CMYK 0.00% 0.83% 17.92%
5.88%

Color #F0EEC5 in popluar number systems.

HEX F0 EE C5
Decimal 240 238 197
Binary 11110000 11101110 11000101
Octal 360 356 305

Shades and tints

Shades of #F0EEC5

#F0EEC5
(240,238,197)
#DBD9B4
(219,217,180)
#C6C4A3
(198,196,163)
#B1AF92
(177,175,146)
#9C9A81
(156,154,129)
#878570
(135,133,112)
#72705F
(114,112,95)
#5D5B4E
(93,91,78)
#48463D
(72,70,61)
#33312C
(51,49,44)
#1E1C1B
(30,28,27)
#000000
(0,0,0)

Tints of #F0EEC5

#F0EEC5
(240,238,197)
#F1EFCA
(241,239,202)
#F2F0CF
(242,240,207)
#F3F1D4
(243,241,212)
#F4F2D9
(244,242,217)
#F5F3DE
(245,243,222)
#F6F4E3
(246,244,227)
#F7F5E8
(247,245,232)
#F8F6ED
(248,246,237)
#F9F7F2
(249,247,242)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EEC5 color. Also use rgb(240,238,197) instead hex code.

Text Font Color

.myTextColor { color: #F0EEC5; }

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

This text font color is #F0EEC5.

Background Color

.myBgColor { background-color: #F0EEC5; }

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

This div background color is #F0EEC5.

Border color

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

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

This div border color is #F0EEC5.

Opacity

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

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

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

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

This text has shadow with #F0EEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EEC5.

Preview

Color preview on black background

This text has color #F0EEC5 on black background.


Color preview on white background

This text has color #F0EEC5 on white background.


Black color preview on #F0EEC5 background

This text has black color on #F0EEC5 background.


White color preview on #F0EEC5 background

This text has white color on #F0EEC5 background.


Related colors

Complementary color

Complementary color for #hex is #0F113A.


I love getcolorcode.com

Triadic colors

1 #C5F0EE and #EEC5F0 with #F0EEC5 are triadic colors.

2 #C5EEF0 and #EEF0C5 with #F0EEC5 are triadic colors.