COLOR #FBD4B9

HEX: #FBD4B9
RGB: (251,212,185)

Color info

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

RGB color model

#FBD4B9 color RGB value is (251,212,185).

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

RGB channels and saturation

R 251 of 255 = 98%
G 212 of 255 = 83%
B 185 of 255 = 73%

251
212
185

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

Portions of RGB colors in percentages

R + G + B =
251 + 212 + 185 = 648 (100%)
R 251 of 648 ~ 38.73%
G 212 of 648 ~ 32.72%
B 185 of 648 ~ 28.55%

%38.73
%32.72
%28.55

CMYK color model

#FBD4B9 color CMYK value is (0,16,26,2).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 26.29%
  • key color value is 1.57%
CMYK:
(0,16,26,2)
C0M16Y26K2 
(0%,16%,26%,2%)
(0.00/0.16/0.26/0.02)	

CMYK percentages

%0
%15.54
%26.29
%1.57

Codes

Color #FBD4B9 in popluar color models

FBD4B9
RGB251212185
HSL25°89.19%85.49%
HSB/HSV25°26.29%98.43%
CMYK0.00%15.54%26.29%
1.57%

Color #FBD4B9 in popluar number systems.

HEXFBD4B9
Decimal251212185
Binary111110111101010010111001
Octal373324271

Shades and tints

Shades of #FBD4B9

#FBD4B9
(251,212,185)
#E5C1A9
(229,193,169)
#CFAE99
(207,174,153)
#B99B89
(185,155,137)
#A38879
(163,136,121)
#8D7569
(141,117,105)
#776259
(119,98,89)
#614F49
(97,79,73)
#4B3C39
(75,60,57)
#352929
(53,41,41)
#1F1619
(31,22,25)
#000000
(0,0,0)

Tints of #FBD4B9

#FBD4B9
(251,212,185)
#FBD7BF
(251,215,191)
#FBDAC5
(251,218,197)
#FBDDCB
(251,221,203)
#FBE0D1
(251,224,209)
#FBE3D7
(251,227,215)
#FBE6DD
(251,230,221)
#FBE9E3
(251,233,227)
#FBECE9
(251,236,233)
#FBEFEF
(251,239,239)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD4B9; }

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

This text font color is #FBD4B9.


Background Color

.myBgColor { background-color: #FBD4B9; }

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

This div background color is #FBD4B9.


Border color

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

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

This div border color is #FBD4B9.


Opacity

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

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

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

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

This text has shadow with #FBD4B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD4B9 on black background.


Color preview on white background

This text has color #FBD4B9 on white background.



Black color preview on #FBD4B9 background

This text has black color on #FBD4B9 background.


White color preview on #FBD4B9 background

This text has white color on #FBD4B9 background.