COLOR #FA96CD

HEX: #FA96CD
RGB: (250,150,205)

Color info

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

RGB color model

#FA96CD color RGB value is (250,150,205).

  • red value is 250;
  • green value is 150;
  • blue value is 205.
RGB:
(250,150,205)
(98%,59%,80%)

RGB channels and saturation

R 250 of 255 = 98%
G 150 of 255 = 59%
B 205 of 255 = 80%

250
150
205

R + G + B ~ 79%. #FA96CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 150 + 205 = 605 (100%)
R 250 of 605 ~ 41.32%
G 150 of 605 ~ 24.79%
B 205 of 605 ~ 33.88%

%41.32
%24.79
%33.88

CMYK color model

#FA96CD color CMYK value is (0,40,18,2).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 18.00%
  • key color value is 1.96%
CMYK:
(0,40,18,2)
C0M40Y18K2 
(0%,40%,18%,2%)
(0.00/0.40/0.18/0.02)	

CMYK percentages

%0
%40
%18
%1.96

Codes

Color #FA96CD in popluar color models

FA96CD
RGB250150205
HSL327°90.91%78.43%
HSB/HSV327°40.00%98.04%
CMYK0.00%40.00%18.00%
1.96%

Color #FA96CD in popluar number systems.

HEXFA96CD
Decimal250150205
Binary111110101001011011001101
Octal372226315

Shades and tints

Shades of #FA96CD

#FA96CD
(250,150,205)
#E489BB
(228,137,187)
#CE7CA9
(206,124,169)
#B86F97
(184,111,151)
#A26285
(162,98,133)
#8C5573
(140,85,115)
#764861
(118,72,97)
#603B4F
(96,59,79)
#4A2E3D
(74,46,61)
#34212B
(52,33,43)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #FA96CD

#FA96CD
(250,150,205)
#FA9FD1
(250,159,209)
#FAA8D5
(250,168,213)
#FAB1D9
(250,177,217)
#FABADD
(250,186,221)
#FAC3E1
(250,195,225)
#FACCE5
(250,204,229)
#FAD5E9
(250,213,233)
#FADEED
(250,222,237)
#FAE7F1
(250,231,241)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA96CD color. Also use rgb(250,150,205) instead hex code.

Text Font Color

.myTextColor { color: #FA96CD; }

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

This text font color is #FA96CD.


Background Color

.myBgColor { background-color: #FA96CD; }

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

This div background color is #FA96CD.


Border color

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

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

This div border color is #FA96CD.


Opacity

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

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

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

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

This text has shadow with #FA96CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA96CD on black background.


Color preview on white background

This text has color #FA96CD on white background.



Black color preview on #FA96CD background

This text has black color on #FA96CD background.


White color preview on #FA96CD background

This text has white color on #FA96CD background.