COLOR #F3D1C3

HEX: #F3D1C3
RGB: (243,209,195)

Color info

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

RGB color model

#F3D1C3 color RGB value is (243,209,195).

  • red value is 243;
  • green value is 209;
  • blue value is 195.
RGB:
(243,209,195)
(95%,82%,76%)

RGB channels and saturation

R 243 of 255 = 95%
G 209 of 255 = 82%
B 195 of 255 = 76%

243
209
195

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

Portions of RGB colors in percentages

R + G + B =
243 + 209 + 195 = 647 (100%)
R 243 of 647 ~ 37.56%
G 209 of 647 ~ 32.3%
B 195 of 647 ~ 30.14%

%37.56
%32.3
%30.14

CMYK color model

#F3D1C3 color CMYK value is (0,14,20,5).

  • cyan value is 0.00%
  • magenta value is 13.99%
  • yellow value is 19.75%
  • key color value is 4.71%
CMYK:
(0,14,20,5)
C0M14Y20K5 
(0%,14%,20%,5%)
(0.00/0.14/0.20/0.05)	

CMYK percentages

%0
%13.99
%19.75
%4.71

Codes

Color #F3D1C3 in popluar color models

F3D1C3
RGB243209195
HSL18°66.67%85.88%
HSB/HSV18°19.75%95.29%
CMYK0.00%13.99%19.75%
4.71%

Color #F3D1C3 in popluar number systems.

HEXF3D1C3
Decimal243209195
Binary111100111101000111000011
Octal363321303

Shades and tints

Shades of #F3D1C3

#F3D1C3
(243,209,195)
#DDBEB2
(221,190,178)
#C7ABA1
(199,171,161)
#B19890
(177,152,144)
#9B857F
(155,133,127)
#85726E
(133,114,110)
#6F5F5D
(111,95,93)
#594C4C
(89,76,76)
#43393B
(67,57,59)
#2D262A
(45,38,42)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #F3D1C3

#F3D1C3
(243,209,195)
#F4D5C8
(244,213,200)
#F5D9CD
(245,217,205)
#F6DDD2
(246,221,210)
#F7E1D7
(247,225,215)
#F8E5DC
(248,229,220)
#F9E9E1
(249,233,225)
#FAEDE6
(250,237,230)
#FBF1EB
(251,241,235)
#FCF5F0
(252,245,240)
#FDF9F5
(253,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D1C3 color. Also use rgb(243,209,195) instead hex code.

Text Font Color

.myTextColor { color: #F3D1C3; }

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

This text font color is #F3D1C3.


Background Color

.myBgColor { background-color: #F3D1C3; }

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

This div background color is #F3D1C3.


Border color

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

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

This div border color is #F3D1C3.


Opacity

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

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

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

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

This text has shadow with #F3D1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D1C3 on black background.


Color preview on white background

This text has color #F3D1C3 on white background.



Black color preview on #F3D1C3 background

This text has black color on #F3D1C3 background.


White color preview on #F3D1C3 background

This text has white color on #F3D1C3 background.