COLOR #F0DEA1

HEX: #F0DEA1 RGB: (240,222,161)

Color info

#F0DEA1 contains mainly red and green colors. Web safe color of #F0DEA1 is #FFCC99 (or #FC9).

RGB color model

#F0DEA1 color RGB value is (240,222,161).

RGB: (240,222,161) (94%, 87%, 63%)

RGB channels and saturation

R 240 of 255 = 94%
G 222 of 255 = 87%
B 161 of 255 = 63%

240
222
161

R + G + B ~ 81%. #F0DEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 222 + 161 = 623 (100%)
R 240 of 623 ~ 38.52%
G 222 of 623 ~ 35.63%
B 161 of 623 ~ 25.84'%

%38.52
%35.63
%25.84

CMYK color model

#F0DEA1 color CMYK value is (0,8,33,6).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 32.92%
  • key color value is 5.88%

CMYK: (0,8,33,6)
C0M8Y33K6 (0%, 8%, 33%, 6%)
(0.00 / 0.08 / 0.33 / 0.06)

CMYK percentages

%0
%7.5
%32.92
%5.88

Codes

Color #F0DEA1 in popluar color models

F0 DE A1
RGB 240 222 161
HSL 46° 72.48% 78.63%
HSB/HSV 46° 32.92% 94.12%
CMYK 0.00% 7.50% 32.92%
5.88%

Color #F0DEA1 in popluar number systems.

HEX F0 DE A1
Decimal 240 222 161
Binary 11110000 11011110 10100001
Octal 360 336 241

Shades and tints

Shades of #F0DEA1

#F0DEA1
(240,222,161)
#DBCA93
(219,202,147)
#C6B685
(198,182,133)
#B1A277
(177,162,119)
#9C8E69
(156,142,105)
#877A5B
(135,122,91)
#72664D
(114,102,77)
#5D523F
(93,82,63)
#483E31
(72,62,49)
#332A23
(51,42,35)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #F0DEA1

#F0DEA1
(240,222,161)
#F1E1A9
(241,225,169)
#F2E4B1
(242,228,177)
#F3E7B9
(243,231,185)
#F4EAC1
(244,234,193)
#F5EDC9
(245,237,201)
#F6F0D1
(246,240,209)
#F7F3D9
(247,243,217)
#F8F6E1
(248,246,225)
#F9F9E9
(249,249,233)
#FAFCF1
(250,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DEA1; }

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

This text font color is #F0DEA1.

Background Color

.myBgColor { background-color: #F0DEA1; }

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

This div background color is #F0DEA1.

Border color

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

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

This div border color is #F0DEA1.

Opacity

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

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

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

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

This text has shadow with #F0DEA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DEA1.

Preview

Color preview on black background

This text has color #F0DEA1 on black background.


Color preview on white background

This text has color #F0DEA1 on white background.


Black color preview on #F0DEA1 background

This text has black color on #F0DEA1 background.


White color preview on #F0DEA1 background

This text has white color on #F0DEA1 background.


Related colors

Complementary color

Complementary color for #hex is #0F215E.


I love getcolorcode.com

Triadic colors

1 #A1F0DE and #DEA1F0 with #F0DEA1 are triadic colors.

2 #A1DEF0 and #DEF0A1 with #F0DEA1 are triadic colors.