COLOR #F4D0CC

HEX: #F4D0CC
RGB: (244,208,204)

Color info

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

RGB color model

#F4D0CC color RGB value is (244,208,204).

  • red value is 244;
  • green value is 208;
  • blue value is 204.
RGB:
(244,208,204)
(96%,82%,80%)

RGB channels and saturation

R 244 of 255 = 96%
G 208 of 255 = 82%
B 204 of 255 = 80%

244
208
204

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

Portions of RGB colors in percentages

R + G + B =
244 + 208 + 204 = 656 (100%)
R 244 of 656 ~ 37.2%
G 208 of 656 ~ 31.71%
B 204 of 656 ~ 31.1%

%37.2
%31.71
%31.1

CMYK color model

#F4D0CC color CMYK value is (0,15,16,4).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 16.39%
  • key color value is 4.31%
CMYK:
(0,15,16,4)
C0M15Y16K4 
(0%,15%,16%,4%)
(0.00/0.15/0.16/0.04)	

CMYK percentages

%0
%14.75
%16.39
%4.31

Codes

Color #F4D0CC in popluar color models

F4D0CC
RGB244208204
HSL64.52%87.84%
HSB/HSV16.39%95.69%
CMYK0.00%14.75%16.39%
4.31%

Color #F4D0CC in popluar number systems.

HEXF4D0CC
Decimal244208204
Binary111101001101000011001100
Octal364320314

Shades and tints

Shades of #F4D0CC

#F4D0CC
(244,208,204)
#DEBEBA
(222,190,186)
#C8ACA8
(200,172,168)
#B29A96
(178,154,150)
#9C8884
(156,136,132)
#867672
(134,118,114)
#706460
(112,100,96)
#5A524E
(90,82,78)
#44403C
(68,64,60)
#2E2E2A
(46,46,42)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #F4D0CC

#F4D0CC
(244,208,204)
#F5D4D0
(245,212,208)
#F6D8D4
(246,216,212)
#F7DCD8
(247,220,216)
#F8E0DC
(248,224,220)
#F9E4E0
(249,228,224)
#FAE8E4
(250,232,228)
#FBECE8
(251,236,232)
#FCF0EC
(252,240,236)
#FDF4F0
(253,244,240)
#FEF8F4
(254,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D0CC color. Also use rgb(244,208,204) instead hex code.

Text Font Color

.myTextColor { color: #F4D0CC; }

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

This text font color is #F4D0CC.


Background Color

.myBgColor { background-color: #F4D0CC; }

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

This div background color is #F4D0CC.


Border color

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

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

This div border color is #F4D0CC.


Opacity

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

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

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

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

This text has shadow with #F4D0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D0CC on black background.


Color preview on white background

This text has color #F4D0CC on white background.



Black color preview on #F4D0CC background

This text has black color on #F4D0CC background.


White color preview on #F4D0CC background

This text has white color on #F4D0CC background.