COLOR #FBDAB6

HEX: #FBDAB6
RGB: (251,218,182)

Color info

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

RGB color model

#FBDAB6 color RGB value is (251,218,182).

  • red value is 251;
  • green value is 218;
  • blue value is 182.
RGB:
(251,218,182)
(98%,85%,71%)

RGB channels and saturation

R 251 of 255 = 98%
G 218 of 255 = 85%
B 182 of 255 = 71%

251
218
182

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

Portions of RGB colors in percentages

R + G + B =
251 + 218 + 182 = 651 (100%)
R 251 of 651 ~ 38.56%
G 218 of 651 ~ 33.49%
B 182 of 651 ~ 27.96%

%38.56
%33.49
%27.96

CMYK color model

#FBDAB6 color CMYK value is (0,13,27,2).

  • cyan value is 0.00%
  • magenta value is 13.15%
  • yellow value is 27.49%
  • key color value is 1.57%
CMYK:
(0,13,27,2)
C0M13Y27K2 
(0%,13%,27%,2%)
(0.00/0.13/0.27/0.02)	

CMYK percentages

%0
%13.15
%27.49
%1.57

Codes

Color #FBDAB6 in popluar color models

FBDAB6
RGB251218182
HSL31°89.61%84.90%
HSB/HSV31°27.49%98.43%
CMYK0.00%13.15%27.49%
1.57%

Color #FBDAB6 in popluar number systems.

HEXFBDAB6
Decimal251218182
Binary111110111101101010110110
Octal373332266

Shades and tints

Shades of #FBDAB6

#FBDAB6
(251,218,182)
#E5C7A6
(229,199,166)
#CFB496
(207,180,150)
#B9A186
(185,161,134)
#A38E76
(163,142,118)
#8D7B66
(141,123,102)
#776856
(119,104,86)
#615546
(97,85,70)
#4B4236
(75,66,54)
#352F26
(53,47,38)
#1F1C16
(31,28,22)
#000000
(0,0,0)

Tints of #FBDAB6

#FBDAB6
(251,218,182)
#FBDDBC
(251,221,188)
#FBE0C2
(251,224,194)
#FBE3C8
(251,227,200)
#FBE6CE
(251,230,206)
#FBE9D4
(251,233,212)
#FBECDA
(251,236,218)
#FBEFE0
(251,239,224)
#FBF2E6
(251,242,230)
#FBF5EC
(251,245,236)
#FBF8F2
(251,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBDAB6 color. Also use rgb(251,218,182) instead hex code.

Text Font Color

.myTextColor { color: #FBDAB6; }

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

This text font color is #FBDAB6.


Background Color

.myBgColor { background-color: #FBDAB6; }

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

This div background color is #FBDAB6.


Border color

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

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

This div border color is #FBDAB6.


Opacity

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

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

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

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

This text has shadow with #FBDAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDAB6 on black background.


Color preview on white background

This text has color #FBDAB6 on white background.



Black color preview on #FBDAB6 background

This text has black color on #FBDAB6 background.


White color preview on #FBDAB6 background

This text has white color on #FBDAB6 background.