COLOR #FB76B3

HEX: #FB76B3 RGB: (251,118,179)

Color info

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

RGB color model

#FB76B3 color RGB value is (251,118,179).

RGB: (251,118,179) (98%, 46%, 70%)

RGB channels and saturation

R 251 of 255 = 98%
G 118 of 255 = 46%
B 179 of 255 = 70%

251
118
179

R + G + B ~ 71%. #FB76B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 118 + 179 = 548 (100%)
R 251 of 548 ~ 45.8%
G 118 of 548 ~ 21.53%
B 179 of 548 ~ 32.66'%

%45.8
%21.53
%32.66

CMYK color model

#FB76B3 color CMYK value is (0,53,29,2).

  • cyan value is 0.00%
  • magenta value is 52.99%
  • yellow value is 28.69%
  • key color value is 1.57%
CMYK: (0,53,29,2) C0M53Y29K2 (0%,53%,29%,2%) (0.00/0.53/0.29/0.02) 

CMYK percentages

%0
%52.99
%28.69
%1.57

Codes

Color #FB76B3 in popluar color models

FB 76 B3
RGB 251 118 179
HSL 332° 94.33% 72.35%
HSB/HSV 332° 52.99% 98.43%
CMYK 0.00% 52.99% 28.69%
1.57%

Color #FB76B3 in popluar number systems.

HEX FB 76 B3
Decimal 251 118 179
Binary 11111011 1110110 10110011
Octal 373 166 263

Shades and tints

Shades of #FB76B3

#FB76B3
(251,118,179)
#E56CA3
(229,108,163)
#CF6293
(207,98,147)
#B95883
(185,88,131)
#A34E73
(163,78,115)
#8D4463
(141,68,99)
#773A53
(119,58,83)
#613043
(97,48,67)
#4B2633
(75,38,51)
#351C23
(53,28,35)
#1F1213
(31,18,19)
#000000
(0,0,0)

Tints of #FB76B3

#FB76B3
(251,118,179)
#FB82B9
(251,130,185)
#FB8EBF
(251,142,191)
#FB9AC5
(251,154,197)
#FBA6CB
(251,166,203)
#FBB2D1
(251,178,209)
#FBBED7
(251,190,215)
#FBCADD
(251,202,221)
#FBD6E3
(251,214,227)
#FBE2E9
(251,226,233)
#FBEEEF
(251,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB76B3 color. Also use rgb(251,118,179) instead hex code.

Text Font Color

.myTextColor { color: #FB76B3; }

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

This text font color is #FB76B3.

Background Color

.myBgColor { background-color: #FB76B3; }

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

This div background color is #FB76B3.

Border color

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

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

This div border color is #FB76B3.

Opacity

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

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

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

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

This text has shadow with #FB76B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB76B3.

Preview

Color preview on black background

This text has color #FB76B3 on black background.


Color preview on white background

This text has color #FB76B3 on white background.


Black color preview on #FB76B3 background

This text has black color on #FB76B3 background.


White color preview on #FB76B3 background

This text has white color on #FB76B3 background.


Related colors

Complementary color

Complementary color for #hex is #04894C.


I love getcolorcode.com

Triadic colors

1 #B3FB76 and #76B3FB with #FB76B3 are triadic colors.

2 #B376FB and #76FBB3 with #FB76B3 are triadic colors.