COLOR #F0DEB4

HEX: #F0DEB4
RGB: (240,222,180)

Color info

#F0DEB4 contains mainly red and green colors. Web safe color of #F0DEB4 is #FFCCCC (or #FCC).

RGB color model

#F0DEB4 color RGB value is (240,222,180).

  • red value is 240;
  • green value is 222;
  • blue value is 180.
RGB:
(240,222,180)
(94%,87%,71%)

RGB channels and saturation

R 240 of 255 = 94%
G 222 of 255 = 87%
B 180 of 255 = 71%

240
222
180

R + G + B ~ 84%. #F0DEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 222 + 180 = 642 (100%)
R 240 of 642 ~ 37.38%
G 222 of 642 ~ 34.58%
B 180 of 642 ~ 28.04%

%37.38
%34.58
%28.04

CMYK color model

#F0DEB4 color CMYK value is (0,8,25,6).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 25.00%
  • key color value is 5.88%
CMYK:
(0,8,25,6)
C0M8Y25K6 
(0%,8%,25%,6%)
(0.00/0.08/0.25/0.06)	

CMYK percentages

%0
%7.5
%25
%5.88

Codes

Color #F0DEB4 in popluar color models

F0DEB4
RGB240222180
HSL42°66.67%82.35%
HSB/HSV42°25.00%94.12%
CMYK0.00%7.50%25.00%
5.88%

Color #F0DEB4 in popluar number systems.

HEXF0DEB4
Decimal240222180
Binary111100001101111010110100
Octal360336264

Shades and tints

Shades of #F0DEB4

#F0DEB4
(240,222,180)
#DBCAA4
(219,202,164)
#C6B694
(198,182,148)
#B1A284
(177,162,132)
#9C8E74
(156,142,116)
#877A64
(135,122,100)
#726654
(114,102,84)
#5D5244
(93,82,68)
#483E34
(72,62,52)
#332A24
(51,42,36)
#1E1614
(30,22,20)
#000000
(0,0,0)

Tints of #F0DEB4

#F0DEB4
(240,222,180)
#F1E1BA
(241,225,186)
#F2E4C0
(242,228,192)
#F3E7C6
(243,231,198)
#F4EACC
(244,234,204)
#F5EDD2
(245,237,210)
#F6F0D8
(246,240,216)
#F7F3DE
(247,243,222)
#F8F6E4
(248,246,228)
#F9F9EA
(249,249,234)
#FAFCF0
(250,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DEB4 color. Also use rgb(240,222,180) instead hex code.

Text Font Color

.myTextColor { color: #F0DEB4; }

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

This text font color is #F0DEB4.


Background Color

.myBgColor { background-color: #F0DEB4; }

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

This div background color is #F0DEB4.


Border color

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

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

This div border color is #F0DEB4.


Opacity

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

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

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

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

This text has shadow with #F0DEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DEB4 on black background.


Color preview on white background

This text has color #F0DEB4 on white background.



Black color preview on #F0DEB4 background

This text has black color on #F0DEB4 background.


White color preview on #F0DEB4 background

This text has white color on #F0DEB4 background.