COLOR #FBCEB3

HEX: #FBCEB3
RGB: (251,206,179)

Color info

#FBCEB3 contains mainly red and green colors. Web safe color of #FBCEB3 is #FFCC99 (or #FC9).

RGB color model

#FBCEB3 color RGB value is (251,206,179).

  • red value is 251;
  • green value is 206;
  • blue value is 179.
RGB:
(251,206,179)
(98%,81%,70%)

RGB channels and saturation

R 251 of 255 = 98%
G 206 of 255 = 81%
B 179 of 255 = 70%

251
206
179

R + G + B ~ 83%. #FBCEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 206 + 179 = 636 (100%)
R 251 of 636 ~ 39.47%
G 206 of 636 ~ 32.39%
B 179 of 636 ~ 28.14%

%39.47
%32.39
%28.14

CMYK color model

#FBCEB3 color CMYK value is (0,18,29,2).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 28.69%
  • key color value is 1.57%
CMYK:
(0,18,29,2)
C0M18Y29K2 
(0%,18%,29%,2%)
(0.00/0.18/0.29/0.02)	

CMYK percentages

%0
%17.93
%28.69
%1.57

Codes

Color #FBCEB3 in popluar color models

FBCEB3
RGB251206179
HSL23°90.00%84.31%
HSB/HSV23°28.69%98.43%
CMYK0.00%17.93%28.69%
1.57%

Color #FBCEB3 in popluar number systems.

HEXFBCEB3
Decimal251206179
Binary111110111100111010110011
Octal373316263

Shades and tints

Shades of #FBCEB3

#FBCEB3
(251,206,179)
#E5BCA3
(229,188,163)
#CFAA93
(207,170,147)
#B99883
(185,152,131)
#A38673
(163,134,115)
#8D7463
(141,116,99)
#776253
(119,98,83)
#615043
(97,80,67)
#4B3E33
(75,62,51)
#352C23
(53,44,35)
#1F1A13
(31,26,19)
#000000
(0,0,0)

Tints of #FBCEB3

#FBCEB3
(251,206,179)
#FBD2B9
(251,210,185)
#FBD6BF
(251,214,191)
#FBDAC5
(251,218,197)
#FBDECB
(251,222,203)
#FBE2D1
(251,226,209)
#FBE6D7
(251,230,215)
#FBEADD
(251,234,221)
#FBEEE3
(251,238,227)
#FBF2E9
(251,242,233)
#FBF6EF
(251,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCEB3 color. Also use rgb(251,206,179) instead hex code.

Text Font Color

.myTextColor { color: #FBCEB3; }

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

This text font color is #FBCEB3.


Background Color

.myBgColor { background-color: #FBCEB3; }

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

This div background color is #FBCEB3.


Border color

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

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

This div border color is #FBCEB3.


Opacity

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

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

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

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

This text has shadow with #FBCEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCEB3 on black background.


Color preview on white background

This text has color #FBCEB3 on white background.



Black color preview on #FBCEB3 background

This text has black color on #FBCEB3 background.


White color preview on #FBCEB3 background

This text has white color on #FBCEB3 background.