COLOR #F0EFD5

HEX: #F0EFD5 RGB: (240,239,213)

Color info

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

RGB color model

#F0EFD5 color RGB value is (240,239,213).

RGB: (240,239,213) (94%, 94%, 84%)

RGB channels and saturation

R 240 of 255 = 94%
G 239 of 255 = 94%
B 213 of 255 = 84%

240
239
213

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

Portions of RGB colors in percentages

R + G + B = 240 + 239 + 213 = 692 (100%)
R 240 of 692 ~ 34.68%
G 239 of 692 ~ 34.54%
B 213 of 692 ~ 30.78'%

%34.68
%34.54
%30.78

CMYK color model

#F0EFD5 color CMYK value is (0,0,11,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 11.25%
  • key color value is 5.88%

CMYK: (0,0,11,6)
C0M0Y11K6 (0%, 0%, 11%, 6%)
(0.00 / 0.00 / 0.11 / 0.06)

CMYK percentages

%0
%0.42
%11.25
%5.88

Codes

Color #F0EFD5 in popluar color models

F0 EF D5
RGB 240 239 213
HSL 58° 47.37% 88.82%
HSB/HSV 58° 11.25% 94.12%
CMYK 0.00% 0.42% 11.25%
5.88%

Color #F0EFD5 in popluar number systems.

HEX F0 EF D5
Decimal 240 239 213
Binary 11110000 11101111 11010101
Octal 360 357 325

Shades and tints

Shades of #F0EFD5

#F0EFD5
(240,239,213)
#DBDAC2
(219,218,194)
#C6C5AF
(198,197,175)
#B1B09C
(177,176,156)
#9C9B89
(156,155,137)
#878676
(135,134,118)
#727163
(114,113,99)
#5D5C50
(93,92,80)
#48473D
(72,71,61)
#33322A
(51,50,42)
#1E1D17
(30,29,23)
#000000
(0,0,0)

Tints of #F0EFD5

#F0EFD5
(240,239,213)
#F1F0D8
(241,240,216)
#F2F1DB
(242,241,219)
#F3F2DE
(243,242,222)
#F4F3E1
(244,243,225)
#F5F4E4
(245,244,228)
#F6F5E7
(246,245,231)
#F7F6EA
(247,246,234)
#F8F7ED
(248,247,237)
#F9F8F0
(249,248,240)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EFD5 color. Also use rgb(240,239,213) instead hex code.

Text Font Color

.myTextColor { color: #F0EFD5; }

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

This text font color is #F0EFD5.

Background Color

.myBgColor { background-color: #F0EFD5; }

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

This div background color is #F0EFD5.

Border color

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

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

This div border color is #F0EFD5.

Opacity

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

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

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

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

This text has shadow with #F0EFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EFD5.

Preview

Color preview on black background

This text has color #F0EFD5 on black background.


Color preview on white background

This text has color #F0EFD5 on white background.


Black color preview on #F0EFD5 background

This text has black color on #F0EFD5 background.


White color preview on #F0EFD5 background

This text has white color on #F0EFD5 background.


Related colors

Complementary color

Complementary color for #hex is #0F102A.


I love getcolorcode.com

Triadic colors

1 #D5F0EF and #EFD5F0 with #F0EFD5 are triadic colors.

2 #D5EFF0 and #EFF0D5 with #F0EFD5 are triadic colors.