COLOR #FA949A

HEX: #FA949A RGB: (250,148,154)

Color info

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

RGB color model

#FA949A color RGB value is (250,148,154).

RGB: (250,148,154) (98%, 58%, 60%)

RGB channels and saturation

R 250 of 255 = 98%
G 148 of 255 = 58%
B 154 of 255 = 60%

250
148
154

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

Portions of RGB colors in percentages

R + G + B = 250 + 148 + 154 = 552 (100%)
R 250 of 552 ~ 45.29%
G 148 of 552 ~ 26.81%
B 154 of 552 ~ 27.9'%

%45.29
%26.81
%27.9

CMYK color model

#FA949A color CMYK value is (0,41,38,2).

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

CMYK: (0,41,38,2)
C0M41Y38K2 (0%, 41%, 38%, 2%)
(0.00 / 0.41 / 0.38 / 0.02)

CMYK percentages

%0
%40.8
%38.4
%1.96

Codes

Color #FA949A in popluar color models

FA 94 9A
RGB 250 148 154
HSL 356° 91.07% 78.04%
HSB/HSV 356° 40.80% 98.04%
CMYK 0.00% 40.80% 38.40%
1.96%

Color #FA949A in popluar number systems.

HEX FA 94 9A
Decimal 250 148 154
Binary 11111010 10010100 10011010
Octal 372 224 232

Shades and tints

Shades of #FA949A

#FA949A
(250,148,154)
#E4878C
(228,135,140)
#CE7A7E
(206,122,126)
#B86D70
(184,109,112)
#A26062
(162,96,98)
#8C5354
(140,83,84)
#764646
(118,70,70)
#603938
(96,57,56)
#4A2C2A
(74,44,42)
#341F1C
(52,31,28)
#1E120E
(30,18,14)
#000000
(0,0,0)

Tints of #FA949A

#FA949A
(250,148,154)
#FA9DA3
(250,157,163)
#FAA6AC
(250,166,172)
#FAAFB5
(250,175,181)
#FAB8BE
(250,184,190)
#FAC1C7
(250,193,199)
#FACAD0
(250,202,208)
#FAD3D9
(250,211,217)
#FADCE2
(250,220,226)
#FAE5EB
(250,229,235)
#FAEEF4
(250,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA949A; }

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

This text font color is #FA949A.

Background Color

.myBgColor { background-color: #FA949A; }

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

This div background color is #FA949A.

Border color

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

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

This div border color is #FA949A.

Opacity

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

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

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

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

This text has shadow with #FA949A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA949A.

Preview

Color preview on black background

This text has color #FA949A on black background.


Color preview on white background

This text has color #FA949A on white background.


Black color preview on #FA949A background

This text has black color on #FA949A background.


White color preview on #FA949A background

This text has white color on #FA949A background.


Related colors

Complementary color

Complementary color for #hex is #056B65.


I love getcolorcode.com

Triadic colors

1 #9AFA94 and #949AFA with #FA949A are triadic colors.

2 #9A94FA and #94FA9A with #FA949A are triadic colors.