COLOR #F3C1F0

HEX: #F3C1F0
RGB: (243,193,240)

Color info

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

RGB color model

#F3C1F0 color RGB value is (243,193,240).

  • red value is 243;
  • green value is 193;
  • blue value is 240.
RGB:
(243,193,240)
(95%,76%,94%)

RGB channels and saturation

R 243 of 255 = 95%
G 193 of 255 = 76%
B 240 of 255 = 94%

243
193
240

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

Portions of RGB colors in percentages

R + G + B =
243 + 193 + 240 = 676 (100%)
R 243 of 676 ~ 35.95%
G 193 of 676 ~ 28.55%
B 240 of 676 ~ 35.5%

%35.95
%28.55
%35.5

CMYK color model

#F3C1F0 color CMYK value is (0,21,1,5).

  • cyan value is 0.00%
  • magenta value is 20.58%
  • yellow value is 1.23%
  • key color value is 4.71%
CMYK:
(0,21,1,5)
C0M21Y1K5 
(0%,21%,1%,5%)
(0.00/0.21/0.01/0.05)	

CMYK percentages

%0
%20.58
%1.23
%4.71

Codes

Color #F3C1F0 in popluar color models

F3C1F0
RGB243193240
HSL304°67.57%85.49%
HSB/HSV304°20.58%95.29%
CMYK0.00%20.58%1.23%
4.71%

Color #F3C1F0 in popluar number systems.

HEXF3C1F0
Decimal243193240
Binary111100111100000111110000
Octal363301360

Shades and tints

Shades of #F3C1F0

#F3C1F0
(243,193,240)
#DDB0DB
(221,176,219)
#C79FC6
(199,159,198)
#B18EB1
(177,142,177)
#9B7D9C
(155,125,156)
#856C87
(133,108,135)
#6F5B72
(111,91,114)
#594A5D
(89,74,93)
#433948
(67,57,72)
#2D2833
(45,40,51)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #F3C1F0

#F3C1F0
(243,193,240)
#F4C6F1
(244,198,241)
#F5CBF2
(245,203,242)
#F6D0F3
(246,208,243)
#F7D5F4
(247,213,244)
#F8DAF5
(248,218,245)
#F9DFF6
(249,223,246)
#FAE4F7
(250,228,247)
#FBE9F8
(251,233,248)
#FCEEF9
(252,238,249)
#FDF3FA
(253,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C1F0 color. Also use rgb(243,193,240) instead hex code.

Text Font Color

.myTextColor { color: #F3C1F0; }

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

This text font color is #F3C1F0.


Background Color

.myBgColor { background-color: #F3C1F0; }

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

This div background color is #F3C1F0.


Border color

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

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

This div border color is #F3C1F0.


Opacity

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

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

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

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

This text has shadow with #F3C1F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C1F0 on black background.


Color preview on white background

This text has color #F3C1F0 on white background.



Black color preview on #F3C1F0 background

This text has black color on #F3C1F0 background.


White color preview on #F3C1F0 background

This text has white color on #F3C1F0 background.