COLOR #FB9BB9

HEX: #FB9BB9 RGB: (251,155,185)

Color info

#FB9BB9 contains mainly red color. Web safe color of #FB9BB9 is #FF99CC (or #F9C).

RGB color model

#FB9BB9 color RGB value is (251,155,185).

RGB: (251,155,185) (98%, 61%, 73%)

RGB channels and saturation

R 251 of 255 = 98%
G 155 of 255 = 61%
B 185 of 255 = 73%

251
155
185

R + G + B ~ 77%. #FB9BB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 155 + 185 = 591 (100%)
R 251 of 591 ~ 42.47%
G 155 of 591 ~ 26.23%
B 185 of 591 ~ 31.3'%

%42.47
%26.23
%31.3

CMYK color model

#FB9BB9 color CMYK value is (0,38,26,2).

  • cyan value is 0.00%
  • magenta value is 38.25%
  • yellow value is 26.29%
  • key color value is 1.57%

CMYK: (0,38,26,2)
C0M38Y26K2 (0%, 38%, 26%, 2%)
(0.00 / 0.38 / 0.26 / 0.02)

CMYK percentages

%0
%38.25
%26.29
%1.57

Codes

Color #FB9BB9 in popluar color models

FB 9B B9
RGB 251 155 185
HSL 341° 92.31% 79.61%
HSB/HSV 341° 38.25% 98.43%
CMYK 0.00% 38.25% 26.29%
1.57%

Color #FB9BB9 in popluar number systems.

HEX FB 9B B9
Decimal 251 155 185
Binary 11111011 10011011 10111001
Octal 373 233 271

Shades and tints

Shades of #FB9BB9

#FB9BB9
(251,155,185)
#E58DA9
(229,141,169)
#CF7F99
(207,127,153)
#B97189
(185,113,137)
#A36379
(163,99,121)
#8D5569
(141,85,105)
#774759
(119,71,89)
#613949
(97,57,73)
#4B2B39
(75,43,57)
#351D29
(53,29,41)
#1F0F19
(31,15,25)
#000000
(0,0,0)

Tints of #FB9BB9

#FB9BB9
(251,155,185)
#FBA4BF
(251,164,191)
#FBADC5
(251,173,197)
#FBB6CB
(251,182,203)
#FBBFD1
(251,191,209)
#FBC8D7
(251,200,215)
#FBD1DD
(251,209,221)
#FBDAE3
(251,218,227)
#FBE3E9
(251,227,233)
#FBECEF
(251,236,239)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB9BB9 color. Also use rgb(251,155,185) instead hex code.

Text Font Color

.myTextColor { color: #FB9BB9; }

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

This text font color is #FB9BB9.

Background Color

.myBgColor { background-color: #FB9BB9; }

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

This div background color is #FB9BB9.

Border color

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

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

This div border color is #FB9BB9.

Opacity

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

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

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

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

This text has shadow with #FB9BB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB9BB9.

Preview

Color preview on black background

This text has color #FB9BB9 on black background.


Color preview on white background

This text has color #FB9BB9 on white background.


Black color preview on #FB9BB9 background

This text has black color on #FB9BB9 background.


White color preview on #FB9BB9 background

This text has white color on #FB9BB9 background.


Related colors

Complementary color

Complementary color for #hex is #046446.


I love getcolorcode.com

Triadic colors

1 #B9FB9B and #9BB9FB with #FB9BB9 are triadic colors.

2 #B99BFB and #9BFBB9 with #FB9BB9 are triadic colors.