COLOR #F3D1D6

HEX: #F3D1D6
RGB: (243,209,214)

Color info

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

RGB color model

#F3D1D6 color RGB value is (243,209,214).

  • red value is 243;
  • green value is 209;
  • blue value is 214.
RGB:
(243,209,214)
(95%,82%,84%)

RGB channels and saturation

R 243 of 255 = 95%
G 209 of 255 = 82%
B 214 of 255 = 84%

243
209
214

R + G + B ~ 87%. #F3D1D6 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 209 + 214 = 666 (100%)
R 243 of 666 ~ 36.49%
G 209 of 666 ~ 31.38%
B 214 of 666 ~ 32.13%

%36.49
%31.38
%32.13

CMYK color model

#F3D1D6 color CMYK value is (0,14,12,5).

  • cyan value is 0.00%
  • magenta value is 13.99%
  • yellow value is 11.93%
  • key color value is 4.71%
CMYK:
(0,14,12,5)
C0M14Y12K5 
(0%,14%,12%,5%)
(0.00/0.14/0.12/0.05)	

CMYK percentages

%0
%13.99
%11.93
%4.71

Codes

Color #F3D1D6 in popluar color models

F3D1D6
RGB243209214
HSL351°58.62%88.63%
HSB/HSV351°13.99%95.29%
CMYK0.00%13.99%11.93%
4.71%

Color #F3D1D6 in popluar number systems.

HEXF3D1D6
Decimal243209214
Binary111100111101000111010110
Octal363321326

Shades and tints

Shades of #F3D1D6

#F3D1D6
(243,209,214)
#DDBEC3
(221,190,195)
#C7ABB0
(199,171,176)
#B1989D
(177,152,157)
#9B858A
(155,133,138)
#857277
(133,114,119)
#6F5F64
(111,95,100)
#594C51
(89,76,81)
#43393E
(67,57,62)
#2D262B
(45,38,43)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #F3D1D6

#F3D1D6
(243,209,214)
#F4D5D9
(244,213,217)
#F5D9DC
(245,217,220)
#F6DDDF
(246,221,223)
#F7E1E2
(247,225,226)
#F8E5E5
(248,229,229)
#F9E9E8
(249,233,232)
#FAEDEB
(250,237,235)
#FBF1EE
(251,241,238)
#FCF5F1
(252,245,241)
#FDF9F4
(253,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D1D6 color. Also use rgb(243,209,214) instead hex code.

Text Font Color

.myTextColor { color: #F3D1D6; }

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

This text font color is #F3D1D6.


Background Color

.myBgColor { background-color: #F3D1D6; }

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

This div background color is #F3D1D6.


Border color

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

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

This div border color is #F3D1D6.


Opacity

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

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

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

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

This text has shadow with #F3D1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D1D6 on black background.


Color preview on white background

This text has color #F3D1D6 on white background.



Black color preview on #F3D1D6 background

This text has black color on #F3D1D6 background.


White color preview on #F3D1D6 background

This text has white color on #F3D1D6 background.