COLOR #FBD6BB

HEX: #FBD6BB
RGB: (251,214,187)

Color info

#FBD6BB contains mainly red and green colors. Web safe color of #FBD6BB is #FFCCCC (or #FCC).

RGB color model

#FBD6BB color RGB value is (251,214,187).

  • red value is 251;
  • green value is 214;
  • blue value is 187.
RGB:
(251,214,187)
(98%,84%,73%)

RGB channels and saturation

R 251 of 255 = 98%
G 214 of 255 = 84%
B 187 of 255 = 73%

251
214
187

R + G + B ~ 85%. #FBD6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 214 + 187 = 652 (100%)
R 251 of 652 ~ 38.5%
G 214 of 652 ~ 32.82%
B 187 of 652 ~ 28.68%

%38.5
%32.82
%28.68

CMYK color model

#FBD6BB color CMYK value is (0,15,25,2).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 25.50%
  • key color value is 1.57%
CMYK:
(0,15,25,2)
C0M15Y25K2 
(0%,15%,25%,2%)
(0.00/0.15/0.25/0.02)	

CMYK percentages

%0
%14.74
%25.5
%1.57

Codes

Color #FBD6BB in popluar color models

FBD6BB
RGB251214187
HSL25°88.89%85.88%
HSB/HSV25°25.50%98.43%
CMYK0.00%14.74%25.50%
1.57%

Color #FBD6BB in popluar number systems.

HEXFBD6BB
Decimal251214187
Binary111110111101011010111011
Octal373326273

Shades and tints

Shades of #FBD6BB

#FBD6BB
(251,214,187)
#E5C3AA
(229,195,170)
#CFB099
(207,176,153)
#B99D88
(185,157,136)
#A38A77
(163,138,119)
#8D7766
(141,119,102)
#776455
(119,100,85)
#615144
(97,81,68)
#4B3E33
(75,62,51)
#352B22
(53,43,34)
#1F1811
(31,24,17)
#000000
(0,0,0)

Tints of #FBD6BB

#FBD6BB
(251,214,187)
#FBD9C1
(251,217,193)
#FBDCC7
(251,220,199)
#FBDFCD
(251,223,205)
#FBE2D3
(251,226,211)
#FBE5D9
(251,229,217)
#FBE8DF
(251,232,223)
#FBEBE5
(251,235,229)
#FBEEEB
(251,238,235)
#FBF1F1
(251,241,241)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD6BB color. Also use rgb(251,214,187) instead hex code.

Text Font Color

.myTextColor { color: #FBD6BB; }

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

This text font color is #FBD6BB.


Background Color

.myBgColor { background-color: #FBD6BB; }

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

This div background color is #FBD6BB.


Border color

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

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

This div border color is #FBD6BB.


Opacity

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

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

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

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

This text has shadow with #FBD6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD6BB on black background.


Color preview on white background

This text has color #FBD6BB on white background.



Black color preview on #FBD6BB background

This text has black color on #FBD6BB background.


White color preview on #FBD6BB background

This text has white color on #FBD6BB background.