COLOR #F3DFC4

HEX: #F3DFC4
RGB: (243,223,196)

Color info

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

RGB color model

#F3DFC4 color RGB value is (243,223,196).

  • red value is 243;
  • green value is 223;
  • blue value is 196.
RGB:
(243,223,196)
(95%,87%,77%)

RGB channels and saturation

R 243 of 255 = 95%
G 223 of 255 = 87%
B 196 of 255 = 77%

243
223
196

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

Portions of RGB colors in percentages

R + G + B =
243 + 223 + 196 = 662 (100%)
R 243 of 662 ~ 36.71%
G 223 of 662 ~ 33.69%
B 196 of 662 ~ 29.61%

%36.71
%33.69
%29.61

CMYK color model

#F3DFC4 color CMYK value is (0,8,19,5).

  • cyan value is 0.00%
  • magenta value is 8.23%
  • yellow value is 19.34%
  • key color value is 4.71%
CMYK:
(0,8,19,5)
C0M8Y19K5 
(0%,8%,19%,5%)
(0.00/0.08/0.19/0.05)	

CMYK percentages

%0
%8.23
%19.34
%4.71

Codes

Color #F3DFC4 in popluar color models

F3DFC4
RGB243223196
HSL34°66.20%86.08%
HSB/HSV34°19.34%95.29%
CMYK0.00%8.23%19.34%
4.71%

Color #F3DFC4 in popluar number systems.

HEXF3DFC4
Decimal243223196
Binary111100111101111111000100
Octal363337304

Shades and tints

Shades of #F3DFC4

#F3DFC4
(243,223,196)
#DDCBB3
(221,203,179)
#C7B7A2
(199,183,162)
#B1A391
(177,163,145)
#9B8F80
(155,143,128)
#857B6F
(133,123,111)
#6F675E
(111,103,94)
#59534D
(89,83,77)
#433F3C
(67,63,60)
#2D2B2B
(45,43,43)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #F3DFC4

#F3DFC4
(243,223,196)
#F4E1C9
(244,225,201)
#F5E3CE
(245,227,206)
#F6E5D3
(246,229,211)
#F7E7D8
(247,231,216)
#F8E9DD
(248,233,221)
#F9EBE2
(249,235,226)
#FAEDE7
(250,237,231)
#FBEFEC
(251,239,236)
#FCF1F1
(252,241,241)
#FDF3F6
(253,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DFC4 color. Also use rgb(243,223,196) instead hex code.

Text Font Color

.myTextColor { color: #F3DFC4; }

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

This text font color is #F3DFC4.


Background Color

.myBgColor { background-color: #F3DFC4; }

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

This div background color is #F3DFC4.


Border color

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

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

This div border color is #F3DFC4.


Opacity

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

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

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

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

This text has shadow with #F3DFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DFC4 on black background.


Color preview on white background

This text has color #F3DFC4 on white background.



Black color preview on #F3DFC4 background

This text has black color on #F3DFC4 background.


White color preview on #F3DFC4 background

This text has white color on #F3DFC4 background.