COLOR #FA99FC

HEX: #FA99FC RGB: (250,153,252)

Color info

#FA99FC contains mainly red and blue colors. Web safe color of #FA99FC is #FF99FF (or #F9F).

RGB color model

#FA99FC color RGB value is (250,153,252).

RGB: (250,153,252) (98%, 60%, 99%)

RGB channels and saturation

R 250 of 255 = 98%
G 153 of 255 = 60%
B 252 of 255 = 99%

250
153
252

R + G + B ~ 86%. #FA99FC is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 153 + 252 = 655 (100%)
R 250 of 655 ~ 38.17%
G 153 of 655 ~ 23.36%
B 252 of 655 ~ 38.47'%

%38.17
%23.36
%38.47

CMYK color model

#FA99FC color CMYK value is (1,39,0,1).

  • cyan value is 0.79%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (1,39,0,1) C1M39Y0K1 (1%,39%,0%,1%) (0.01/0.39/0.00/0.01) 

CMYK percentages

%0.79
%39.29
%0
%1.18

Codes

Color #FA99FC in popluar color models

FA 99 FC
RGB 250 153 252
HSL 299° 94.29% 79.41%
HSB/HSV 299° 39.29% 98.82%
CMYK 0.79% 39.29% 0.00%
1.18%

Color #FA99FC in popluar number systems.

HEX FA 99 FC
Decimal 250 153 252
Binary 11111010 10011001 11111100
Octal 372 231 374

Shades and tints

Shades of #FA99FC

#FA99FC
(250,153,252)
#E48CE6
(228,140,230)
#CE7FD0
(206,127,208)
#B872BA
(184,114,186)
#A265A4
(162,101,164)
#8C588E
(140,88,142)
#764B78
(118,75,120)
#603E62
(96,62,98)
#4A314C
(74,49,76)
#342436
(52,36,54)
#1E1720
(30,23,32)
#000000
(0,0,0)

Tints of #FA99FC

#FA99FC
(250,153,252)
#FAA2FC
(250,162,252)
#FAABFC
(250,171,252)
#FAB4FC
(250,180,252)
#FABDFC
(250,189,252)
#FAC6FC
(250,198,252)
#FACFFC
(250,207,252)
#FAD8FC
(250,216,252)
#FAE1FC
(250,225,252)
#FAEAFC
(250,234,252)
#FAF3FC
(250,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA99FC color. Also use rgb(250,153,252) instead hex code.

Text Font Color

.myTextColor { color: #FA99FC; }

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

This text font color is #FA99FC.

Background Color

.myBgColor { background-color: #FA99FC; }

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

This div background color is #FA99FC.

Border color

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

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

This div border color is #FA99FC.

Opacity

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

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

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

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

This text has shadow with #FA99FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA99FC.

Preview

Color preview on black background

This text has color #FA99FC on black background.


Color preview on white background

This text has color #FA99FC on white background.


Black color preview on #FA99FC background

This text has black color on #FA99FC background.


White color preview on #FA99FC background

This text has white color on #FA99FC background.


Related colors

Complementary color

Complementary color for #hex is #056603.


I love getcolorcode.com

Triadic colors

1 #FCFA99 and #99FCFA with #FA99FC are triadic colors.

2 #FC99FA and #99FAFC with #FA99FC are triadic colors.