COLOR #FB76A1

HEX: #FB76A1
RGB: (251,118,161)

Color info

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

RGB color model

#FB76A1 color RGB value is (251,118,161).

  • red value is 251;
  • green value is 118;
  • blue value is 161.
RGB:
(251,118,161)
(98%,46%,63%)

RGB channels and saturation

R 251 of 255 = 98%
G 118 of 255 = 46%
B 161 of 255 = 63%

251
118
161

R + G + B ~ 69%. #FB76A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 118 + 161 = 530 (100%)
R 251 of 530 ~ 47.36%
G 118 of 530 ~ 22.26%
B 161 of 530 ~ 30.38%

%47.36
%22.26
%30.38

CMYK color model

#FB76A1 color CMYK value is (0,53,36,2).

  • cyan value is 0.00%
  • magenta value is 52.99%
  • yellow value is 35.86%
  • key color value is 1.57%
CMYK:
(0,53,36,2)
C0M53Y36K2 
(0%,53%,36%,2%)
(0.00/0.53/0.36/0.02)	

CMYK percentages

%0
%52.99
%35.86
%1.57

Codes

Color #FB76A1 in popluar color models

FB76A1
RGB251118161
HSL341°94.33%72.35%
HSB/HSV341°52.99%98.43%
CMYK0.00%52.99%35.86%
1.57%

Color #FB76A1 in popluar number systems.

HEXFB76A1
Decimal251118161
Binary11111011111011010100001
Octal373166241

Shades and tints

Shades of #FB76A1

#FB76A1
(251,118,161)
#E56C93
(229,108,147)
#CF6285
(207,98,133)
#B95877
(185,88,119)
#A34E69
(163,78,105)
#8D445B
(141,68,91)
#773A4D
(119,58,77)
#61303F
(97,48,63)
#4B2631
(75,38,49)
#351C23
(53,28,35)
#1F1215
(31,18,21)
#000000
(0,0,0)

Tints of #FB76A1

#FB76A1
(251,118,161)
#FB82A9
(251,130,169)
#FB8EB1
(251,142,177)
#FB9AB9
(251,154,185)
#FBA6C1
(251,166,193)
#FBB2C9
(251,178,201)
#FBBED1
(251,190,209)
#FBCAD9
(251,202,217)
#FBD6E1
(251,214,225)
#FBE2E9
(251,226,233)
#FBEEF1
(251,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB76A1; }

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

This text font color is #FB76A1.


Background Color

.myBgColor { background-color: #FB76A1; }

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

This div background color is #FB76A1.


Border color

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

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

This div border color is #FB76A1.


Opacity

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

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

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

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

This text has shadow with #FB76A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB76A1 on black background.


Color preview on white background

This text has color #FB76A1 on white background.



Black color preview on #FB76A1 background

This text has black color on #FB76A1 background.


White color preview on #FB76A1 background

This text has white color on #FB76A1 background.