COLOR #F3D9CA

HEX: #F3D9CA
RGB: (243,217,202)

Color info

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

RGB color model

#F3D9CA color RGB value is (243,217,202).

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

RGB channels and saturation

R 243 of 255 = 95%
G 217 of 255 = 85%
B 202 of 255 = 79%

243
217
202

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

Portions of RGB colors in percentages

R + G + B =
243 + 217 + 202 = 662 (100%)
R 243 of 662 ~ 36.71%
G 217 of 662 ~ 32.78%
B 202 of 662 ~ 30.51%

%36.71
%32.78
%30.51

CMYK color model

#F3D9CA color CMYK value is (0,11,17,5).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 16.87%
  • key color value is 4.71%
CMYK:
(0,11,17,5)
C0M11Y17K5 
(0%,11%,17%,5%)
(0.00/0.11/0.17/0.05)	

CMYK percentages

%0
%10.7
%16.87
%4.71

Codes

Color #F3D9CA in popluar color models

F3D9CA
RGB243217202
HSL22°63.08%87.25%
HSB/HSV22°16.87%95.29%
CMYK0.00%10.70%16.87%
4.71%

Color #F3D9CA in popluar number systems.

HEXF3D9CA
Decimal243217202
Binary111100111101100111001010
Octal363331312

Shades and tints

Shades of #F3D9CA

#F3D9CA
(243,217,202)
#DDC6B8
(221,198,184)
#C7B3A6
(199,179,166)
#B1A094
(177,160,148)
#9B8D82
(155,141,130)
#857A70
(133,122,112)
#6F675E
(111,103,94)
#59544C
(89,84,76)
#43413A
(67,65,58)
#2D2E28
(45,46,40)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #F3D9CA

#F3D9CA
(243,217,202)
#F4DCCE
(244,220,206)
#F5DFD2
(245,223,210)
#F6E2D6
(246,226,214)
#F7E5DA
(247,229,218)
#F8E8DE
(248,232,222)
#F9EBE2
(249,235,226)
#FAEEE6
(250,238,230)
#FBF1EA
(251,241,234)
#FCF4EE
(252,244,238)
#FDF7F2
(253,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3D9CA; }

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

This text font color is #F3D9CA.


Background Color

.myBgColor { background-color: #F3D9CA; }

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

This div background color is #F3D9CA.


Border color

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

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

This div border color is #F3D9CA.


Opacity

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

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

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

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

This text has shadow with #F3D9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D9CA on black background.


Color preview on white background

This text has color #F3D9CA on white background.



Black color preview on #F3D9CA background

This text has black color on #F3D9CA background.


White color preview on #F3D9CA background

This text has white color on #F3D9CA background.