COLOR #FA8BDC

HEX: #FA8BDC RGB: (250,139,220)

Color info

#FA8BDC contains mainly red and blue colors. Web safe color of #FA8BDC is #FF99CC (or #F9C).

RGB color model

#FA8BDC color RGB value is (250,139,220).

RGB: (250,139,220) (98%, 55%, 86%)

RGB channels and saturation

R 250 of 255 = 98%
G 139 of 255 = 55%
B 220 of 255 = 86%

250
139
220

R + G + B ~ 80%. #FA8BDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 139 + 220 = 609 (100%)
R 250 of 609 ~ 41.05%
G 139 of 609 ~ 22.82%
B 220 of 609 ~ 36.12'%

%41.05
%22.82
%36.12

CMYK color model

#FA8BDC color CMYK value is (0,44,12,2).

  • cyan value is 0.00%
  • magenta value is 44.40%
  • yellow value is 12.00%
  • key color value is 1.96%
CMYK: (0,44,12,2) C0M44Y12K2 (0%,44%,12%,2%) (0.00/0.44/0.12/0.02) 

CMYK percentages

%0
%44.4
%12
%1.96

Codes

Color #FA8BDC in popluar color models

FA 8B DC
RGB 250 139 220
HSL 316° 91.74% 76.27%
HSB/HSV 316° 44.40% 98.04%
CMYK 0.00% 44.40% 12.00%
1.96%

Color #FA8BDC in popluar number systems.

HEX FA 8B DC
Decimal 250 139 220
Binary 11111010 10001011 11011100
Octal 372 213 334

Shades and tints

Shades of #FA8BDC

#FA8BDC
(250,139,220)
#E47FC8
(228,127,200)
#CE73B4
(206,115,180)
#B867A0
(184,103,160)
#A25B8C
(162,91,140)
#8C4F78
(140,79,120)
#764364
(118,67,100)
#603750
(96,55,80)
#4A2B3C
(74,43,60)
#341F28
(52,31,40)
#1E1314
(30,19,20)
#000000
(0,0,0)

Tints of #FA8BDC

#FA8BDC
(250,139,220)
#FA95DF
(250,149,223)
#FA9FE2
(250,159,226)
#FAA9E5
(250,169,229)
#FAB3E8
(250,179,232)
#FABDEB
(250,189,235)
#FAC7EE
(250,199,238)
#FAD1F1
(250,209,241)
#FADBF4
(250,219,244)
#FAE5F7
(250,229,247)
#FAEFFA
(250,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA8BDC color. Also use rgb(250,139,220) instead hex code.

Text Font Color

.myTextColor { color: #FA8BDC; }

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

This text font color is #FA8BDC.

Background Color

.myBgColor { background-color: #FA8BDC; }

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

This div background color is #FA8BDC.

Border color

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

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

This div border color is #FA8BDC.

Opacity

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

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

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

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

This text has shadow with #FA8BDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA8BDC.

Preview

Color preview on black background

This text has color #FA8BDC on black background.


Color preview on white background

This text has color #FA8BDC on white background.


Black color preview on #FA8BDC background

This text has black color on #FA8BDC background.


White color preview on #FA8BDC background

This text has white color on #FA8BDC background.


Related colors

Complementary color

Complementary color for #hex is #057423.


I love getcolorcode.com

Triadic colors

1 #DCFA8B and #8BDCFA with #FA8BDC are triadic colors.

2 #DC8BFA and #8BFADC with #FA8BDC are triadic colors.