COLOR #FBBC9E

HEX: #FBBC9E RGB: (251,188,158)

Color info

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

RGB color model

#FBBC9E color RGB value is (251,188,158).

RGB: (251,188,158) (98%, 74%, 62%)

RGB channels and saturation

R 251 of 255 = 98%
G 188 of 255 = 74%
B 158 of 255 = 62%

251
188
158

R + G + B ~ 78%. #FBBC9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 188 + 158 = 597 (100%)
R 251 of 597 ~ 42.04%
G 188 of 597 ~ 31.49%
B 158 of 597 ~ 26.47'%

%42.04
%31.49
%26.47

CMYK color model

#FBBC9E color CMYK value is (0,25,37,2).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 37.05%
  • key color value is 1.57%

CMYK: (0,25,37,2)
C0M25Y37K2 (0%, 25%, 37%, 2%)
(0.00 / 0.25 / 0.37 / 0.02)

CMYK percentages

%0
%25.1
%37.05
%1.57

Codes

Color #FBBC9E in popluar color models

FB BC 9E
RGB 251 188 158
HSL 19° 92.08% 80.20%
HSB/HSV 19° 37.05% 98.43%
CMYK 0.00% 25.10% 37.05%
1.57%

Color #FBBC9E in popluar number systems.

HEX FB BC 9E
Decimal 251 188 158
Binary 11111011 10111100 10011110
Octal 373 274 236

Shades and tints

Shades of #FBBC9E

#FBBC9E
(251,188,158)
#E5AB90
(229,171,144)
#CF9A82
(207,154,130)
#B98974
(185,137,116)
#A37866
(163,120,102)
#8D6758
(141,103,88)
#77564A
(119,86,74)
#61453C
(97,69,60)
#4B342E
(75,52,46)
#352320
(53,35,32)
#1F1212
(31,18,18)
#000000
(0,0,0)

Tints of #FBBC9E

#FBBC9E
(251,188,158)
#FBC2A6
(251,194,166)
#FBC8AE
(251,200,174)
#FBCEB6
(251,206,182)
#FBD4BE
(251,212,190)
#FBDAC6
(251,218,198)
#FBE0CE
(251,224,206)
#FBE6D6
(251,230,214)
#FBECDE
(251,236,222)
#FBF2E6
(251,242,230)
#FBF8EE
(251,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBBC9E color. Also use rgb(251,188,158) instead hex code.

Text Font Color

.myTextColor { color: #FBBC9E; }

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

This text font color is #FBBC9E.

Background Color

.myBgColor { background-color: #FBBC9E; }

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

This div background color is #FBBC9E.

Border color

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

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

This div border color is #FBBC9E.

Opacity

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

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

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

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

This text has shadow with #FBBC9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBBC9E.

Preview

Color preview on black background

This text has color #FBBC9E on black background.


Color preview on white background

This text has color #FBBC9E on white background.


Black color preview on #FBBC9E background

This text has black color on #FBBC9E background.


White color preview on #FBBC9E background

This text has white color on #FBBC9E background.


Related colors

Complementary color

Complementary color for #hex is #044361.


I love getcolorcode.com

Triadic colors

1 #9EFBBC and #BC9EFB with #FBBC9E are triadic colors.

2 #9EBCFB and #BCFB9E with #FBBC9E are triadic colors.