COLOR #F4D6B5

HEX: #F4D6B5
RGB: (244,214,181)

Color info

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

RGB color model

#F4D6B5 color RGB value is (244,214,181).

  • red value is 244;
  • green value is 214;
  • blue value is 181.
RGB:
(244,214,181)
(96%,84%,71%)

RGB channels and saturation

R 244 of 255 = 96%
G 214 of 255 = 84%
B 181 of 255 = 71%

244
214
181

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

Portions of RGB colors in percentages

R + G + B =
244 + 214 + 181 = 639 (100%)
R 244 of 639 ~ 38.18%
G 214 of 639 ~ 33.49%
B 181 of 639 ~ 28.33%

%38.18
%33.49
%28.33

CMYK color model

#F4D6B5 color CMYK value is (0,12,26,4).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 25.82%
  • key color value is 4.31%
CMYK:
(0,12,26,4)
C0M12Y26K4 
(0%,12%,26%,4%)
(0.00/0.12/0.26/0.04)	

CMYK percentages

%0
%12.3
%25.82
%4.31

Codes

Color #F4D6B5 in popluar color models

F4D6B5
RGB244214181
HSL31°74.12%83.33%
HSB/HSV31°25.82%95.69%
CMYK0.00%12.30%25.82%
4.31%

Color #F4D6B5 in popluar number systems.

HEXF4D6B5
Decimal244214181
Binary111101001101011010110101
Octal364326265

Shades and tints

Shades of #F4D6B5

#F4D6B5
(244,214,181)
#DEC3A5
(222,195,165)
#C8B095
(200,176,149)
#B29D85
(178,157,133)
#9C8A75
(156,138,117)
#867765
(134,119,101)
#706455
(112,100,85)
#5A5145
(90,81,69)
#443E35
(68,62,53)
#2E2B25
(46,43,37)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #F4D6B5

#F4D6B5
(244,214,181)
#F5D9BB
(245,217,187)
#F6DCC1
(246,220,193)
#F7DFC7
(247,223,199)
#F8E2CD
(248,226,205)
#F9E5D3
(249,229,211)
#FAE8D9
(250,232,217)
#FBEBDF
(251,235,223)
#FCEEE5
(252,238,229)
#FDF1EB
(253,241,235)
#FEF4F1
(254,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D6B5 color. Also use rgb(244,214,181) instead hex code.

Text Font Color

.myTextColor { color: #F4D6B5; }

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

This text font color is #F4D6B5.


Background Color

.myBgColor { background-color: #F4D6B5; }

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

This div background color is #F4D6B5.


Border color

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

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

This div border color is #F4D6B5.


Opacity

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

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

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

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

This text has shadow with #F4D6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D6B5 on black background.


Color preview on white background

This text has color #F4D6B5 on white background.



Black color preview on #F4D6B5 background

This text has black color on #F4D6B5 background.


White color preview on #F4D6B5 background

This text has white color on #F4D6B5 background.