COLOR #FA8283

HEX: #FA8283
RGB: (250,130,131)

Color info

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

RGB color model

#FA8283 color RGB value is (250,130,131).

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

RGB channels and saturation

R 250 of 255 = 98%
G 130 of 255 = 51%
B 131 of 255 = 51%

250
130
131

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

Portions of RGB colors in percentages

R + G + B =
250 + 130 + 131 = 511 (100%)
R 250 of 511 ~ 48.92%
G 130 of 511 ~ 25.44%
B 131 of 511 ~ 25.64%

%48.92
%25.44
%25.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 47.60%
  • key color value is 1.96%
CMYK:
(0,48,48,2)
C0M48Y48K2 
(0%,48%,48%,2%)
(0.00/0.48/0.48/0.02)	

CMYK percentages

%0
%48
%47.6
%1.96

Codes

Color #FA8283 in popluar color models

FA8283
RGB250130131
HSL360°92.31%74.51%
HSB/HSV360°48.00%98.04%
CMYK0.00%48.00%47.60%
1.96%

Color #FA8283 in popluar number systems.

HEXFA8283
Decimal250130131
Binary111110101000001010000011
Octal372202203

Shades and tints

Shades of #FA8283

#FA8283
(250,130,131)
#E47778
(228,119,120)
#CE6C6D
(206,108,109)
#B86162
(184,97,98)
#A25657
(162,86,87)
#8C4B4C
(140,75,76)
#764041
(118,64,65)
#603536
(96,53,54)
#4A2A2B
(74,42,43)
#341F20
(52,31,32)
#1E1415
(30,20,21)
#000000
(0,0,0)

Tints of #FA8283

#FA8283
(250,130,131)
#FA8D8E
(250,141,142)
#FA9899
(250,152,153)
#FAA3A4
(250,163,164)
#FAAEAF
(250,174,175)
#FAB9BA
(250,185,186)
#FAC4C5
(250,196,197)
#FACFD0
(250,207,208)
#FADADB
(250,218,219)
#FAE5E6
(250,229,230)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA8283; }

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

This text font color is #FA8283.


Background Color

.myBgColor { background-color: #FA8283; }

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

This div background color is #FA8283.


Border color

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

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

This div border color is #FA8283.


Opacity

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

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

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

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

This text has shadow with #FA8283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA8283 on black background.


Color preview on white background

This text has color #FA8283 on white background.



Black color preview on #FA8283 background

This text has black color on #FA8283 background.


White color preview on #FA8283 background

This text has white color on #FA8283 background.