COLOR #FBD4B5

HEX: #FBD4B5
RGB: (251,212,181)

Color info

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

RGB color model

#FBD4B5 color RGB value is (251,212,181).

  • red value is 251;
  • green value is 212;
  • blue value is 181.
RGB:
(251,212,181)
(98%,83%,71%)

RGB channels and saturation

R 251 of 255 = 98%
G 212 of 255 = 83%
B 181 of 255 = 71%

251
212
181

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

Portions of RGB colors in percentages

R + G + B =
251 + 212 + 181 = 644 (100%)
R 251 of 644 ~ 38.98%
G 212 of 644 ~ 32.92%
B 181 of 644 ~ 28.11%

%38.98
%32.92
%28.11

CMYK color model

#FBD4B5 color CMYK value is (0,16,28,2).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 27.89%
  • key color value is 1.57%
CMYK:
(0,16,28,2)
C0M16Y28K2 
(0%,16%,28%,2%)
(0.00/0.16/0.28/0.02)	

CMYK percentages

%0
%15.54
%27.89
%1.57

Codes

Color #FBD4B5 in popluar color models

FBD4B5
RGB251212181
HSL27°89.74%84.71%
HSB/HSV27°27.89%98.43%
CMYK0.00%15.54%27.89%
1.57%

Color #FBD4B5 in popluar number systems.

HEXFBD4B5
Decimal251212181
Binary111110111101010010110101
Octal373324265

Shades and tints

Shades of #FBD4B5

#FBD4B5
(251,212,181)
#E5C1A5
(229,193,165)
#CFAE95
(207,174,149)
#B99B85
(185,155,133)
#A38875
(163,136,117)
#8D7565
(141,117,101)
#776255
(119,98,85)
#614F45
(97,79,69)
#4B3C35
(75,60,53)
#352925
(53,41,37)
#1F1615
(31,22,21)
#000000
(0,0,0)

Tints of #FBD4B5

#FBD4B5
(251,212,181)
#FBD7BB
(251,215,187)
#FBDAC1
(251,218,193)
#FBDDC7
(251,221,199)
#FBE0CD
(251,224,205)
#FBE3D3
(251,227,211)
#FBE6D9
(251,230,217)
#FBE9DF
(251,233,223)
#FBECE5
(251,236,229)
#FBEFEB
(251,239,235)
#FBF2F1
(251,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD4B5 color. Also use rgb(251,212,181) instead hex code.

Text Font Color

.myTextColor { color: #FBD4B5; }

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

This text font color is #FBD4B5.


Background Color

.myBgColor { background-color: #FBD4B5; }

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

This div background color is #FBD4B5.


Border color

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

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

This div border color is #FBD4B5.


Opacity

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

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

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

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

This text has shadow with #FBD4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD4B5 on black background.


Color preview on white background

This text has color #FBD4B5 on white background.



Black color preview on #FBD4B5 background

This text has black color on #FBD4B5 background.


White color preview on #FBD4B5 background

This text has white color on #FBD4B5 background.