COLOR #F3DFD9

HEX: #F3DFD9
RGB: (243,223,217)

Color info

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

RGB color model

#F3DFD9 color RGB value is (243,223,217).

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

RGB channels and saturation

R 243 of 255 = 95%
G 223 of 255 = 87%
B 217 of 255 = 85%

243
223
217

R + G + B ~ 89%. #F3DFD9 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 223 + 217 = 683 (100%)
R 243 of 683 ~ 35.58%
G 223 of 683 ~ 32.65%
B 217 of 683 ~ 31.77%

%35.58
%32.65
%31.77

CMYK color model

#F3DFD9 color CMYK value is (0,8,11,5).

  • cyan value is 0.00%
  • magenta value is 8.23%
  • yellow value is 10.70%
  • key color value is 4.71%
CMYK:
(0,8,11,5)
C0M8Y11K5 
(0%,8%,11%,5%)
(0.00/0.08/0.11/0.05)	

CMYK percentages

%0
%8.23
%10.7
%4.71

Codes

Color #F3DFD9 in popluar color models

F3DFD9
RGB243223217
HSL14°52.00%90.20%
HSB/HSV14°10.70%95.29%
CMYK0.00%8.23%10.70%
4.71%

Color #F3DFD9 in popluar number systems.

HEXF3DFD9
Decimal243223217
Binary111100111101111111011001
Octal363337331

Shades and tints

Shades of #F3DFD9

#F3DFD9
(243,223,217)
#DDCBC6
(221,203,198)
#C7B7B3
(199,183,179)
#B1A3A0
(177,163,160)
#9B8F8D
(155,143,141)
#857B7A
(133,123,122)
#6F6767
(111,103,103)
#595354
(89,83,84)
#433F41
(67,63,65)
#2D2B2E
(45,43,46)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #F3DFD9

#F3DFD9
(243,223,217)
#F4E1DC
(244,225,220)
#F5E3DF
(245,227,223)
#F6E5E2
(246,229,226)
#F7E7E5
(247,231,229)
#F8E9E8
(248,233,232)
#F9EBEB
(249,235,235)
#FAEDEE
(250,237,238)
#FBEFF1
(251,239,241)
#FCF1F4
(252,241,244)
#FDF3F7
(253,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DFD9; }

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

This text font color is #F3DFD9.


Background Color

.myBgColor { background-color: #F3DFD9; }

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

This div background color is #F3DFD9.


Border color

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

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

This div border color is #F3DFD9.


Opacity

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

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

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

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

This text has shadow with #F3DFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DFD9 on black background.


Color preview on white background

This text has color #F3DFD9 on white background.



Black color preview on #F3DFD9 background

This text has black color on #F3DFD9 background.


White color preview on #F3DFD9 background

This text has white color on #F3DFD9 background.