COLOR #F4DAAD

HEX: #F4DAAD RGB: (244,218,173)

Color info

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

RGB color model

#F4DAAD color RGB value is (244,218,173).

RGB: (244,218,173) (96%, 85%, 68%)

RGB channels and saturation

R 244 of 255 = 96%
G 218 of 255 = 85%
B 173 of 255 = 68%

244
218
173

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

Portions of RGB colors in percentages

R + G + B = 244 + 218 + 173 = 635 (100%)
R 244 of 635 ~ 38.43%
G 218 of 635 ~ 34.33%
B 173 of 635 ~ 27.24'%

%38.43
%34.33
%27.24

CMYK color model

#F4DAAD color CMYK value is (0,11,29,4).

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 29.10%
  • key color value is 4.31%

CMYK: (0,11,29,4)
C0M11Y29K4 (0%, 11%, 29%, 4%)
(0.00 / 0.11 / 0.29 / 0.04)

CMYK percentages

%0
%10.66
%29.1
%4.31

Codes

Color #F4DAAD in popluar color models

F4 DA AD
RGB 244 218 173
HSL 38° 76.34% 81.76%
HSB/HSV 38° 29.10% 95.69%
CMYK 0.00% 10.66% 29.10%
4.31%

Color #F4DAAD in popluar number systems.

HEX F4 DA AD
Decimal 244 218 173
Binary 11110100 11011010 10101101
Octal 364 332 255

Shades and tints

Shades of #F4DAAD

#F4DAAD
(244,218,173)
#DEC79E
(222,199,158)
#C8B48F
(200,180,143)
#B2A180
(178,161,128)
#9C8E71
(156,142,113)
#867B62
(134,123,98)
#706853
(112,104,83)
#5A5544
(90,85,68)
#444235
(68,66,53)
#2E2F26
(46,47,38)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #F4DAAD

#F4DAAD
(244,218,173)
#F5DDB4
(245,221,180)
#F6E0BB
(246,224,187)
#F7E3C2
(247,227,194)
#F8E6C9
(248,230,201)
#F9E9D0
(249,233,208)
#FAECD7
(250,236,215)
#FBEFDE
(251,239,222)
#FCF2E5
(252,242,229)
#FDF5EC
(253,245,236)
#FEF8F3
(254,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4DAAD color. Also use rgb(244,218,173) instead hex code.

Text Font Color

.myTextColor { color: #F4DAAD; }

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

This text font color is #F4DAAD.

Background Color

.myBgColor { background-color: #F4DAAD; }

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

This div background color is #F4DAAD.

Border color

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

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

This div border color is #F4DAAD.

Opacity

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

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

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

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

This text has shadow with #F4DAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DAAD.

Preview

Color preview on black background

This text has color #F4DAAD on black background.


Color preview on white background

This text has color #F4DAAD on white background.


Black color preview on #F4DAAD background

This text has black color on #F4DAAD background.


White color preview on #F4DAAD background

This text has white color on #F4DAAD background.


Related colors

Complementary color

Complementary color for #hex is #0B2552.


I love getcolorcode.com

Triadic colors

1 #ADF4DA and #DAADF4 with #F4DAAD are triadic colors.

2 #ADDAF4 and #DAF4AD with #F4DAAD are triadic colors.