COLOR #F3D9CC

HEX: #F3D9CC
RGB: (243,217,204)

Color info

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

RGB color model

#F3D9CC color RGB value is (243,217,204).

  • red value is 243;
  • green value is 217;
  • blue value is 204.
RGB:
(243,217,204)
(95%,85%,80%)

RGB channels and saturation

R 243 of 255 = 95%
G 217 of 255 = 85%
B 204 of 255 = 80%

243
217
204

R + G + B ~ 87%. #F3D9CC is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 217 + 204 = 664 (100%)
R 243 of 664 ~ 36.6%
G 217 of 664 ~ 32.68%
B 204 of 664 ~ 30.72%

%36.6
%32.68
%30.72

CMYK color model

#F3D9CC color CMYK value is (0,11,16,5).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 16.05%
  • key color value is 4.71%
CMYK:
(0,11,16,5)
C0M11Y16K5 
(0%,11%,16%,5%)
(0.00/0.11/0.16/0.05)	

CMYK percentages

%0
%10.7
%16.05
%4.71

Codes

Color #F3D9CC in popluar color models

F3D9CC
RGB243217204
HSL20°61.90%87.65%
HSB/HSV20°16.05%95.29%
CMYK0.00%10.70%16.05%
4.71%

Color #F3D9CC in popluar number systems.

HEXF3D9CC
Decimal243217204
Binary111100111101100111001100
Octal363331314

Shades and tints

Shades of #F3D9CC

#F3D9CC
(243,217,204)
#DDC6BA
(221,198,186)
#C7B3A8
(199,179,168)
#B1A096
(177,160,150)
#9B8D84
(155,141,132)
#857A72
(133,122,114)
#6F6760
(111,103,96)
#59544E
(89,84,78)
#43413C
(67,65,60)
#2D2E2A
(45,46,42)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #F3D9CC

#F3D9CC
(243,217,204)
#F4DCD0
(244,220,208)
#F5DFD4
(245,223,212)
#F6E2D8
(246,226,216)
#F7E5DC
(247,229,220)
#F8E8E0
(248,232,224)
#F9EBE4
(249,235,228)
#FAEEE8
(250,238,232)
#FBF1EC
(251,241,236)
#FCF4F0
(252,244,240)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D9CC color. Also use rgb(243,217,204) instead hex code.

Text Font Color

.myTextColor { color: #F3D9CC; }

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

This text font color is #F3D9CC.


Background Color

.myBgColor { background-color: #F3D9CC; }

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

This div background color is #F3D9CC.


Border color

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

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

This div border color is #F3D9CC.


Opacity

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

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

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

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

This text has shadow with #F3D9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D9CC on black background.


Color preview on white background

This text has color #F3D9CC on white background.



Black color preview on #F3D9CC background

This text has black color on #F3D9CC background.


White color preview on #F3D9CC background

This text has white color on #F3D9CC background.