COLOR #F3D6CF

HEX: #F3D6CF
RGB: (243,214,207)

Color info

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

RGB color model

#F3D6CF color RGB value is (243,214,207).

  • red value is 243;
  • green value is 214;
  • blue value is 207.
RGB:
(243,214,207)
(95%,84%,81%)

RGB channels and saturation

R 243 of 255 = 95%
G 214 of 255 = 84%
B 207 of 255 = 81%

243
214
207

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

Portions of RGB colors in percentages

R + G + B =
243 + 214 + 207 = 664 (100%)
R 243 of 664 ~ 36.6%
G 214 of 664 ~ 32.23%
B 207 of 664 ~ 31.17%

%36.6
%32.23
%31.17

CMYK color model

#F3D6CF color CMYK value is (0,12,15,5).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 14.81%
  • key color value is 4.71%
CMYK:
(0,12,15,5)
C0M12Y15K5 
(0%,12%,15%,5%)
(0.00/0.12/0.15/0.05)	

CMYK percentages

%0
%11.93
%14.81
%4.71

Codes

Color #F3D6CF in popluar color models

F3D6CF
RGB243214207
HSL12°60.00%88.24%
HSB/HSV12°14.81%95.29%
CMYK0.00%11.93%14.81%
4.71%

Color #F3D6CF in popluar number systems.

HEXF3D6CF
Decimal243214207
Binary111100111101011011001111
Octal363326317

Shades and tints

Shades of #F3D6CF

#F3D6CF
(243,214,207)
#DDC3BD
(221,195,189)
#C7B0AB
(199,176,171)
#B19D99
(177,157,153)
#9B8A87
(155,138,135)
#857775
(133,119,117)
#6F6463
(111,100,99)
#595151
(89,81,81)
#433E3F
(67,62,63)
#2D2B2D
(45,43,45)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #F3D6CF

#F3D6CF
(243,214,207)
#F4D9D3
(244,217,211)
#F5DCD7
(245,220,215)
#F6DFDB
(246,223,219)
#F7E2DF
(247,226,223)
#F8E5E3
(248,229,227)
#F9E8E7
(249,232,231)
#FAEBEB
(250,235,235)
#FBEEEF
(251,238,239)
#FCF1F3
(252,241,243)
#FDF4F7
(253,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D6CF color. Also use rgb(243,214,207) instead hex code.

Text Font Color

.myTextColor { color: #F3D6CF; }

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

This text font color is #F3D6CF.


Background Color

.myBgColor { background-color: #F3D6CF; }

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

This div background color is #F3D6CF.


Border color

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

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

This div border color is #F3D6CF.


Opacity

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

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

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

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

This text has shadow with #F3D6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D6CF on black background.


Color preview on white background

This text has color #F3D6CF on white background.



Black color preview on #F3D6CF background

This text has black color on #F3D6CF background.


White color preview on #F3D6CF background

This text has white color on #F3D6CF background.