COLOR #FB7C82

HEX: #FB7C82
RGB: (251,124,130)

Color info

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

RGB color model

#FB7C82 color RGB value is (251,124,130).

  • red value is 251;
  • green value is 124;
  • blue value is 130.
RGB:
(251,124,130)
(98%,49%,51%)

RGB channels and saturation

R 251 of 255 = 98%
G 124 of 255 = 49%
B 130 of 255 = 51%

251
124
130

R + G + B ~ 66%. #FB7C82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 124 + 130 = 505 (100%)
R 251 of 505 ~ 49.7%
G 124 of 505 ~ 24.55%
B 130 of 505 ~ 25.74%

%49.7
%24.55
%25.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 48.21%
  • key color value is 1.57%
CMYK:
(0,51,48,2)
C0M51Y48K2 
(0%,51%,48%,2%)
(0.00/0.51/0.48/0.02)	

CMYK percentages

%0
%50.6
%48.21
%1.57

Codes

Color #FB7C82 in popluar color models

FB7C82
RGB251124130
HSL357°94.07%73.53%
HSB/HSV357°50.60%98.43%
CMYK0.00%50.60%48.21%
1.57%

Color #FB7C82 in popluar number systems.

HEXFB7C82
Decimal251124130
Binary11111011111110010000010
Octal373174202

Shades and tints

Shades of #FB7C82

#FB7C82
(251,124,130)
#E57177
(229,113,119)
#CF666C
(207,102,108)
#B95B61
(185,91,97)
#A35056
(163,80,86)
#8D454B
(141,69,75)
#773A40
(119,58,64)
#612F35
(97,47,53)
#4B242A
(75,36,42)
#35191F
(53,25,31)
#1F0E14
(31,14,20)
#000000
(0,0,0)

Tints of #FB7C82

#FB7C82
(251,124,130)
#FB878D
(251,135,141)
#FB9298
(251,146,152)
#FB9DA3
(251,157,163)
#FBA8AE
(251,168,174)
#FBB3B9
(251,179,185)
#FBBEC4
(251,190,196)
#FBC9CF
(251,201,207)
#FBD4DA
(251,212,218)
#FBDFE5
(251,223,229)
#FBEAF0
(251,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB7C82 color. Also use rgb(251,124,130) instead hex code.

Text Font Color

.myTextColor { color: #FB7C82; }

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

This text font color is #FB7C82.


Background Color

.myBgColor { background-color: #FB7C82; }

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

This div background color is #FB7C82.


Border color

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

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

This div border color is #FB7C82.


Opacity

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

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

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

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

This text has shadow with #FB7C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB7C82 on black background.


Color preview on white background

This text has color #FB7C82 on white background.



Black color preview on #FB7C82 background

This text has black color on #FB7C82 background.


White color preview on #FB7C82 background

This text has white color on #FB7C82 background.