COLOR #F3DFD7

HEX: #F3DFD7 RGB: (243,223,215)

Color info

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

RGB color model

#F3DFD7 color RGB value is (243,223,215).

RGB: (243,223,215) (95%, 87%, 84%)

RGB channels and saturation

R 243 of 255 = 95%
G 223 of 255 = 87%
B 215 of 255 = 84%

243
223
215

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

Portions of RGB colors in percentages

R + G + B = 243 + 223 + 215 = 681 (100%)
R 243 of 681 ~ 35.68%
G 223 of 681 ~ 32.75%
B 215 of 681 ~ 31.57'%

%35.68
%32.75
%31.57

CMYK color model

#F3DFD7 color CMYK value is (0,8,12,5).

  • cyan value is 0.00%
  • magenta value is 8.23%
  • yellow value is 11.52%
  • key color value is 4.71%

CMYK: (0,8,12,5)
C0M8Y12K5 (0%, 8%, 12%, 5%)
(0.00 / 0.08 / 0.12 / 0.05)

CMYK percentages

%0
%8.23
%11.52
%4.71

Codes

Color #F3DFD7 in popluar color models

F3 DF D7
RGB 243 223 215
HSL 17° 53.85% 89.80%
HSB/HSV 17° 11.52% 95.29%
CMYK 0.00% 8.23% 11.52%
4.71%

Color #F3DFD7 in popluar number systems.

HEX F3 DF D7
Decimal 243 223 215
Binary 11110011 11011111 11010111
Octal 363 337 327

Shades and tints

Shades of #F3DFD7

#F3DFD7
(243,223,215)
#DDCBC4
(221,203,196)
#C7B7B1
(199,183,177)
#B1A39E
(177,163,158)
#9B8F8B
(155,143,139)
#857B78
(133,123,120)
#6F6765
(111,103,101)
#595352
(89,83,82)
#433F3F
(67,63,63)
#2D2B2C
(45,43,44)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #F3DFD7

#F3DFD7
(243,223,215)
#F4E1DA
(244,225,218)
#F5E3DD
(245,227,221)
#F6E5E0
(246,229,224)
#F7E7E3
(247,231,227)
#F8E9E6
(248,233,230)
#F9EBE9
(249,235,233)
#FAEDEC
(250,237,236)
#FBEFEF
(251,239,239)
#FCF1F2
(252,241,242)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DFD7; }

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

This text font color is #F3DFD7.

Background Color

.myBgColor { background-color: #F3DFD7; }

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

This div background color is #F3DFD7.

Border color

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

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

This div border color is #F3DFD7.

Opacity

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

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

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

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

This text has shadow with #F3DFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3DFD7.

Preview

Color preview on black background

This text has color #F3DFD7 on black background.


Color preview on white background

This text has color #F3DFD7 on white background.


Black color preview on #F3DFD7 background

This text has black color on #F3DFD7 background.


White color preview on #F3DFD7 background

This text has white color on #F3DFD7 background.


Related colors

Complementary color

Complementary color for #hex is #0C2028.


I love getcolorcode.com

Triadic colors

1 #D7F3DF and #DFD7F3 with #F3DFD7 are triadic colors.

2 #D7DFF3 and #DFF3D7 with #F3DFD7 are triadic colors.