COLOR #FA8FDC

HEX: #FA8FDC
RGB: (250,143,220)

Color info

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

RGB color model

#FA8FDC color RGB value is (250,143,220).

  • red value is 250;
  • green value is 143;
  • blue value is 220.
RGB:
(250,143,220)
(98%,56%,86%)

RGB channels and saturation

R 250 of 255 = 98%
G 143 of 255 = 56%
B 220 of 255 = 86%

250
143
220

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

Portions of RGB colors in percentages

R + G + B =
250 + 143 + 220 = 613 (100%)
R 250 of 613 ~ 40.78%
G 143 of 613 ~ 23.33%
B 220 of 613 ~ 35.89%

%40.78
%23.33
%35.89

CMYK color model

#FA8FDC color CMYK value is (0,43,12,2).

  • cyan value is 0.00%
  • magenta value is 42.80%
  • yellow value is 12.00%
  • key color value is 1.96%
CMYK:
(0,43,12,2)
C0M43Y12K2 
(0%,43%,12%,2%)
(0.00/0.43/0.12/0.02)	

CMYK percentages

%0
%42.8
%12
%1.96

Codes

Color #FA8FDC in popluar color models

FA8FDC
RGB250143220
HSL317°91.45%77.06%
HSB/HSV317°42.80%98.04%
CMYK0.00%42.80%12.00%
1.96%

Color #FA8FDC in popluar number systems.

HEXFA8FDC
Decimal250143220
Binary111110101000111111011100
Octal372217334

Shades and tints

Shades of #FA8FDC

#FA8FDC
(250,143,220)
#E482C8
(228,130,200)
#CE75B4
(206,117,180)
#B868A0
(184,104,160)
#A25B8C
(162,91,140)
#8C4E78
(140,78,120)
#764164
(118,65,100)
#603450
(96,52,80)
#4A273C
(74,39,60)
#341A28
(52,26,40)
#1E0D14
(30,13,20)
#000000
(0,0,0)

Tints of #FA8FDC

#FA8FDC
(250,143,220)
#FA99DF
(250,153,223)
#FAA3E2
(250,163,226)
#FAADE5
(250,173,229)
#FAB7E8
(250,183,232)
#FAC1EB
(250,193,235)
#FACBEE
(250,203,238)
#FAD5F1
(250,213,241)
#FADFF4
(250,223,244)
#FAE9F7
(250,233,247)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA8FDC; }

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

This text font color is #FA8FDC.


Background Color

.myBgColor { background-color: #FA8FDC; }

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

This div background color is #FA8FDC.


Border color

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

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

This div border color is #FA8FDC.


Opacity

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

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

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

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

This text has shadow with #FA8FDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA8FDC on black background.


Color preview on white background

This text has color #FA8FDC on white background.



Black color preview on #FA8FDC background

This text has black color on #FA8FDC background.


White color preview on #FA8FDC background

This text has white color on #FA8FDC background.