COLOR #FBB096

HEX: #FBB096 RGB: (251,176,150)

Color info

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

RGB color model

#FBB096 color RGB value is (251,176,150).

RGB: (251,176,150) (98%, 69%, 59%)

RGB channels and saturation

R 251 of 255 = 98%
G 176 of 255 = 69%
B 150 of 255 = 59%

251
176
150

R + G + B ~ 75%. #FBB096 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 176 + 150 = 577 (100%)
R 251 of 577 ~ 43.5%
G 176 of 577 ~ 30.5%
B 150 of 577 ~ 26'%

%43.5
%30.5
%26

CMYK color model

#FBB096 color CMYK value is (0,30,40,2).

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

CMYK: (0,30,40,2)
C0M30Y40K2 (0%, 30%, 40%, 2%)
(0.00 / 0.30 / 0.40 / 0.02)

CMYK percentages

%0
%29.88
%40.24
%1.57

Codes

Color #FBB096 in popluar color models

FB B0 96
RGB 251 176 150
HSL 15° 92.66% 78.63%
HSB/HSV 15° 40.24% 98.43%
CMYK 0.00% 29.88% 40.24%
1.57%

Color #FBB096 in popluar number systems.

HEX FB B0 96
Decimal 251 176 150
Binary 11111011 10110000 10010110
Octal 373 260 226

Shades and tints

Shades of #FBB096

#FBB096
(251,176,150)
#E5A089
(229,160,137)
#CF907C
(207,144,124)
#B9806F
(185,128,111)
#A37062
(163,112,98)
#8D6055
(141,96,85)
#775048
(119,80,72)
#61403B
(97,64,59)
#4B302E
(75,48,46)
#352021
(53,32,33)
#1F1014
(31,16,20)
#000000
(0,0,0)

Tints of #FBB096

#FBB096
(251,176,150)
#FBB79F
(251,183,159)
#FBBEA8
(251,190,168)
#FBC5B1
(251,197,177)
#FBCCBA
(251,204,186)
#FBD3C3
(251,211,195)
#FBDACC
(251,218,204)
#FBE1D5
(251,225,213)
#FBE8DE
(251,232,222)
#FBEFE7
(251,239,231)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBB096; }

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

This text font color is #FBB096.

Background Color

.myBgColor { background-color: #FBB096; }

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

This div background color is #FBB096.

Border color

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

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

This div border color is #FBB096.

Opacity

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

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

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

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

This text has shadow with #FBB096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBB096.

Preview

Color preview on black background

This text has color #FBB096 on black background.


Color preview on white background

This text has color #FBB096 on white background.


Black color preview on #FBB096 background

This text has black color on #FBB096 background.


White color preview on #FBB096 background

This text has white color on #FBB096 background.


Related colors

Complementary color

Complementary color for #hex is #044F69.


I love getcolorcode.com

Triadic colors

1 #96FBB0 and #B096FB with #FBB096 are triadic colors.

2 #96B0FB and #B0FB96 with #FBB096 are triadic colors.