COLOR #F0D1AA

HEX: #F0D1AA RGB: (240,209,170)

Color info

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

RGB color model

#F0D1AA color RGB value is (240,209,170).

RGB: (240,209,170) (94%, 82%, 67%)

RGB channels and saturation

R 240 of 255 = 94%
G 209 of 255 = 82%
B 170 of 255 = 67%

240
209
170

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

Portions of RGB colors in percentages

R + G + B = 240 + 209 + 170 = 619 (100%)
R 240 of 619 ~ 38.77%
G 209 of 619 ~ 33.76%
B 170 of 619 ~ 27.46'%

%38.77
%33.76
%27.46

CMYK color model

#F0D1AA color CMYK value is (0,13,29,6).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 29.17%
  • key color value is 5.88%

CMYK: (0,13,29,6)
C0M13Y29K6 (0%, 13%, 29%, 6%)
(0.00 / 0.13 / 0.29 / 0.06)

CMYK percentages

%0
%12.92
%29.17
%5.88

Codes

Color #F0D1AA in popluar color models

F0 D1 AA
RGB 240 209 170
HSL 33° 70.00% 80.39%
HSB/HSV 33° 29.17% 94.12%
CMYK 0.00% 12.92% 29.17%
5.88%

Color #F0D1AA in popluar number systems.

HEX F0 D1 AA
Decimal 240 209 170
Binary 11110000 11010001 10101010
Octal 360 321 252

Shades and tints

Shades of #F0D1AA

#F0D1AA
(240,209,170)
#DBBE9B
(219,190,155)
#C6AB8C
(198,171,140)
#B1987D
(177,152,125)
#9C856E
(156,133,110)
#87725F
(135,114,95)
#725F50
(114,95,80)
#5D4C41
(93,76,65)
#483932
(72,57,50)
#332623
(51,38,35)
#1E1314
(30,19,20)
#000000
(0,0,0)

Tints of #F0D1AA

#F0D1AA
(240,209,170)
#F1D5B1
(241,213,177)
#F2D9B8
(242,217,184)
#F3DDBF
(243,221,191)
#F4E1C6
(244,225,198)
#F5E5CD
(245,229,205)
#F6E9D4
(246,233,212)
#F7EDDB
(247,237,219)
#F8F1E2
(248,241,226)
#F9F5E9
(249,245,233)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D1AA color. Also use rgb(240,209,170) instead hex code.

Text Font Color

.myTextColor { color: #F0D1AA; }

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

This text font color is #F0D1AA.

Background Color

.myBgColor { background-color: #F0D1AA; }

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

This div background color is #F0D1AA.

Border color

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

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

This div border color is #F0D1AA.

Opacity

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

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

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

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

This text has shadow with #F0D1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0D1AA.

Preview

Color preview on black background

This text has color #F0D1AA on black background.


Color preview on white background

This text has color #F0D1AA on white background.


Black color preview on #F0D1AA background

This text has black color on #F0D1AA background.


White color preview on #F0D1AA background

This text has white color on #F0D1AA background.


Related colors

Complementary color

Complementary color for #hex is #0F2E55.


I love getcolorcode.com

Triadic colors

1 #AAF0D1 and #D1AAF0 with #F0D1AA are triadic colors.

2 #AAD1F0 and #D1F0AA with #F0D1AA are triadic colors.