COLOR #FA8B7E

HEX: #FA8B7E
RGB: (250,139,126)

Color info

#FA8B7E contains mainly red color. Web safe color of #FA8B7E is #FF9966 (or #F96).

RGB color model

#FA8B7E color RGB value is (250,139,126).

  • red value is 250;
  • green value is 139;
  • blue value is 126.
RGB:
(250,139,126)
(98%,55%,49%)

RGB channels and saturation

R 250 of 255 = 98%
G 139 of 255 = 55%
B 126 of 255 = 49%

250
139
126

R + G + B ~ 67%. #FA8B7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 139 + 126 = 515 (100%)
R 250 of 515 ~ 48.54%
G 139 of 515 ~ 26.99%
B 126 of 515 ~ 24.47%

%48.54
%26.99
%24.47

CMYK color model

#FA8B7E color CMYK value is (0,44,50,2).

  • cyan value is 0.00%
  • magenta value is 44.40%
  • yellow value is 49.60%
  • key color value is 1.96%
CMYK:
(0,44,50,2)
C0M44Y50K2 
(0%,44%,50%,2%)
(0.00/0.44/0.50/0.02)	

CMYK percentages

%0
%44.4
%49.6
%1.96

Codes

Color #FA8B7E in popluar color models

FA8B7E
RGB250139126
HSL92.54%73.73%
HSB/HSV49.60%98.04%
CMYK0.00%44.40%49.60%
1.96%

Color #FA8B7E in popluar number systems.

HEXFA8B7E
Decimal250139126
Binary11111010100010111111110
Octal372213176

Shades and tints

Shades of #FA8B7E

#FA8B7E
(250,139,126)
#E47F73
(228,127,115)
#CE7368
(206,115,104)
#B8675D
(184,103,93)
#A25B52
(162,91,82)
#8C4F47
(140,79,71)
#76433C
(118,67,60)
#603731
(96,55,49)
#4A2B26
(74,43,38)
#341F1B
(52,31,27)
#1E1310
(30,19,16)
#000000
(0,0,0)

Tints of #FA8B7E

#FA8B7E
(250,139,126)
#FA9589
(250,149,137)
#FA9F94
(250,159,148)
#FAA99F
(250,169,159)
#FAB3AA
(250,179,170)
#FABDB5
(250,189,181)
#FAC7C0
(250,199,192)
#FAD1CB
(250,209,203)
#FADBD6
(250,219,214)
#FAE5E1
(250,229,225)
#FAEFEC
(250,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA8B7E color. Also use rgb(250,139,126) instead hex code.

Text Font Color

.myTextColor { color: #FA8B7E; }

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

This text font color is #FA8B7E.


Background Color

.myBgColor { background-color: #FA8B7E; }

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

This div background color is #FA8B7E.


Border color

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

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

This div border color is #FA8B7E.


Opacity

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

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

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

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

This text has shadow with #FA8B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA8B7E on black background.


Color preview on white background

This text has color #FA8B7E on white background.



Black color preview on #FA8B7E background

This text has black color on #FA8B7E background.


White color preview on #FA8B7E background

This text has white color on #FA8B7E background.