COLOR #FB7081

HEX: #FB7081
RGB: (251,112,129)

Color info

#FB7081 contains mainly red color. Web safe color of #FB7081 is #FF6699 (or #F69).

RGB color model

#FB7081 color RGB value is (251,112,129).

  • red value is 251;
  • green value is 112;
  • blue value is 129.
RGB:
(251,112,129)
(98%,44%,51%)

RGB channels and saturation

R 251 of 255 = 98%
G 112 of 255 = 44%
B 129 of 255 = 51%

251
112
129

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

Portions of RGB colors in percentages

R + G + B =
251 + 112 + 129 = 492 (100%)
R 251 of 492 ~ 51.02%
G 112 of 492 ~ 22.76%
B 129 of 492 ~ 26.22%

%51.02
%22.76
%26.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 48.61%
  • 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
%55.38
%48.61
%1.57

Codes

Color #FB7081 in popluar color models

FB7081
RGB251112129
HSL353°94.56%71.18%
HSB/HSV353°55.38%98.43%
CMYK0.00%55.38%48.61%
1.57%

Color #FB7081 in popluar number systems.

HEXFB7081
Decimal251112129
Binary11111011111000010000001
Octal373160201

Shades and tints

Shades of #FB7081

#FB7081
(251,112,129)
#E56676
(229,102,118)
#CF5C6B
(207,92,107)
#B95260
(185,82,96)
#A34855
(163,72,85)
#8D3E4A
(141,62,74)
#77343F
(119,52,63)
#612A34
(97,42,52)
#4B2029
(75,32,41)
#35161E
(53,22,30)
#1F0C13
(31,12,19)
#000000
(0,0,0)

Tints of #FB7081

#FB7081
(251,112,129)
#FB7D8C
(251,125,140)
#FB8A97
(251,138,151)
#FB97A2
(251,151,162)
#FBA4AD
(251,164,173)
#FBB1B8
(251,177,184)
#FBBEC3
(251,190,195)
#FBCBCE
(251,203,206)
#FBD8D9
(251,216,217)
#FBE5E4
(251,229,228)
#FBF2EF
(251,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB7081 color. Also use rgb(251,112,129) instead hex code.

Text Font Color

.myTextColor { color: #FB7081; }

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

This text font color is #FB7081.


Background Color

.myBgColor { background-color: #FB7081; }

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

This div background color is #FB7081.


Border color

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

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

This div border color is #FB7081.


Opacity

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

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

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

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

This text has shadow with #FB7081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB7081 on black background.


Color preview on white background

This text has color #FB7081 on white background.



Black color preview on #FB7081 background

This text has black color on #FB7081 background.


White color preview on #FB7081 background

This text has white color on #FB7081 background.