COLOR #F4D8BA

HEX: #F4D8BA
RGB: (244,216,186)

Color info

#F4D8BA contains red, green and blue colors in about the same proportion. Web safe color of #F4D8BA is #FFCCCC (or #FCC).

RGB color model

#F4D8BA color RGB value is (244,216,186).

  • red value is 244;
  • green value is 216;
  • blue value is 186.
RGB:
(244,216,186)
(96%,85%,73%)

RGB channels and saturation

R 244 of 255 = 96%
G 216 of 255 = 85%
B 186 of 255 = 73%

244
216
186

R + G + B ~ 85%. #F4D8BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 216 + 186 = 646 (100%)
R 244 of 646 ~ 37.77%
G 216 of 646 ~ 33.44%
B 186 of 646 ~ 28.79%

%37.77
%33.44
%28.79

CMYK color model

#F4D8BA color CMYK value is (0,11,24,4).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 23.77%
  • key color value is 4.31%
CMYK:
(0,11,24,4)
C0M11Y24K4 
(0%,11%,24%,4%)
(0.00/0.11/0.24/0.04)	

CMYK percentages

%0
%11.48
%23.77
%4.31

Codes

Color #F4D8BA in popluar color models

F4D8BA
RGB244216186
HSL31°72.50%84.31%
HSB/HSV31°23.77%95.69%
CMYK0.00%11.48%23.77%
4.31%

Color #F4D8BA in popluar number systems.

HEXF4D8BA
Decimal244216186
Binary111101001101100010111010
Octal364330272

Shades and tints

Shades of #F4D8BA

#F4D8BA
(244,216,186)
#DEC5AA
(222,197,170)
#C8B29A
(200,178,154)
#B29F8A
(178,159,138)
#9C8C7A
(156,140,122)
#86796A
(134,121,106)
#70665A
(112,102,90)
#5A534A
(90,83,74)
#44403A
(68,64,58)
#2E2D2A
(46,45,42)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #F4D8BA

#F4D8BA
(244,216,186)
#F5DBC0
(245,219,192)
#F6DEC6
(246,222,198)
#F7E1CC
(247,225,204)
#F8E4D2
(248,228,210)
#F9E7D8
(249,231,216)
#FAEADE
(250,234,222)
#FBEDE4
(251,237,228)
#FCF0EA
(252,240,234)
#FDF3F0
(253,243,240)
#FEF6F6
(254,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D8BA color. Also use rgb(244,216,186) instead hex code.

Text Font Color

.myTextColor { color: #F4D8BA; }

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

This text font color is #F4D8BA.


Background Color

.myBgColor { background-color: #F4D8BA; }

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

This div background color is #F4D8BA.


Border color

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

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

This div border color is #F4D8BA.


Opacity

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

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

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

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

This text has shadow with #F4D8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D8BA on black background.


Color preview on white background

This text has color #F4D8BA on white background.



Black color preview on #F4D8BA background

This text has black color on #F4D8BA background.


White color preview on #F4D8BA background

This text has white color on #F4D8BA background.