COLOR #F4D4BA

HEX: #F4D4BA
RGB: (244,212,186)

Color info

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

RGB color model

#F4D4BA color RGB value is (244,212,186).

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

RGB channels and saturation

R 244 of 255 = 96%
G 212 of 255 = 83%
B 186 of 255 = 73%

244
212
186

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

Portions of RGB colors in percentages

R + G + B =
244 + 212 + 186 = 642 (100%)
R 244 of 642 ~ 38.01%
G 212 of 642 ~ 33.02%
B 186 of 642 ~ 28.97%

%38.01
%33.02
%28.97

CMYK color model

#F4D4BA color CMYK value is (0,13,24,4).

  • cyan value is 0.00%
  • magenta value is 13.11%
  • yellow value is 23.77%
  • key color value is 4.31%
CMYK:
(0,13,24,4)
C0M13Y24K4 
(0%,13%,24%,4%)
(0.00/0.13/0.24/0.04)	

CMYK percentages

%0
%13.11
%23.77
%4.31

Codes

Color #F4D4BA in popluar color models

F4D4BA
RGB244212186
HSL27°72.50%84.31%
HSB/HSV27°23.77%95.69%
CMYK0.00%13.11%23.77%
4.31%

Color #F4D4BA in popluar number systems.

HEXF4D4BA
Decimal244212186
Binary111101001101010010111010
Octal364324272

Shades and tints

Shades of #F4D4BA

#F4D4BA
(244,212,186)
#DEC1AA
(222,193,170)
#C8AE9A
(200,174,154)
#B29B8A
(178,155,138)
#9C887A
(156,136,122)
#86756A
(134,117,106)
#70625A
(112,98,90)
#5A4F4A
(90,79,74)
#443C3A
(68,60,58)
#2E292A
(46,41,42)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #F4D4BA

#F4D4BA
(244,212,186)
#F5D7C0
(245,215,192)
#F6DAC6
(246,218,198)
#F7DDCC
(247,221,204)
#F8E0D2
(248,224,210)
#F9E3D8
(249,227,216)
#FAE6DE
(250,230,222)
#FBE9E4
(251,233,228)
#FCECEA
(252,236,234)
#FDEFF0
(253,239,240)
#FEF2F6
(254,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D4BA; }

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

This text font color is #F4D4BA.


Background Color

.myBgColor { background-color: #F4D4BA; }

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

This div background color is #F4D4BA.


Border color

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

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

This div border color is #F4D4BA.


Opacity

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

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

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

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

This text has shadow with #F4D4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D4BA on black background.


Color preview on white background

This text has color #F4D4BA on white background.



Black color preview on #F4D4BA background

This text has black color on #F4D4BA background.


White color preview on #F4D4BA background

This text has white color on #F4D4BA background.