COLOR #FB7180

HEX: #FB7180
RGB: (251,113,128)

Color info

#FB7180 contains mainly red color. Web safe color of #FB7180 is #FF6666 (or #F66).

RGB color model

#FB7180 color RGB value is (251,113,128).

  • red value is 251;
  • green value is 113;
  • blue value is 128.
RGB:
(251,113,128)
(98%,44%,50%)

RGB channels and saturation

R 251 of 255 = 98%
G 113 of 255 = 44%
B 128 of 255 = 50%

251
113
128

R + G + B ~ 64%. #FB7180 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 113 + 128 = 492 (100%)
R 251 of 492 ~ 51.02%
G 113 of 492 ~ 22.97%
B 128 of 492 ~ 26.02%

%51.02
%22.97
%26.02

CMYK color model

#FB7180 color CMYK value is (0,55,49,2).

  • cyan value is 0.00%
  • magenta value is 54.98%
  • yellow value is 49.00%
  • key color value is 1.57%
CMYK:
(0,55,49,2)
C0M55Y49K2 
(0%,55%,49%,2%)
(0.00/0.55/0.49/0.02)	

CMYK percentages

%0
%54.98
%49
%1.57

Codes

Color #FB7180 in popluar color models

FB7180
RGB251113128
HSL353°94.52%71.37%
HSB/HSV353°54.98%98.43%
CMYK0.00%54.98%49.00%
1.57%

Color #FB7180 in popluar number systems.

HEXFB7180
Decimal251113128
Binary11111011111000110000000
Octal373161200

Shades and tints

Shades of #FB7180

#FB7180
(251,113,128)
#E56775
(229,103,117)
#CF5D6A
(207,93,106)
#B9535F
(185,83,95)
#A34954
(163,73,84)
#8D3F49
(141,63,73)
#77353E
(119,53,62)
#612B33
(97,43,51)
#4B2128
(75,33,40)
#35171D
(53,23,29)
#1F0D12
(31,13,18)
#000000
(0,0,0)

Tints of #FB7180

#FB7180
(251,113,128)
#FB7D8B
(251,125,139)
#FB8996
(251,137,150)
#FB95A1
(251,149,161)
#FBA1AC
(251,161,172)
#FBADB7
(251,173,183)
#FBB9C2
(251,185,194)
#FBC5CD
(251,197,205)
#FBD1D8
(251,209,216)
#FBDDE3
(251,221,227)
#FBE9EE
(251,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB7180 color. Also use rgb(251,113,128) instead hex code.

Text Font Color

.myTextColor { color: #FB7180; }

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

This text font color is #FB7180.


Background Color

.myBgColor { background-color: #FB7180; }

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

This div background color is #FB7180.


Border color

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

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

This div border color is #FB7180.


Opacity

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

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

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

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

This text has shadow with #FB7180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB7180 on black background.


Color preview on white background

This text has color #FB7180 on white background.



Black color preview on #FB7180 background

This text has black color on #FB7180 background.


White color preview on #FB7180 background

This text has white color on #FB7180 background.