COLOR #F1C3FA

HEX: #F1C3FA
RGB: (241,195,250)

Color info

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

RGB color model

#F1C3FA color RGB value is (241,195,250).

  • red value is 241;
  • green value is 195;
  • blue value is 250.
RGB:
(241,195,250)
(95%,76%,98%)

RGB channels and saturation

R 241 of 255 = 95%
G 195 of 255 = 76%
B 250 of 255 = 98%

241
195
250

R + G + B ~ 90%. #F1C3FA is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 195 + 250 = 686 (100%)
R 241 of 686 ~ 35.13%
G 195 of 686 ~ 28.43%
B 250 of 686 ~ 36.44%

%35.13
%28.43
%36.44

CMYK color model

#F1C3FA color CMYK value is (4,22,0,2).

  • cyan value is 3.60%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,22,0,2)
C4M22Y0K2 
(4%,22%,0%,2%)
(0.04/0.22/0.00/0.02)	

CMYK percentages

%3.6
%22
%0
%1.96

Codes

Color #F1C3FA in popluar color models

F1C3FA
RGB241195250
HSL290°84.62%87.25%
HSB/HSV290°22.00%98.04%
CMYK3.60%22.00%0.00%
1.96%

Color #F1C3FA in popluar number systems.

HEXF1C3FA
Decimal241195250
Binary111100011100001111111010
Octal361303372

Shades and tints

Shades of #F1C3FA

#F1C3FA
(241,195,250)
#DCB2E4
(220,178,228)
#C7A1CE
(199,161,206)
#B290B8
(178,144,184)
#9D7FA2
(157,127,162)
#886E8C
(136,110,140)
#735D76
(115,93,118)
#5E4C60
(94,76,96)
#493B4A
(73,59,74)
#342A34
(52,42,52)
#1F191E
(31,25,30)
#000000
(0,0,0)

Tints of #F1C3FA

#F1C3FA
(241,195,250)
#F2C8FA
(242,200,250)
#F3CDFA
(243,205,250)
#F4D2FA
(244,210,250)
#F5D7FA
(245,215,250)
#F6DCFA
(246,220,250)
#F7E1FA
(247,225,250)
#F8E6FA
(248,230,250)
#F9EBFA
(249,235,250)
#FAF0FA
(250,240,250)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C3FA color. Also use rgb(241,195,250) instead hex code.

Text Font Color

.myTextColor { color: #F1C3FA; }

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

This text font color is #F1C3FA.


Background Color

.myBgColor { background-color: #F1C3FA; }

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

This div background color is #F1C3FA.


Border color

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

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

This div border color is #F1C3FA.


Opacity

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

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

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

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

This text has shadow with #F1C3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C3FA on black background.


Color preview on white background

This text has color #F1C3FA on white background.



Black color preview on #F1C3FA background

This text has black color on #F1C3FA background.


White color preview on #F1C3FA background

This text has white color on #F1C3FA background.