COLOR #F4DBAF

HEX: #F4DBAF RGB: (244,219,175)

Color info

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

RGB color model

#F4DBAF color RGB value is (244,219,175).

RGB: (244,219,175) (96%, 86%, 69%)

RGB channels and saturation

R 244 of 255 = 96%
G 219 of 255 = 86%
B 175 of 255 = 69%

244
219
175

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

Portions of RGB colors in percentages

R + G + B = 244 + 219 + 175 = 638 (100%)
R 244 of 638 ~ 38.24%
G 219 of 638 ~ 34.33%
B 175 of 638 ~ 27.43'%

%38.24
%34.33
%27.43

CMYK color model

#F4DBAF color CMYK value is (0,10,28,4).

  • cyan value is 0.00%
  • magenta value is 10.25%
  • yellow value is 28.28%
  • key color value is 4.31%
CMYK: (0,10,28,4) C0M10Y28K4 (0%,10%,28%,4%) (0.00/0.10/0.28/0.04) 

CMYK percentages

%0
%10.25
%28.28
%4.31

Codes

Color #F4DBAF in popluar color models

F4 DB AF
RGB 244 219 175
HSL 38° 75.82% 82.16%
HSB/HSV 38° 28.28% 95.69%
CMYK 0.00% 10.25% 28.28%
4.31%

Color #F4DBAF in popluar number systems.

HEX F4 DB AF
Decimal 244 219 175
Binary 11110100 11011011 10101111
Octal 364 333 257

Shades and tints

Shades of #F4DBAF

#F4DBAF
(244,219,175)
#DEC8A0
(222,200,160)
#C8B591
(200,181,145)
#B2A282
(178,162,130)
#9C8F73
(156,143,115)
#867C64
(134,124,100)
#706955
(112,105,85)
#5A5646
(90,86,70)
#444337
(68,67,55)
#2E3028
(46,48,40)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #F4DBAF

#F4DBAF
(244,219,175)
#F5DEB6
(245,222,182)
#F6E1BD
(246,225,189)
#F7E4C4
(247,228,196)
#F8E7CB
(248,231,203)
#F9EAD2
(249,234,210)
#FAEDD9
(250,237,217)
#FBF0E0
(251,240,224)
#FCF3E7
(252,243,231)
#FDF6EE
(253,246,238)
#FEF9F5
(254,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4DBAF color. Also use rgb(244,219,175) instead hex code.

Text Font Color

.myTextColor { color: #F4DBAF; }

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

This text font color is #F4DBAF.

Background Color

.myBgColor { background-color: #F4DBAF; }

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

This div background color is #F4DBAF.

Border color

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

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

This div border color is #F4DBAF.

Opacity

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

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

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

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

This text has shadow with #F4DBAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DBAF.

Preview

Color preview on black background

This text has color #F4DBAF on black background.


Color preview on white background

This text has color #F4DBAF on white background.


Black color preview on #F4DBAF background

This text has black color on #F4DBAF background.


White color preview on #F4DBAF background

This text has white color on #F4DBAF background.


Related colors

Complementary color

Complementary color for #hex is #0B2450.


I love getcolorcode.com

Triadic colors

1 #AFF4DB and #DBAFF4 with #F4DBAF are triadic colors.

2 #AFDBF4 and #DBF4AF with #F4DBAF are triadic colors.