COLOR #F0E0A9

HEX: #F0E0A9 RGB: (240,224,169)

Color info

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

RGB color model

#F0E0A9 color RGB value is (240,224,169).

RGB: (240,224,169) (94%, 88%, 66%)

RGB channels and saturation

R 240 of 255 = 94%
G 224 of 255 = 88%
B 169 of 255 = 66%

240
224
169

R + G + B ~ 83%. #F0E0A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 224 + 169 = 633 (100%)
R 240 of 633 ~ 37.91%
G 224 of 633 ~ 35.39%
B 169 of 633 ~ 26.7'%

%37.91
%35.39
%26.7

CMYK color model

#F0E0A9 color CMYK value is (0,7,30,6).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 29.58%
  • key color value is 5.88%
CMYK: (0,7,30,6) C0M7Y30K6 (0%,7%,30%,6%) (0.00/0.07/0.30/0.06) 

CMYK percentages

%0
%6.67
%29.58
%5.88

Codes

Color #F0E0A9 in popluar color models

F0 E0 A9
RGB 240 224 169
HSL 46° 70.30% 80.20%
HSB/HSV 46° 29.58% 94.12%
CMYK 0.00% 6.67% 29.58%
5.88%

Color #F0E0A9 in popluar number systems.

HEX F0 E0 A9
Decimal 240 224 169
Binary 11110000 11100000 10101001
Octal 360 340 251

Shades and tints

Shades of #F0E0A9

#F0E0A9
(240,224,169)
#DBCC9A
(219,204,154)
#C6B88B
(198,184,139)
#B1A47C
(177,164,124)
#9C906D
(156,144,109)
#877C5E
(135,124,94)
#72684F
(114,104,79)
#5D5440
(93,84,64)
#484031
(72,64,49)
#332C22
(51,44,34)
#1E1813
(30,24,19)
#000000
(0,0,0)

Tints of #F0E0A9

#F0E0A9
(240,224,169)
#F1E2B0
(241,226,176)
#F2E4B7
(242,228,183)
#F3E6BE
(243,230,190)
#F4E8C5
(244,232,197)
#F5EACC
(245,234,204)
#F6ECD3
(246,236,211)
#F7EEDA
(247,238,218)
#F8F0E1
(248,240,225)
#F9F2E8
(249,242,232)
#FAF4EF
(250,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E0A9 color. Also use rgb(240,224,169) instead hex code.

Text Font Color

.myTextColor { color: #F0E0A9; }

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

This text font color is #F0E0A9.

Background Color

.myBgColor { background-color: #F0E0A9; }

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

This div background color is #F0E0A9.

Border color

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

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

This div border color is #F0E0A9.

Opacity

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

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

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

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

This text has shadow with #F0E0A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E0A9.

Preview

Color preview on black background

This text has color #F0E0A9 on black background.


Color preview on white background

This text has color #F0E0A9 on white background.


Black color preview on #F0E0A9 background

This text has black color on #F0E0A9 background.


White color preview on #F0E0A9 background

This text has white color on #F0E0A9 background.


Related colors

Complementary color

Complementary color for #hex is #0F1F56.


I love getcolorcode.com

Triadic colors

1 #A9F0E0 and #E0A9F0 with #F0E0A9 are triadic colors.

2 #A9E0F0 and #E0F0A9 with #F0E0A9 are triadic colors.