COLOR #FB82A9

HEX: #FB82A9
RGB: (251,130,169)

Color info

#FB82A9 contains mainly red color. Web safe color of #FB82A9 is #FF9999 (or #F99).

RGB color model

#FB82A9 color RGB value is (251,130,169).

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

RGB channels and saturation

R 251 of 255 = 98%
G 130 of 255 = 51%
B 169 of 255 = 66%

251
130
169

R + G + B ~ 72%. #FB82A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 130 + 169 = 550 (100%)
R 251 of 550 ~ 45.64%
G 130 of 550 ~ 23.64%
B 169 of 550 ~ 30.73%

%45.64
%23.64
%30.73

CMYK color model

#FB82A9 color CMYK value is (0,48,33,2).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 32.67%
  • key color value is 1.57%
CMYK:
(0,48,33,2)
C0M48Y33K2 
(0%,48%,33%,2%)
(0.00/0.48/0.33/0.02)	

CMYK percentages

%0
%48.21
%32.67
%1.57

Codes

Color #FB82A9 in popluar color models

FB82A9
RGB251130169
HSL341°93.80%74.71%
HSB/HSV341°48.21%98.43%
CMYK0.00%48.21%32.67%
1.57%

Color #FB82A9 in popluar number systems.

HEXFB82A9
Decimal251130169
Binary111110111000001010101001
Octal373202251

Shades and tints

Shades of #FB82A9

#FB82A9
(251,130,169)
#E5779A
(229,119,154)
#CF6C8B
(207,108,139)
#B9617C
(185,97,124)
#A3566D
(163,86,109)
#8D4B5E
(141,75,94)
#77404F
(119,64,79)
#613540
(97,53,64)
#4B2A31
(75,42,49)
#351F22
(53,31,34)
#1F1413
(31,20,19)
#000000
(0,0,0)

Tints of #FB82A9

#FB82A9
(251,130,169)
#FB8DB0
(251,141,176)
#FB98B7
(251,152,183)
#FBA3BE
(251,163,190)
#FBAEC5
(251,174,197)
#FBB9CC
(251,185,204)
#FBC4D3
(251,196,211)
#FBCFDA
(251,207,218)
#FBDAE1
(251,218,225)
#FBE5E8
(251,229,232)
#FBF0EF
(251,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB82A9; }

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

This text font color is #FB82A9.


Background Color

.myBgColor { background-color: #FB82A9; }

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

This div background color is #FB82A9.


Border color

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

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

This div border color is #FB82A9.


Opacity

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

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

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

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

This text has shadow with #FB82A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB82A9 on black background.


Color preview on white background

This text has color #FB82A9 on white background.



Black color preview on #FB82A9 background

This text has black color on #FB82A9 background.


White color preview on #FB82A9 background

This text has white color on #FB82A9 background.