COLOR #FBB0B9

HEX: #FBB0B9 RGB: (251,176,185)

Color info

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

RGB color model

#FBB0B9 color RGB value is (251,176,185).

RGB: (251,176,185) (98%, 69%, 73%)

RGB channels and saturation

R 251 of 255 = 98%
G 176 of 255 = 69%
B 185 of 255 = 73%

251
176
185

R + G + B ~ 80%. #FBB0B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 176 + 185 = 612 (100%)
R 251 of 612 ~ 41.01%
G 176 of 612 ~ 28.76%
B 185 of 612 ~ 30.23'%

%41.01
%28.76
%30.23

CMYK color model

#FBB0B9 color CMYK value is (0,30,26,2).

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

CMYK: (0,30,26,2)
C0M30Y26K2 (0%, 30%, 26%, 2%)
(0.00 / 0.30 / 0.26 / 0.02)

CMYK percentages

%0
%29.88
%26.29
%1.57

Codes

Color #FBB0B9 in popluar color models

FB B0 B9
RGB 251 176 185
HSL 353° 90.36% 83.73%
HSB/HSV 353° 29.88% 98.43%
CMYK 0.00% 29.88% 26.29%
1.57%

Color #FBB0B9 in popluar number systems.

HEX FB B0 B9
Decimal 251 176 185
Binary 11111011 10110000 10111001
Octal 373 260 271

Shades and tints

Shades of #FBB0B9

#FBB0B9
(251,176,185)
#E5A0A9
(229,160,169)
#CF9099
(207,144,153)
#B98089
(185,128,137)
#A37079
(163,112,121)
#8D6069
(141,96,105)
#775059
(119,80,89)
#614049
(97,64,73)
#4B3039
(75,48,57)
#352029
(53,32,41)
#1F1019
(31,16,25)
#000000
(0,0,0)

Tints of #FBB0B9

#FBB0B9
(251,176,185)
#FBB7BF
(251,183,191)
#FBBEC5
(251,190,197)
#FBC5CB
(251,197,203)
#FBCCD1
(251,204,209)
#FBD3D7
(251,211,215)
#FBDADD
(251,218,221)
#FBE1E3
(251,225,227)
#FBE8E9
(251,232,233)
#FBEFEF
(251,239,239)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBB0B9; }

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

This text font color is #FBB0B9.

Background Color

.myBgColor { background-color: #FBB0B9; }

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

This div background color is #FBB0B9.

Border color

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

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

This div border color is #FBB0B9.

Opacity

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

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

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

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

This text has shadow with #FBB0B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBB0B9.

Preview

Color preview on black background

This text has color #FBB0B9 on black background.


Color preview on white background

This text has color #FBB0B9 on white background.


Black color preview on #FBB0B9 background

This text has black color on #FBB0B9 background.


White color preview on #FBB0B9 background

This text has white color on #FBB0B9 background.


Related colors

Complementary color

Complementary color for #hex is #044F46.


I love getcolorcode.com

Triadic colors

1 #B9FBB0 and #B0B9FB with #FBB0B9 are triadic colors.

2 #B9B0FB and #B0FBB9 with #FBB0B9 are triadic colors.