COLOR #FA8AC4

HEX: #FA8AC4
RGB: (250,138,196)

Color info

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

RGB color model

#FA8AC4 color RGB value is (250,138,196).

  • red value is 250;
  • green value is 138;
  • blue value is 196.
RGB:
(250,138,196)
(98%,54%,77%)

RGB channels and saturation

R 250 of 255 = 98%
G 138 of 255 = 54%
B 196 of 255 = 77%

250
138
196

R + G + B ~ 76%. #FA8AC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 138 + 196 = 584 (100%)
R 250 of 584 ~ 42.81%
G 138 of 584 ~ 23.63%
B 196 of 584 ~ 33.56%

%42.81
%23.63
%33.56

CMYK color model

#FA8AC4 color CMYK value is (0,45,22,2).

  • cyan value is 0.00%
  • magenta value is 44.80%
  • yellow value is 21.60%
  • key color value is 1.96%
CMYK:
(0,45,22,2)
C0M45Y22K2 
(0%,45%,22%,2%)
(0.00/0.45/0.22/0.02)	

CMYK percentages

%0
%44.8
%21.6
%1.96

Codes

Color #FA8AC4 in popluar color models

FA8AC4
RGB250138196
HSL329°91.80%76.08%
HSB/HSV329°44.80%98.04%
CMYK0.00%44.80%21.60%
1.96%

Color #FA8AC4 in popluar number systems.

HEXFA8AC4
Decimal250138196
Binary111110101000101011000100
Octal372212304

Shades and tints

Shades of #FA8AC4

#FA8AC4
(250,138,196)
#E47EB3
(228,126,179)
#CE72A2
(206,114,162)
#B86691
(184,102,145)
#A25A80
(162,90,128)
#8C4E6F
(140,78,111)
#76425E
(118,66,94)
#60364D
(96,54,77)
#4A2A3C
(74,42,60)
#341E2B
(52,30,43)
#1E121A
(30,18,26)
#000000
(0,0,0)

Tints of #FA8AC4

#FA8AC4
(250,138,196)
#FA94C9
(250,148,201)
#FA9ECE
(250,158,206)
#FAA8D3
(250,168,211)
#FAB2D8
(250,178,216)
#FABCDD
(250,188,221)
#FAC6E2
(250,198,226)
#FAD0E7
(250,208,231)
#FADAEC
(250,218,236)
#FAE4F1
(250,228,241)
#FAEEF6
(250,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA8AC4 color. Also use rgb(250,138,196) instead hex code.

Text Font Color

.myTextColor { color: #FA8AC4; }

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

This text font color is #FA8AC4.


Background Color

.myBgColor { background-color: #FA8AC4; }

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

This div background color is #FA8AC4.


Border color

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

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

This div border color is #FA8AC4.


Opacity

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

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

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

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

This text has shadow with #FA8AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA8AC4 on black background.


Color preview on white background

This text has color #FA8AC4 on white background.



Black color preview on #FA8AC4 background

This text has black color on #FA8AC4 background.


White color preview on #FA8AC4 background

This text has white color on #FA8AC4 background.