COLOR #F0EBD0

HEX: #F0EBD0 RGB: (240,235,208)

Color info

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

RGB color model

#F0EBD0 color RGB value is (240,235,208).

RGB: (240,235,208) (94%, 92%, 82%)

RGB channels and saturation

R 240 of 255 = 94%
G 235 of 255 = 92%
B 208 of 255 = 82%

240
235
208

R + G + B ~ 89%. #F0EBD0 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 235 + 208 = 683 (100%)
R 240 of 683 ~ 35.14%
G 235 of 683 ~ 34.41%
B 208 of 683 ~ 30.45'%

%35.14
%34.41
%30.45

CMYK color model

#F0EBD0 color CMYK value is (0,2,13,6).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 13.33%
  • key color value is 5.88%

CMYK: (0,2,13,6)
C0M2Y13K6 (0%, 2%, 13%, 6%)
(0.00 / 0.02 / 0.13 / 0.06)

CMYK percentages

%0
%2.08
%13.33
%5.88

Codes

Color #F0EBD0 in popluar color models

F0 EB D0
RGB 240 235 208
HSL 51° 51.61% 87.84%
HSB/HSV 51° 13.33% 94.12%
CMYK 0.00% 2.08% 13.33%
5.88%

Color #F0EBD0 in popluar number systems.

HEX F0 EB D0
Decimal 240 235 208
Binary 11110000 11101011 11010000
Octal 360 353 320

Shades and tints

Shades of #F0EBD0

#F0EBD0
(240,235,208)
#DBD6BE
(219,214,190)
#C6C1AC
(198,193,172)
#B1AC9A
(177,172,154)
#9C9788
(156,151,136)
#878276
(135,130,118)
#726D64
(114,109,100)
#5D5852
(93,88,82)
#484340
(72,67,64)
#332E2E
(51,46,46)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #F0EBD0

#F0EBD0
(240,235,208)
#F1ECD4
(241,236,212)
#F2EDD8
(242,237,216)
#F3EEDC
(243,238,220)
#F4EFE0
(244,239,224)
#F5F0E4
(245,240,228)
#F6F1E8
(246,241,232)
#F7F2EC
(247,242,236)
#F8F3F0
(248,243,240)
#F9F4F4
(249,244,244)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EBD0 color. Also use rgb(240,235,208) instead hex code.

Text Font Color

.myTextColor { color: #F0EBD0; }

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

This text font color is #F0EBD0.

Background Color

.myBgColor { background-color: #F0EBD0; }

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

This div background color is #F0EBD0.

Border color

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

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

This div border color is #F0EBD0.

Opacity

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

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

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

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

This text has shadow with #F0EBD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EBD0.

Preview

Color preview on black background

This text has color #F0EBD0 on black background.


Color preview on white background

This text has color #F0EBD0 on white background.


Black color preview on #F0EBD0 background

This text has black color on #F0EBD0 background.


White color preview on #F0EBD0 background

This text has white color on #F0EBD0 background.


Related colors

Complementary color

Complementary color for #hex is #0F142F.


I love getcolorcode.com

Triadic colors

1 #D0F0EB and #EBD0F0 with #F0EBD0 are triadic colors.

2 #D0EBF0 and #EBF0D0 with #F0EBD0 are triadic colors.