COLOR #F3D8D5

HEX: #F3D8D5
RGB: (243,216,213)

Color info

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

RGB color model

#F3D8D5 color RGB value is (243,216,213).

  • red value is 243;
  • green value is 216;
  • blue value is 213.
RGB:
(243,216,213)
(95%,85%,84%)

RGB channels and saturation

R 243 of 255 = 95%
G 216 of 255 = 85%
B 213 of 255 = 84%

243
216
213

R + G + B ~ 88%. #F3D8D5 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 216 + 213 = 672 (100%)
R 243 of 672 ~ 36.16%
G 216 of 672 ~ 32.14%
B 213 of 672 ~ 31.7%

%36.16
%32.14
%31.7

CMYK color model

#F3D8D5 color CMYK value is (0,11,12,5).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 12.35%
  • key color value is 4.71%
CMYK:
(0,11,12,5)
C0M11Y12K5 
(0%,11%,12%,5%)
(0.00/0.11/0.12/0.05)	

CMYK percentages

%0
%11.11
%12.35
%4.71

Codes

Color #F3D8D5 in popluar color models

F3D8D5
RGB243216213
HSL55.56%89.41%
HSB/HSV12.35%95.29%
CMYK0.00%11.11%12.35%
4.71%

Color #F3D8D5 in popluar number systems.

HEXF3D8D5
Decimal243216213
Binary111100111101100011010101
Octal363330325

Shades and tints

Shades of #F3D8D5

#F3D8D5
(243,216,213)
#DDC5C2
(221,197,194)
#C7B2AF
(199,178,175)
#B19F9C
(177,159,156)
#9B8C89
(155,140,137)
#857976
(133,121,118)
#6F6663
(111,102,99)
#595350
(89,83,80)
#43403D
(67,64,61)
#2D2D2A
(45,45,42)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #F3D8D5

#F3D8D5
(243,216,213)
#F4DBD8
(244,219,216)
#F5DEDB
(245,222,219)
#F6E1DE
(246,225,222)
#F7E4E1
(247,228,225)
#F8E7E4
(248,231,228)
#F9EAE7
(249,234,231)
#FAEDEA
(250,237,234)
#FBF0ED
(251,240,237)
#FCF3F0
(252,243,240)
#FDF6F3
(253,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D8D5 color. Also use rgb(243,216,213) instead hex code.

Text Font Color

.myTextColor { color: #F3D8D5; }

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

This text font color is #F3D8D5.


Background Color

.myBgColor { background-color: #F3D8D5; }

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

This div background color is #F3D8D5.


Border color

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

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

This div border color is #F3D8D5.


Opacity

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

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

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

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

This text has shadow with #F3D8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D8D5 on black background.


Color preview on white background

This text has color #F3D8D5 on white background.



Black color preview on #F3D8D5 background

This text has black color on #F3D8D5 background.


White color preview on #F3D8D5 background

This text has white color on #F3D8D5 background.