COLOR #FBD2B9

HEX: #FBD2B9
RGB: (251,210,185)

Color info

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

RGB color model

#FBD2B9 color RGB value is (251,210,185).

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

RGB channels and saturation

R 251 of 255 = 98%
G 210 of 255 = 82%
B 185 of 255 = 73%

251
210
185

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

Portions of RGB colors in percentages

R + G + B =
251 + 210 + 185 = 646 (100%)
R 251 of 646 ~ 38.85%
G 210 of 646 ~ 32.51%
B 185 of 646 ~ 28.64%

%38.85
%32.51
%28.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.33%
  • 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
%16.33
%26.29
%1.57

Codes

Color #FBD2B9 in popluar color models

FBD2B9
RGB251210185
HSL23°89.19%85.49%
HSB/HSV23°26.29%98.43%
CMYK0.00%16.33%26.29%
1.57%

Color #FBD2B9 in popluar number systems.

HEXFBD2B9
Decimal251210185
Binary111110111101001010111001
Octal373322271

Shades and tints

Shades of #FBD2B9

#FBD2B9
(251,210,185)
#E5BFA9
(229,191,169)
#CFAC99
(207,172,153)
#B99989
(185,153,137)
#A38679
(163,134,121)
#8D7369
(141,115,105)
#776059
(119,96,89)
#614D49
(97,77,73)
#4B3A39
(75,58,57)
#352729
(53,39,41)
#1F1419
(31,20,25)
#000000
(0,0,0)

Tints of #FBD2B9

#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)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD2B9; }

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

This text font color is #FBD2B9.


Background Color

.myBgColor { background-color: #FBD2B9; }

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

This div background color is #FBD2B9.


Border color

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

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

This div border color is #FBD2B9.


Opacity

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

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

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

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

This text has shadow with #FBD2B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD2B9 on black background.


Color preview on white background

This text has color #FBD2B9 on white background.



Black color preview on #FBD2B9 background

This text has black color on #FBD2B9 background.


White color preview on #FBD2B9 background

This text has white color on #FBD2B9 background.