COLOR #FBD8B0

HEX: #FBD8B0
RGB: (251,216,176)

Color info

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

RGB color model

#FBD8B0 color RGB value is (251,216,176).

  • red value is 251;
  • green value is 216;
  • blue value is 176.
RGB:
(251,216,176)
(98%,85%,69%)

RGB channels and saturation

R 251 of 255 = 98%
G 216 of 255 = 85%
B 176 of 255 = 69%

251
216
176

R + G + B ~ 84%. #FBD8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 216 + 176 = 643 (100%)
R 251 of 643 ~ 39.04%
G 216 of 643 ~ 33.59%
B 176 of 643 ~ 27.37%

%39.04
%33.59
%27.37

CMYK color model

#FBD8B0 color CMYK value is (0,14,30,2).

  • cyan value is 0.00%
  • magenta value is 13.94%
  • yellow value is 29.88%
  • key color value is 1.57%
CMYK:
(0,14,30,2)
C0M14Y30K2 
(0%,14%,30%,2%)
(0.00/0.14/0.30/0.02)	

CMYK percentages

%0
%13.94
%29.88
%1.57

Codes

Color #FBD8B0 in popluar color models

FBD8B0
RGB251216176
HSL32°90.36%83.73%
HSB/HSV32°29.88%98.43%
CMYK0.00%13.94%29.88%
1.57%

Color #FBD8B0 in popluar number systems.

HEXFBD8B0
Decimal251216176
Binary111110111101100010110000
Octal373330260

Shades and tints

Shades of #FBD8B0

#FBD8B0
(251,216,176)
#E5C5A0
(229,197,160)
#CFB290
(207,178,144)
#B99F80
(185,159,128)
#A38C70
(163,140,112)
#8D7960
(141,121,96)
#776650
(119,102,80)
#615340
(97,83,64)
#4B4030
(75,64,48)
#352D20
(53,45,32)
#1F1A10
(31,26,16)
#000000
(0,0,0)

Tints of #FBD8B0

#FBD8B0
(251,216,176)
#FBDBB7
(251,219,183)
#FBDEBE
(251,222,190)
#FBE1C5
(251,225,197)
#FBE4CC
(251,228,204)
#FBE7D3
(251,231,211)
#FBEADA
(251,234,218)
#FBEDE1
(251,237,225)
#FBF0E8
(251,240,232)
#FBF3EF
(251,243,239)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD8B0; }

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

This text font color is #FBD8B0.


Background Color

.myBgColor { background-color: #FBD8B0; }

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

This div background color is #FBD8B0.


Border color

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

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

This div border color is #FBD8B0.


Opacity

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

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

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

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

This text has shadow with #FBD8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD8B0 on black background.


Color preview on white background

This text has color #FBD8B0 on white background.



Black color preview on #FBD8B0 background

This text has black color on #FBD8B0 background.


White color preview on #FBD8B0 background

This text has white color on #FBD8B0 background.