COLOR #F3D1F1

HEX: #F3D1F1
RGB: (243,209,241)

Color info

#F3D1F1 contains red, green and blue colors in about the same proportion. Web safe color of #F3D1F1 is #FFCCFF (or #FCF).

RGB color model

#F3D1F1 color RGB value is (243,209,241).

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

RGB channels and saturation

R 243 of 255 = 95%
G 209 of 255 = 82%
B 241 of 255 = 95%

243
209
241

R + G + B ~ 91%. #F3D1F1 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 209 + 241 = 693 (100%)
R 243 of 693 ~ 35.06%
G 209 of 693 ~ 30.16%
B 241 of 693 ~ 34.78%

%35.06
%30.16
%34.78

CMYK color model

#F3D1F1 color CMYK value is (0,14,1,5).

  • cyan value is 0.00%
  • magenta value is 13.99%
  • yellow value is 0.82%
  • key color value is 4.71%
CMYK:
(0,14,1,5)
C0M14Y1K5 
(0%,14%,1%,5%)
(0.00/0.14/0.01/0.05)	

CMYK percentages

%0
%13.99
%0.82
%4.71

Codes

Color #F3D1F1 in popluar color models

F3D1F1
RGB243209241
HSL304°58.62%88.63%
HSB/HSV304°13.99%95.29%
CMYK0.00%13.99%0.82%
4.71%

Color #F3D1F1 in popluar number systems.

HEXF3D1F1
Decimal243209241
Binary111100111101000111110001
Octal363321361

Shades and tints

Shades of #F3D1F1

#F3D1F1
(243,209,241)
#DDBEDC
(221,190,220)
#C7ABC7
(199,171,199)
#B198B2
(177,152,178)
#9B859D
(155,133,157)
#857288
(133,114,136)
#6F5F73
(111,95,115)
#594C5E
(89,76,94)
#433949
(67,57,73)
#2D2634
(45,38,52)
#17131F
(23,19,31)
#000000
(0,0,0)

Tints of #F3D1F1

#F3D1F1
(243,209,241)
#F4D5F2
(244,213,242)
#F5D9F3
(245,217,243)
#F6DDF4
(246,221,244)
#F7E1F5
(247,225,245)
#F8E5F6
(248,229,246)
#F9E9F7
(249,233,247)
#FAEDF8
(250,237,248)
#FBF1F9
(251,241,249)
#FCF5FA
(252,245,250)
#FDF9FB
(253,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3D1F1; }

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

This text font color is #F3D1F1.


Background Color

.myBgColor { background-color: #F3D1F1; }

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

This div background color is #F3D1F1.


Border color

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

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

This div border color is #F3D1F1.


Opacity

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

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

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

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

This text has shadow with #F3D1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D1F1 on black background.


Color preview on white background

This text has color #F3D1F1 on white background.



Black color preview on #F3D1F1 background

This text has black color on #F3D1F1 background.


White color preview on #F3D1F1 background

This text has white color on #F3D1F1 background.