COLOR #FBBC94

HEX: #FBBC94 RGB: (251,188,148)

Color info

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

RGB color model

#FBBC94 color RGB value is (251,188,148).

RGB: (251,188,148) (98%, 74%, 58%)

RGB channels and saturation

R 251 of 255 = 98%
G 188 of 255 = 74%
B 148 of 255 = 58%

251
188
148

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

Portions of RGB colors in percentages

R + G + B = 251 + 188 + 148 = 587 (100%)
R 251 of 587 ~ 42.76%
G 188 of 587 ~ 32.03%
B 148 of 587 ~ 25.21'%

%42.76
%32.03
%25.21

CMYK color model

#FBBC94 color CMYK value is (0,25,41,2).

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

CMYK: (0,25,41,2)
C0M25Y41K2 (0%, 25%, 41%, 2%)
(0.00 / 0.25 / 0.41 / 0.02)

CMYK percentages

%0
%25.1
%41.04
%1.57

Codes

Color #FBBC94 in popluar color models

FB BC 94
RGB 251 188 148
HSL 23° 92.79% 78.24%
HSB/HSV 23° 41.04% 98.43%
CMYK 0.00% 25.10% 41.04%
1.57%

Color #FBBC94 in popluar number systems.

HEX FB BC 94
Decimal 251 188 148
Binary 11111011 10111100 10010100
Octal 373 274 224

Shades and tints

Shades of #FBBC94

#FBBC94
(251,188,148)
#E5AB87
(229,171,135)
#CF9A7A
(207,154,122)
#B9896D
(185,137,109)
#A37860
(163,120,96)
#8D6753
(141,103,83)
#775646
(119,86,70)
#614539
(97,69,57)
#4B342C
(75,52,44)
#35231F
(53,35,31)
#1F1212
(31,18,18)
#000000
(0,0,0)

Tints of #FBBC94

#FBBC94
(251,188,148)
#FBC29D
(251,194,157)
#FBC8A6
(251,200,166)
#FBCEAF
(251,206,175)
#FBD4B8
(251,212,184)
#FBDAC1
(251,218,193)
#FBE0CA
(251,224,202)
#FBE6D3
(251,230,211)
#FBECDC
(251,236,220)
#FBF2E5
(251,242,229)
#FBF8EE
(251,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBBC94; }

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

This text font color is #FBBC94.

Background Color

.myBgColor { background-color: #FBBC94; }

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

This div background color is #FBBC94.

Border color

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

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

This div border color is #FBBC94.

Opacity

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

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

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

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

This text has shadow with #FBBC94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBBC94.

Preview

Color preview on black background

This text has color #FBBC94 on black background.


Color preview on white background

This text has color #FBBC94 on white background.


Black color preview on #FBBC94 background

This text has black color on #FBBC94 background.


White color preview on #FBBC94 background

This text has white color on #FBBC94 background.


Related colors

Complementary color

Complementary color for #hex is #04436B.


I love getcolorcode.com

Triadic colors

1 #94FBBC and #BC94FB with #FBBC94 are triadic colors.

2 #94BCFB and #BCFB94 with #FBBC94 are triadic colors.