COLOR #FA969A

HEX: #FA969A RGB: (250,150,154)

Color info

#FA969A contains mainly red color. Web safe color of #FA969A is #FF9999 (or #F99).

RGB color model

#FA969A color RGB value is (250,150,154).

RGB: (250,150,154) (98%, 59%, 60%)

RGB channels and saturation

R 250 of 255 = 98%
G 150 of 255 = 59%
B 154 of 255 = 60%

250
150
154

R + G + B ~ 72%. #FA969A is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 150 + 154 = 554 (100%)
R 250 of 554 ~ 45.13%
G 150 of 554 ~ 27.08%
B 154 of 554 ~ 27.8'%

%45.13
%27.08
%27.8

CMYK color model

#FA969A color CMYK value is (0,40,38,2).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 38.40%
  • key color value is 1.96%

CMYK: (0,40,38,2)
C0M40Y38K2 (0%, 40%, 38%, 2%)
(0.00 / 0.40 / 0.38 / 0.02)

CMYK percentages

%0
%40
%38.4
%1.96

Codes

Color #FA969A in popluar color models

FA 96 9A
RGB 250 150 154
HSL 358° 90.91% 78.43%
HSB/HSV 358° 40.00% 98.04%
CMYK 0.00% 40.00% 38.40%
1.96%

Color #FA969A in popluar number systems.

HEX FA 96 9A
Decimal 250 150 154
Binary 11111010 10010110 10011010
Octal 372 226 232

Shades and tints

Shades of #FA969A

#FA969A
(250,150,154)
#E4898C
(228,137,140)
#CE7C7E
(206,124,126)
#B86F70
(184,111,112)
#A26262
(162,98,98)
#8C5554
(140,85,84)
#764846
(118,72,70)
#603B38
(96,59,56)
#4A2E2A
(74,46,42)
#34211C
(52,33,28)
#1E140E
(30,20,14)
#000000
(0,0,0)

Tints of #FA969A

#FA969A
(250,150,154)
#FA9FA3
(250,159,163)
#FAA8AC
(250,168,172)
#FAB1B5
(250,177,181)
#FABABE
(250,186,190)
#FAC3C7
(250,195,199)
#FACCD0
(250,204,208)
#FAD5D9
(250,213,217)
#FADEE2
(250,222,226)
#FAE7EB
(250,231,235)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA969A; }

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

This text font color is #FA969A.

Background Color

.myBgColor { background-color: #FA969A; }

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

This div background color is #FA969A.

Border color

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

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

This div border color is #FA969A.

Opacity

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

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

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

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

This text has shadow with #FA969A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA969A.

Preview

Color preview on black background

This text has color #FA969A on black background.


Color preview on white background

This text has color #FA969A on white background.


Black color preview on #FA969A background

This text has black color on #FA969A background.


White color preview on #FA969A background

This text has white color on #FA969A background.


Related colors

Complementary color

Complementary color for #hex is #056965.


I love getcolorcode.com

Triadic colors

1 #9AFA96 and #969AFA with #FA969A are triadic colors.

2 #9A96FA and #96FA9A with #FA969A are triadic colors.