COLOR #F4DDAA

HEX: #F4DDAA RGB: (244,221,170)

Color info

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

RGB color model

#F4DDAA color RGB value is (244,221,170).

RGB: (244,221,170) (96%, 87%, 67%)

RGB channels and saturation

R 244 of 255 = 96%
G 221 of 255 = 87%
B 170 of 255 = 67%

244
221
170

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

Portions of RGB colors in percentages

R + G + B = 244 + 221 + 170 = 635 (100%)
R 244 of 635 ~ 38.43%
G 221 of 635 ~ 34.8%
B 170 of 635 ~ 26.77'%

%38.43
%34.8
%26.77

CMYK color model

#F4DDAA color CMYK value is (0,9,30,4).

  • cyan value is 0.00%
  • magenta value is 9.43%
  • yellow value is 30.33%
  • key color value is 4.31%

CMYK: (0,9,30,4)
C0M9Y30K4 (0%, 9%, 30%, 4%)
(0.00 / 0.09 / 0.30 / 0.04)

CMYK percentages

%0
%9.43
%30.33
%4.31

Codes

Color #F4DDAA in popluar color models

F4 DD AA
RGB 244 221 170
HSL 41° 77.08% 81.18%
HSB/HSV 41° 30.33% 95.69%
CMYK 0.00% 9.43% 30.33%
4.31%

Color #F4DDAA in popluar number systems.

HEX F4 DD AA
Decimal 244 221 170
Binary 11110100 11011101 10101010
Octal 364 335 252

Shades and tints

Shades of #F4DDAA

#F4DDAA
(244,221,170)
#DEC99B
(222,201,155)
#C8B58C
(200,181,140)
#B2A17D
(178,161,125)
#9C8D6E
(156,141,110)
#86795F
(134,121,95)
#706550
(112,101,80)
#5A5141
(90,81,65)
#443D32
(68,61,50)
#2E2923
(46,41,35)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #F4DDAA

#F4DDAA
(244,221,170)
#F5E0B1
(245,224,177)
#F6E3B8
(246,227,184)
#F7E6BF
(247,230,191)
#F8E9C6
(248,233,198)
#F9ECCD
(249,236,205)
#FAEFD4
(250,239,212)
#FBF2DB
(251,242,219)
#FCF5E2
(252,245,226)
#FDF8E9
(253,248,233)
#FEFBF0
(254,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4DDAA color. Also use rgb(244,221,170) instead hex code.

Text Font Color

.myTextColor { color: #F4DDAA; }

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

This text font color is #F4DDAA.

Background Color

.myBgColor { background-color: #F4DDAA; }

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

This div background color is #F4DDAA.

Border color

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

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

This div border color is #F4DDAA.

Opacity

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

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

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

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

This text has shadow with #F4DDAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DDAA.

Preview

Color preview on black background

This text has color #F4DDAA on black background.


Color preview on white background

This text has color #F4DDAA on white background.


Black color preview on #F4DDAA background

This text has black color on #F4DDAA background.


White color preview on #F4DDAA background

This text has white color on #F4DDAA background.


Related colors

Complementary color

Complementary color for #hex is #0B2255.


I love getcolorcode.com

Triadic colors

1 #AAF4DD and #DDAAF4 with #F4DDAA are triadic colors.

2 #AADDF4 and #DDF4AA with #F4DDAA are triadic colors.