COLOR #F4D8C7

HEX: #F4D8C7
RGB: (244,216,199)

Color info

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

RGB color model

#F4D8C7 color RGB value is (244,216,199).

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

RGB channels and saturation

R 244 of 255 = 96%
G 216 of 255 = 85%
B 199 of 255 = 78%

244
216
199

R + G + B ~ 86%. #F4D8C7 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 216 + 199 = 659 (100%)
R 244 of 659 ~ 37.03%
G 216 of 659 ~ 32.78%
B 199 of 659 ~ 30.2%

%37.03
%32.78
%30.2

CMYK color model

#F4D8C7 color CMYK value is (0,11,18,4).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 18.44%
  • key color value is 4.31%
CMYK:
(0,11,18,4)
C0M11Y18K4 
(0%,11%,18%,4%)
(0.00/0.11/0.18/0.04)	

CMYK percentages

%0
%11.48
%18.44
%4.31

Codes

Color #F4D8C7 in popluar color models

F4D8C7
RGB244216199
HSL23°67.16%86.86%
HSB/HSV23°18.44%95.69%
CMYK0.00%11.48%18.44%
4.31%

Color #F4D8C7 in popluar number systems.

HEXF4D8C7
Decimal244216199
Binary111101001101100011000111
Octal364330307

Shades and tints

Shades of #F4D8C7

#F4D8C7
(244,216,199)
#DEC5B5
(222,197,181)
#C8B2A3
(200,178,163)
#B29F91
(178,159,145)
#9C8C7F
(156,140,127)
#86796D
(134,121,109)
#70665B
(112,102,91)
#5A5349
(90,83,73)
#444037
(68,64,55)
#2E2D25
(46,45,37)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #F4D8C7

#F4D8C7
(244,216,199)
#F5DBCC
(245,219,204)
#F6DED1
(246,222,209)
#F7E1D6
(247,225,214)
#F8E4DB
(248,228,219)
#F9E7E0
(249,231,224)
#FAEAE5
(250,234,229)
#FBEDEA
(251,237,234)
#FCF0EF
(252,240,239)
#FDF3F4
(253,243,244)
#FEF6F9
(254,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D8C7; }

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

This text font color is #F4D8C7.


Background Color

.myBgColor { background-color: #F4D8C7; }

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

This div background color is #F4D8C7.


Border color

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

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

This div border color is #F4D8C7.


Opacity

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

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

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

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

This text has shadow with #F4D8C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D8C7 on black background.


Color preview on white background

This text has color #F4D8C7 on white background.



Black color preview on #F4D8C7 background

This text has black color on #F4D8C7 background.


White color preview on #F4D8C7 background

This text has white color on #F4D8C7 background.