COLOR #F3C9FE

HEX: #F3C9FE
RGB: (243,201,254)

Color info

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

RGB color model

#F3C9FE color RGB value is (243,201,254).

  • red value is 243;
  • green value is 201;
  • blue value is 254.
RGB:
(243,201,254)
(95%,79%,100%)

RGB channels and saturation

R 243 of 255 = 95%
G 201 of 255 = 79%
B 254 of 255 = 100%

243
201
254

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

Portions of RGB colors in percentages

R + G + B =
243 + 201 + 254 = 698 (100%)
R 243 of 698 ~ 34.81%
G 201 of 698 ~ 28.8%
B 254 of 698 ~ 36.39%

%34.81
%28.8
%36.39

CMYK color model

#F3C9FE color CMYK value is (4,21,0,0).

  • cyan value is 4.33%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(4,21,0,0)
C4M21Y0K0 
(4%,21%,0%,0%)
(0.04/0.21/0.00/0.00)	

CMYK percentages

%4.33
%20.87
%0
%0.39

Codes

Color #F3C9FE in popluar color models

F3C9FE
RGB243201254
HSL288°96.36%89.22%
HSB/HSV288°20.87%99.61%
CMYK4.33%20.87%0.00%
0.39%

Color #F3C9FE in popluar number systems.

HEXF3C9FE
Decimal243201254
Binary111100111100100111111110
Octal363311376

Shades and tints

Shades of #F3C9FE

#F3C9FE
(243,201,254)
#DDB7E7
(221,183,231)
#C7A5D0
(199,165,208)
#B193B9
(177,147,185)
#9B81A2
(155,129,162)
#856F8B
(133,111,139)
#6F5D74
(111,93,116)
#594B5D
(89,75,93)
#433946
(67,57,70)
#2D272F
(45,39,47)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #F3C9FE

#F3C9FE
(243,201,254)
#F4CDFE
(244,205,254)
#F5D1FE
(245,209,254)
#F6D5FE
(246,213,254)
#F7D9FE
(247,217,254)
#F8DDFE
(248,221,254)
#F9E1FE
(249,225,254)
#FAE5FE
(250,229,254)
#FBE9FE
(251,233,254)
#FCEDFE
(252,237,254)
#FDF1FE
(253,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C9FE color. Also use rgb(243,201,254) instead hex code.

Text Font Color

.myTextColor { color: #F3C9FE; }

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

This text font color is #F3C9FE.


Background Color

.myBgColor { background-color: #F3C9FE; }

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

This div background color is #F3C9FE.


Border color

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

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

This div border color is #F3C9FE.


Opacity

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

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

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

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

This text has shadow with #F3C9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C9FE on black background.


Color preview on white background

This text has color #F3C9FE on white background.



Black color preview on #F3C9FE background

This text has black color on #F3C9FE background.


White color preview on #F3C9FE background

This text has white color on #F3C9FE background.