COLOR #F4DDB2

HEX: #F4DDB2 RGB: (244,221,178)

Color info

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

RGB color model

#F4DDB2 color RGB value is (244,221,178).

RGB: (244,221,178) (96%, 87%, 70%)

RGB channels and saturation

R 244 of 255 = 96%
G 221 of 255 = 87%
B 178 of 255 = 70%

244
221
178

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

Portions of RGB colors in percentages

R + G + B = 244 + 221 + 178 = 643 (100%)
R 244 of 643 ~ 37.95%
G 221 of 643 ~ 34.37%
B 178 of 643 ~ 27.68'%

%37.95
%34.37
%27.68

CMYK color model

#F4DDB2 color CMYK value is (0,9,27,4).

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

CMYK: (0,9,27,4)
C0M9Y27K4 (0%, 9%, 27%, 4%)
(0.00 / 0.09 / 0.27 / 0.04)

CMYK percentages

%0
%9.43
%27.05
%4.31

Codes

Color #F4DDB2 in popluar color models

F4 DD B2
RGB 244 221 178
HSL 39° 75.00% 82.75%
HSB/HSV 39° 27.05% 95.69%
CMYK 0.00% 9.43% 27.05%
4.31%

Color #F4DDB2 in popluar number systems.

HEX F4 DD B2
Decimal 244 221 178
Binary 11110100 11011101 10110010
Octal 364 335 262

Shades and tints

Shades of #F4DDB2

#F4DDB2
(244,221,178)
#DEC9A2
(222,201,162)
#C8B592
(200,181,146)
#B2A182
(178,161,130)
#9C8D72
(156,141,114)
#867962
(134,121,98)
#706552
(112,101,82)
#5A5142
(90,81,66)
#443D32
(68,61,50)
#2E2922
(46,41,34)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #F4DDB2

#F4DDB2
(244,221,178)
#F5E0B9
(245,224,185)
#F6E3C0
(246,227,192)
#F7E6C7
(247,230,199)
#F8E9CE
(248,233,206)
#F9ECD5
(249,236,213)
#FAEFDC
(250,239,220)
#FBF2E3
(251,242,227)
#FCF5EA
(252,245,234)
#FDF8F1
(253,248,241)
#FEFBF8
(254,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DDB2; }

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

This text font color is #F4DDB2.

Background Color

.myBgColor { background-color: #F4DDB2; }

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

This div background color is #F4DDB2.

Border color

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

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

This div border color is #F4DDB2.

Opacity

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

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

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

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

This text has shadow with #F4DDB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DDB2.

Preview

Color preview on black background

This text has color #F4DDB2 on black background.


Color preview on white background

This text has color #F4DDB2 on white background.


Black color preview on #F4DDB2 background

This text has black color on #F4DDB2 background.


White color preview on #F4DDB2 background

This text has white color on #F4DDB2 background.


Related colors

Complementary color

Complementary color for #hex is #0B224D.


I love getcolorcode.com

Triadic colors

1 #B2F4DD and #DDB2F4 with #F4DDB2 are triadic colors.

2 #B2DDF4 and #DDF4B2 with #F4DDB2 are triadic colors.