COLOR #F3C2FB

HEX: #F3C2FB
RGB: (243,194,251)

Color info

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

RGB color model

#F3C2FB color RGB value is (243,194,251).

  • red value is 243;
  • green value is 194;
  • blue value is 251.
RGB:
(243,194,251)
(95%,76%,98%)

RGB channels and saturation

R 243 of 255 = 95%
G 194 of 255 = 76%
B 251 of 255 = 98%

243
194
251

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

Portions of RGB colors in percentages

R + G + B =
243 + 194 + 251 = 688 (100%)
R 243 of 688 ~ 35.32%
G 194 of 688 ~ 28.2%
B 251 of 688 ~ 36.48%

%35.32
%28.2
%36.48

CMYK color model

#F3C2FB color CMYK value is (3,23,0,2).

  • cyan value is 3.19%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(3,23,0,2)
C3M23Y0K2 
(3%,23%,0%,2%)
(0.03/0.23/0.00/0.02)	

CMYK percentages

%3.19
%22.71
%0
%1.57

Codes

Color #F3C2FB in popluar color models

F3C2FB
RGB243194251
HSL292°87.69%87.25%
HSB/HSV292°22.71%98.43%
CMYK3.19%22.71%0.00%
1.57%

Color #F3C2FB in popluar number systems.

HEXF3C2FB
Decimal243194251
Binary111100111100001011111011
Octal363302373

Shades and tints

Shades of #F3C2FB

#F3C2FB
(243,194,251)
#DDB1E5
(221,177,229)
#C7A0CF
(199,160,207)
#B18FB9
(177,143,185)
#9B7EA3
(155,126,163)
#856D8D
(133,109,141)
#6F5C77
(111,92,119)
#594B61
(89,75,97)
#433A4B
(67,58,75)
#2D2935
(45,41,53)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #F3C2FB

#F3C2FB
(243,194,251)
#F4C7FB
(244,199,251)
#F5CCFB
(245,204,251)
#F6D1FB
(246,209,251)
#F7D6FB
(247,214,251)
#F8DBFB
(248,219,251)
#F9E0FB
(249,224,251)
#FAE5FB
(250,229,251)
#FBEAFB
(251,234,251)
#FCEFFB
(252,239,251)
#FDF4FB
(253,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C2FB color. Also use rgb(243,194,251) instead hex code.

Text Font Color

.myTextColor { color: #F3C2FB; }

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

This text font color is #F3C2FB.


Background Color

.myBgColor { background-color: #F3C2FB; }

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

This div background color is #F3C2FB.


Border color

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

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

This div border color is #F3C2FB.


Opacity

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

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

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

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

This text has shadow with #F3C2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C2FB on black background.


Color preview on white background

This text has color #F3C2FB on white background.



Black color preview on #F3C2FB background

This text has black color on #F3C2FB background.


White color preview on #F3C2FB background

This text has white color on #F3C2FB background.