COLOR #FB5282

HEX: #FB5282
RGB: (251,82,130)

Color info

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

RGB color model

#FB5282 color RGB value is (251,82,130).

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

RGB channels and saturation

R 251 of 255 = 98%
G 82 of 255 = 32%
B 130 of 255 = 51%

251
82
130

R + G + B ~ 60%. #FB5282 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
251 + 82 + 130 = 463 (100%)
R 251 of 463 ~ 54.21%
G 82 of 463 ~ 17.71%
B 130 of 463 ~ 28.08%

%54.21
%17.71
%28.08

CMYK color model

#FB5282 color CMYK value is (0,67,48,2).

  • cyan value is 0.00%
  • magenta value is 67.33%
  • yellow value is 48.21%
  • key color value is 1.57%
CMYK:
(0,67,48,2)
C0M67Y48K2 
(0%,67%,48%,2%)
(0.00/0.67/0.48/0.02)	

CMYK percentages

%0
%67.33
%48.21
%1.57

Codes

Color #FB5282 in popluar color models

FB5282
RGB25182130
HSL343°95.48%65.29%
HSB/HSV343°67.33%98.43%
CMYK0.00%67.33%48.21%
1.57%

Color #FB5282 in popluar number systems.

HEXFB5282
Decimal25182130
Binary11111011101001010000010
Octal373122202

Shades and tints

Shades of #FB5282

#FB5282
(251,82,130)
#E54B77
(229,75,119)
#CF446C
(207,68,108)
#B93D61
(185,61,97)
#A33656
(163,54,86)
#8D2F4B
(141,47,75)
#772840
(119,40,64)
#612135
(97,33,53)
#4B1A2A
(75,26,42)
#35131F
(53,19,31)
#1F0C14
(31,12,20)
#000000
(0,0,0)

Tints of #FB5282

#FB5282
(251,82,130)
#FB618D
(251,97,141)
#FB7098
(251,112,152)
#FB7FA3
(251,127,163)
#FB8EAE
(251,142,174)
#FB9DB9
(251,157,185)
#FBACC4
(251,172,196)
#FBBBCF
(251,187,207)
#FBCADA
(251,202,218)
#FBD9E5
(251,217,229)
#FBE8F0
(251,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB5282; }

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

This text font color is #FB5282.


Background Color

.myBgColor { background-color: #FB5282; }

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

This div background color is #FB5282.


Border color

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

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

This div border color is #FB5282.


Opacity

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

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

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

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

This text has shadow with #FB5282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB5282 on black background.


Color preview on white background

This text has color #FB5282 on white background.



Black color preview on #FB5282 background

This text has black color on #FB5282 background.


White color preview on #FB5282 background

This text has white color on #FB5282 background.