COLOR #F4D7B8

HEX: #F4D7B8 RGB: (244,215,184)

Color info

#F4D7B8 contains mainly red and green colors. Web safe color of #F4D7B8 is #FFCCCC (or #FCC).

RGB color model

#F4D7B8 color RGB value is (244,215,184).

RGB: (244,215,184) (96%, 84%, 72%)

RGB channels and saturation

R 244 of 255 = 96%
G 215 of 255 = 84%
B 184 of 255 = 72%

244
215
184

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

Portions of RGB colors in percentages

R + G + B = 244 + 215 + 184 = 643 (100%)
R 244 of 643 ~ 37.95%
G 215 of 643 ~ 33.44%
B 184 of 643 ~ 28.62'%

%37.95
%33.44
%28.62

CMYK color model

#F4D7B8 color CMYK value is (0,12,25,4).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 24.59%
  • key color value is 4.31%

CMYK: (0,12,25,4)
C0M12Y25K4 (0%, 12%, 25%, 4%)
(0.00 / 0.12 / 0.25 / 0.04)

CMYK percentages

%0
%11.89
%24.59
%4.31

Codes

Color #F4D7B8 in popluar color models

F4 D7 B8
RGB 244 215 184
HSL 31° 73.17% 83.92%
HSB/HSV 31° 24.59% 95.69%
CMYK 0.00% 11.89% 24.59%
4.31%

Color #F4D7B8 in popluar number systems.

HEX F4 D7 B8
Decimal 244 215 184
Binary 11110100 11010111 10111000
Octal 364 327 270

Shades and tints

Shades of #F4D7B8

#F4D7B8
(244,215,184)
#DEC4A8
(222,196,168)
#C8B198
(200,177,152)
#B29E88
(178,158,136)
#9C8B78
(156,139,120)
#867868
(134,120,104)
#706558
(112,101,88)
#5A5248
(90,82,72)
#443F38
(68,63,56)
#2E2C28
(46,44,40)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #F4D7B8

#F4D7B8
(244,215,184)
#F5DABE
(245,218,190)
#F6DDC4
(246,221,196)
#F7E0CA
(247,224,202)
#F8E3D0
(248,227,208)
#F9E6D6
(249,230,214)
#FAE9DC
(250,233,220)
#FBECE2
(251,236,226)
#FCEFE8
(252,239,232)
#FDF2EE
(253,242,238)
#FEF5F4
(254,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D7B8 color. Also use rgb(244,215,184) instead hex code.

Text Font Color

.myTextColor { color: #F4D7B8; }

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

This text font color is #F4D7B8.

Background Color

.myBgColor { background-color: #F4D7B8; }

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

This div background color is #F4D7B8.

Border color

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

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

This div border color is #F4D7B8.

Opacity

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

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

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

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

This text has shadow with #F4D7B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4D7B8.

Preview

Color preview on black background

This text has color #F4D7B8 on black background.


Color preview on white background

This text has color #F4D7B8 on white background.


Black color preview on #F4D7B8 background

This text has black color on #F4D7B8 background.


White color preview on #F4D7B8 background

This text has white color on #F4D7B8 background.


Related colors

Complementary color

Complementary color for #hex is #0B2847.


I love getcolorcode.com

Triadic colors

1 #B8F4D7 and #D7B8F4 with #F4D7B8 are triadic colors.

2 #B8D7F4 and #D7F4B8 with #F4D7B8 are triadic colors.