COLOR #FBB49B

HEX: #FBB49B
RGB: (251,180,155)

Color info

#FBB49B contains mainly red color. Web safe color of #FBB49B is #FFCC99 (or #FC9).

RGB color model

#FBB49B color RGB value is (251,180,155).

  • red value is 251;
  • green value is 180;
  • blue value is 155.
RGB:
(251,180,155)
(98%,71%,61%)

RGB channels and saturation

R 251 of 255 = 98%
G 180 of 255 = 71%
B 155 of 255 = 61%

251
180
155

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

Portions of RGB colors in percentages

R + G + B =
251 + 180 + 155 = 586 (100%)
R 251 of 586 ~ 42.83%
G 180 of 586 ~ 30.72%
B 155 of 586 ~ 26.45%

%42.83
%30.72
%26.45

CMYK color model

#FBB49B color CMYK value is (0,28,38,2).

  • cyan value is 0.00%
  • magenta value is 28.29%
  • yellow value is 38.25%
  • key color value is 1.57%
CMYK:
(0,28,38,2)
C0M28Y38K2 
(0%,28%,38%,2%)
(0.00/0.28/0.38/0.02)	

CMYK percentages

%0
%28.29
%38.25
%1.57

Codes

Color #FBB49B in popluar color models

FBB49B
RGB251180155
HSL16°92.31%79.61%
HSB/HSV16°38.25%98.43%
CMYK0.00%28.29%38.25%
1.57%

Color #FBB49B in popluar number systems.

HEXFBB49B
Decimal251180155
Binary111110111011010010011011
Octal373264233

Shades and tints

Shades of #FBB49B

#FBB49B
(251,180,155)
#E5A48D
(229,164,141)
#CF947F
(207,148,127)
#B98471
(185,132,113)
#A37463
(163,116,99)
#8D6455
(141,100,85)
#775447
(119,84,71)
#614439
(97,68,57)
#4B342B
(75,52,43)
#35241D
(53,36,29)
#1F140F
(31,20,15)
#000000
(0,0,0)

Tints of #FBB49B

#FBB49B
(251,180,155)
#FBBAA4
(251,186,164)
#FBC0AD
(251,192,173)
#FBC6B6
(251,198,182)
#FBCCBF
(251,204,191)
#FBD2C8
(251,210,200)
#FBD8D1
(251,216,209)
#FBDEDA
(251,222,218)
#FBE4E3
(251,228,227)
#FBEAEC
(251,234,236)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBB49B; }

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

This text font color is #FBB49B.


Background Color

.myBgColor { background-color: #FBB49B; }

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

This div background color is #FBB49B.


Border color

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

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

This div border color is #FBB49B.


Opacity

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

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

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

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

This text has shadow with #FBB49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB49B on black background.


Color preview on white background

This text has color #FBB49B on white background.



Black color preview on #FBB49B background

This text has black color on #FBB49B background.


White color preview on #FBB49B background

This text has white color on #FBB49B background.