COLOR #FB7D8B

HEX: #FB7D8B
RGB: (251,125,139)

Color info

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

RGB color model

#FB7D8B color RGB value is (251,125,139).

  • red value is 251;
  • green value is 125;
  • blue value is 139.
RGB:
(251,125,139)
(98%,49%,55%)

RGB channels and saturation

R 251 of 255 = 98%
G 125 of 255 = 49%
B 139 of 255 = 55%

251
125
139

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

Portions of RGB colors in percentages

R + G + B =
251 + 125 + 139 = 515 (100%)
R 251 of 515 ~ 48.74%
G 125 of 515 ~ 24.27%
B 139 of 515 ~ 26.99%

%48.74
%24.27
%26.99

CMYK color model

#FB7D8B color CMYK value is (0,50,45,2).

  • cyan value is 0.00%
  • magenta value is 50.20%
  • yellow value is 44.62%
  • key color value is 1.57%
CMYK:
(0,50,45,2)
C0M50Y45K2 
(0%,50%,45%,2%)
(0.00/0.50/0.45/0.02)	

CMYK percentages

%0
%50.2
%44.62
%1.57

Codes

Color #FB7D8B in popluar color models

FB7D8B
RGB251125139
HSL353°94.03%73.73%
HSB/HSV353°50.20%98.43%
CMYK0.00%50.20%44.62%
1.57%

Color #FB7D8B in popluar number systems.

HEXFB7D8B
Decimal251125139
Binary11111011111110110001011
Octal373175213

Shades and tints

Shades of #FB7D8B

#FB7D8B
(251,125,139)
#E5727F
(229,114,127)
#CF6773
(207,103,115)
#B95C67
(185,92,103)
#A3515B
(163,81,91)
#8D464F
(141,70,79)
#773B43
(119,59,67)
#613037
(97,48,55)
#4B252B
(75,37,43)
#351A1F
(53,26,31)
#1F0F13
(31,15,19)
#000000
(0,0,0)

Tints of #FB7D8B

#FB7D8B
(251,125,139)
#FB8895
(251,136,149)
#FB939F
(251,147,159)
#FB9EA9
(251,158,169)
#FBA9B3
(251,169,179)
#FBB4BD
(251,180,189)
#FBBFC7
(251,191,199)
#FBCAD1
(251,202,209)
#FBD5DB
(251,213,219)
#FBE0E5
(251,224,229)
#FBEBEF
(251,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB7D8B color. Also use rgb(251,125,139) instead hex code.

Text Font Color

.myTextColor { color: #FB7D8B; }

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

This text font color is #FB7D8B.


Background Color

.myBgColor { background-color: #FB7D8B; }

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

This div background color is #FB7D8B.


Border color

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

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

This div border color is #FB7D8B.


Opacity

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

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

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

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

This text has shadow with #FB7D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB7D8B on black background.


Color preview on white background

This text has color #FB7D8B on white background.



Black color preview on #FB7D8B background

This text has black color on #FB7D8B background.


White color preview on #FB7D8B background

This text has white color on #FB7D8B background.