COLOR #F9C3FF

HEX: #F9C3FF
RGB: (249,195,255)

Color info

#F9C3FF contains mainly red and blue colors. Web safe color of #F9C3FF is #FFCCFF (or #FCF).

RGB color model

#F9C3FF color RGB value is (249,195,255).

  • red value is 249;
  • green value is 195;
  • blue value is 255.
RGB:
(249,195,255)
(98%,76%,100%)

RGB channels and saturation

R 249 of 255 = 98%
G 195 of 255 = 76%
B 255 of 255 = 100%

249
195
255

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

Portions of RGB colors in percentages

R + G + B =
249 + 195 + 255 = 699 (100%)
R 249 of 699 ~ 35.62%
G 195 of 699 ~ 27.9%
B 255 of 699 ~ 36.48%

%35.62
%27.9
%36.48

CMYK color model

#F9C3FF color CMYK value is (2,24,0,0).

  • cyan value is 2.35%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(2,24,0,0)
C2M24Y0K0 
(2%,24%,0%,0%)
(0.02/0.24/0.00/0.00)	

CMYK percentages

%2.35
%23.53
%0
%0

Codes

Color #F9C3FF in popluar color models

F9C3FF
RGB249195255
HSL294°100.00%88.24%
HSB/HSV294°23.53%100.00%
CMYK2.35%23.53%0.00%
0.00%

Color #F9C3FF in popluar number systems.

HEXF9C3FF
Decimal249195255
Binary111110011100001111111111
Octal371303377

Shades and tints

Shades of #F9C3FF

#F9C3FF
(249,195,255)
#E3B2E8
(227,178,232)
#CDA1D1
(205,161,209)
#B790BA
(183,144,186)
#A17FA3
(161,127,163)
#8B6E8C
(139,110,140)
#755D75
(117,93,117)
#5F4C5E
(95,76,94)
#493B47
(73,59,71)
#332A30
(51,42,48)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #F9C3FF

#F9C3FF
(249,195,255)
#F9C8FF
(249,200,255)
#F9CDFF
(249,205,255)
#F9D2FF
(249,210,255)
#F9D7FF
(249,215,255)
#F9DCFF
(249,220,255)
#F9E1FF
(249,225,255)
#F9E6FF
(249,230,255)
#F9EBFF
(249,235,255)
#F9F0FF
(249,240,255)
#F9F5FF
(249,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C3FF color. Also use rgb(249,195,255) instead hex code.

Text Font Color

.myTextColor { color: #F9C3FF; }

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

This text font color is #F9C3FF.


Background Color

.myBgColor { background-color: #F9C3FF; }

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

This div background color is #F9C3FF.


Border color

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

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

This div border color is #F9C3FF.


Opacity

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

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

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

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

This text has shadow with #F9C3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C3FF on black background.


Color preview on white background

This text has color #F9C3FF on white background.



Black color preview on #F9C3FF background

This text has black color on #F9C3FF background.


White color preview on #F9C3FF background

This text has white color on #F9C3FF background.