COLOR #FA9BA5

HEX: #FA9BA5
RGB: (250,155,165)

Color info

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

RGB color model

#FA9BA5 color RGB value is (250,155,165).

  • red value is 250;
  • green value is 155;
  • blue value is 165.
RGB:
(250,155,165)
(98%,61%,65%)

RGB channels and saturation

R 250 of 255 = 98%
G 155 of 255 = 61%
B 165 of 255 = 65%

250
155
165

R + G + B ~ 75%. #FA9BA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 155 + 165 = 570 (100%)
R 250 of 570 ~ 43.86%
G 155 of 570 ~ 27.19%
B 165 of 570 ~ 28.95%

%43.86
%27.19
%28.95

CMYK color model

#FA9BA5 color CMYK value is (0,38,34,2).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 34.00%
  • key color value is 1.96%
CMYK:
(0,38,34,2)
C0M38Y34K2 
(0%,38%,34%,2%)
(0.00/0.38/0.34/0.02)	

CMYK percentages

%0
%38
%34
%1.96

Codes

Color #FA9BA5 in popluar color models

FA9BA5
RGB250155165
HSL354°90.48%79.41%
HSB/HSV354°38.00%98.04%
CMYK0.00%38.00%34.00%
1.96%

Color #FA9BA5 in popluar number systems.

HEXFA9BA5
Decimal250155165
Binary111110101001101110100101
Octal372233245

Shades and tints

Shades of #FA9BA5

#FA9BA5
(250,155,165)
#E48D96
(228,141,150)
#CE7F87
(206,127,135)
#B87178
(184,113,120)
#A26369
(162,99,105)
#8C555A
(140,85,90)
#76474B
(118,71,75)
#60393C
(96,57,60)
#4A2B2D
(74,43,45)
#341D1E
(52,29,30)
#1E0F0F
(30,15,15)
#000000
(0,0,0)

Tints of #FA9BA5

#FA9BA5
(250,155,165)
#FAA4AD
(250,164,173)
#FAADB5
(250,173,181)
#FAB6BD
(250,182,189)
#FABFC5
(250,191,197)
#FAC8CD
(250,200,205)
#FAD1D5
(250,209,213)
#FADADD
(250,218,221)
#FAE3E5
(250,227,229)
#FAECED
(250,236,237)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA9BA5 color. Also use rgb(250,155,165) instead hex code.

Text Font Color

.myTextColor { color: #FA9BA5; }

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

This text font color is #FA9BA5.


Background Color

.myBgColor { background-color: #FA9BA5; }

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

This div background color is #FA9BA5.


Border color

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

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

This div border color is #FA9BA5.


Opacity

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

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

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

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

This text has shadow with #FA9BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA9BA5 on black background.


Color preview on white background

This text has color #FA9BA5 on white background.



Black color preview on #FA9BA5 background

This text has black color on #FA9BA5 background.


White color preview on #FA9BA5 background

This text has white color on #FA9BA5 background.