COLOR #FA7BA6

HEX: #FA7BA6
RGB: (250,123,166)

Color info

#FA7BA6 contains mainly red color. Web safe color of #FA7BA6 is #FF6699 (or #F69).

RGB color model

#FA7BA6 color RGB value is (250,123,166).

  • red value is 250;
  • green value is 123;
  • blue value is 166.
RGB:
(250,123,166)
(98%,48%,65%)

RGB channels and saturation

R 250 of 255 = 98%
G 123 of 255 = 48%
B 166 of 255 = 65%

250
123
166

R + G + B ~ 70%. #FA7BA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 123 + 166 = 539 (100%)
R 250 of 539 ~ 46.38%
G 123 of 539 ~ 22.82%
B 166 of 539 ~ 30.8%

%46.38
%22.82
%30.8

CMYK color model

#FA7BA6 color CMYK value is (0,51,34,2).

  • cyan value is 0.00%
  • magenta value is 50.80%
  • yellow value is 33.60%
  • key color value is 1.96%
CMYK:
(0,51,34,2)
C0M51Y34K2 
(0%,51%,34%,2%)
(0.00/0.51/0.34/0.02)	

CMYK percentages

%0
%50.8
%33.6
%1.96

Codes

Color #FA7BA6 in popluar color models

FA7BA6
RGB250123166
HSL340°92.70%73.14%
HSB/HSV340°50.80%98.04%
CMYK0.00%50.80%33.60%
1.96%

Color #FA7BA6 in popluar number systems.

HEXFA7BA6
Decimal250123166
Binary11111010111101110100110
Octal372173246

Shades and tints

Shades of #FA7BA6

#FA7BA6
(250,123,166)
#E47097
(228,112,151)
#CE6588
(206,101,136)
#B85A79
(184,90,121)
#A24F6A
(162,79,106)
#8C445B
(140,68,91)
#76394C
(118,57,76)
#602E3D
(96,46,61)
#4A232E
(74,35,46)
#34181F
(52,24,31)
#1E0D10
(30,13,16)
#000000
(0,0,0)

Tints of #FA7BA6

#FA7BA6
(250,123,166)
#FA87AE
(250,135,174)
#FA93B6
(250,147,182)
#FA9FBE
(250,159,190)
#FAABC6
(250,171,198)
#FAB7CE
(250,183,206)
#FAC3D6
(250,195,214)
#FACFDE
(250,207,222)
#FADBE6
(250,219,230)
#FAE7EE
(250,231,238)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA7BA6 color. Also use rgb(250,123,166) instead hex code.

Text Font Color

.myTextColor { color: #FA7BA6; }

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

This text font color is #FA7BA6.


Background Color

.myBgColor { background-color: #FA7BA6; }

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

This div background color is #FA7BA6.


Border color

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

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

This div border color is #FA7BA6.


Opacity

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

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

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

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

This text has shadow with #FA7BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA7BA6 on black background.


Color preview on white background

This text has color #FA7BA6 on white background.



Black color preview on #FA7BA6 background

This text has black color on #FA7BA6 background.


White color preview on #FA7BA6 background

This text has white color on #FA7BA6 background.