COLOR #FA968A

HEX: #FA968A
RGB: (250,150,138)

Color info

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

RGB color model

#FA968A color RGB value is (250,150,138).

  • red value is 250;
  • green value is 150;
  • blue value is 138.
RGB:
(250,150,138)
(98%,59%,54%)

RGB channels and saturation

R 250 of 255 = 98%
G 150 of 255 = 59%
B 138 of 255 = 54%

250
150
138

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

Portions of RGB colors in percentages

R + G + B =
250 + 150 + 138 = 538 (100%)
R 250 of 538 ~ 46.47%
G 150 of 538 ~ 27.88%
B 138 of 538 ~ 25.65%

%46.47
%27.88
%25.65

CMYK color model

#FA968A color CMYK value is (0,40,45,2).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 44.80%
  • key color value is 1.96%
CMYK:
(0,40,45,2)
C0M40Y45K2 
(0%,40%,45%,2%)
(0.00/0.40/0.45/0.02)	

CMYK percentages

%0
%40
%44.8
%1.96

Codes

Color #FA968A in popluar color models

FA968A
RGB250150138
HSL91.80%76.08%
HSB/HSV44.80%98.04%
CMYK0.00%40.00%44.80%
1.96%

Color #FA968A in popluar number systems.

HEXFA968A
Decimal250150138
Binary111110101001011010001010
Octal372226212

Shades and tints

Shades of #FA968A

#FA968A
(250,150,138)
#E4897E
(228,137,126)
#CE7C72
(206,124,114)
#B86F66
(184,111,102)
#A2625A
(162,98,90)
#8C554E
(140,85,78)
#764842
(118,72,66)
#603B36
(96,59,54)
#4A2E2A
(74,46,42)
#34211E
(52,33,30)
#1E1412
(30,20,18)
#000000
(0,0,0)

Tints of #FA968A

#FA968A
(250,150,138)
#FA9F94
(250,159,148)
#FAA89E
(250,168,158)
#FAB1A8
(250,177,168)
#FABAB2
(250,186,178)
#FAC3BC
(250,195,188)
#FACCC6
(250,204,198)
#FAD5D0
(250,213,208)
#FADEDA
(250,222,218)
#FAE7E4
(250,231,228)
#FAF0EE
(250,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA968A; }

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

This text font color is #FA968A.


Background Color

.myBgColor { background-color: #FA968A; }

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

This div background color is #FA968A.


Border color

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

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

This div border color is #FA968A.


Opacity

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

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

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

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

This text has shadow with #FA968A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA968A on black background.


Color preview on white background

This text has color #FA968A on white background.



Black color preview on #FA968A background

This text has black color on #FA968A background.


White color preview on #FA968A background

This text has white color on #FA968A background.