COLOR #FA8782

HEX: #FA8782
RGB: (250,135,130)

Color info

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

RGB color model

#FA8782 color RGB value is (250,135,130).

  • red value is 250;
  • green value is 135;
  • blue value is 130.
RGB:
(250,135,130)
(98%,53%,51%)

RGB channels and saturation

R 250 of 255 = 98%
G 135 of 255 = 53%
B 130 of 255 = 51%

250
135
130

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

Portions of RGB colors in percentages

R + G + B =
250 + 135 + 130 = 515 (100%)
R 250 of 515 ~ 48.54%
G 135 of 515 ~ 26.21%
B 130 of 515 ~ 25.24%

%48.54
%26.21
%25.24

CMYK color model

#FA8782 color CMYK value is (0,46,48,2).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 48.00%
  • key color value is 1.96%
CMYK:
(0,46,48,2)
C0M46Y48K2 
(0%,46%,48%,2%)
(0.00/0.46/0.48/0.02)	

CMYK percentages

%0
%46
%48
%1.96

Codes

Color #FA8782 in popluar color models

FA8782
RGB250135130
HSL92.31%74.51%
HSB/HSV48.00%98.04%
CMYK0.00%46.00%48.00%
1.96%

Color #FA8782 in popluar number systems.

HEXFA8782
Decimal250135130
Binary111110101000011110000010
Octal372207202

Shades and tints

Shades of #FA8782

#FA8782
(250,135,130)
#E47B77
(228,123,119)
#CE6F6C
(206,111,108)
#B86361
(184,99,97)
#A25756
(162,87,86)
#8C4B4B
(140,75,75)
#763F40
(118,63,64)
#603335
(96,51,53)
#4A272A
(74,39,42)
#341B1F
(52,27,31)
#1E0F14
(30,15,20)
#000000
(0,0,0)

Tints of #FA8782

#FA8782
(250,135,130)
#FA918D
(250,145,141)
#FA9B98
(250,155,152)
#FAA5A3
(250,165,163)
#FAAFAE
(250,175,174)
#FAB9B9
(250,185,185)
#FAC3C4
(250,195,196)
#FACDCF
(250,205,207)
#FAD7DA
(250,215,218)
#FAE1E5
(250,225,229)
#FAEBF0
(250,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA8782 color. Also use rgb(250,135,130) instead hex code.

Text Font Color

.myTextColor { color: #FA8782; }

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

This text font color is #FA8782.


Background Color

.myBgColor { background-color: #FA8782; }

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

This div background color is #FA8782.


Border color

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

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

This div border color is #FA8782.


Opacity

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

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

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

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

This text has shadow with #FA8782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA8782 on black background.


Color preview on white background

This text has color #FA8782 on white background.



Black color preview on #FA8782 background

This text has black color on #FA8782 background.


White color preview on #FA8782 background

This text has white color on #FA8782 background.