COLOR #FBDAB5

HEX: #FBDAB5 RGB: (251,218,181)

Color info

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

RGB color model

#FBDAB5 color RGB value is (251,218,181).

RGB: (251,218,181) (98%, 85%, 71%)

RGB channels and saturation

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

251
218
181

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

Portions of RGB colors in percentages

R + G + B = 251 + 218 + 181 = 650 (100%)
R 251 of 650 ~ 38.62%
G 218 of 650 ~ 33.54%
B 181 of 650 ~ 27.85'%

%38.62
%33.54
%27.85

CMYK color model

#FBDAB5 color CMYK value is (0,13,28,2).

  • cyan value is 0.00%
  • magenta value is 13.15%
  • yellow value is 27.89%
  • key color value is 1.57%
CMYK: (0,13,28,2) C0M13Y28K2 (0%,13%,28%,2%) (0.00/0.13/0.28/0.02) 

CMYK percentages

%0
%13.15
%27.89
%1.57

Codes

Color #FBDAB5 in popluar color models

FB DA B5
RGB 251 218 181
HSL 32° 89.74% 84.71%
HSB/HSV 32° 27.89% 98.43%
CMYK 0.00% 13.15% 27.89%
1.57%

Color #FBDAB5 in popluar number systems.

HEX FB DA B5
Decimal 251 218 181
Binary 11111011 11011010 10110101
Octal 373 332 265

Shades and tints

Shades of #FBDAB5

#FBDAB5
(251,218,181)
#E5C7A5
(229,199,165)
#CFB495
(207,180,149)
#B9A185
(185,161,133)
#A38E75
(163,142,117)
#8D7B65
(141,123,101)
#776855
(119,104,85)
#615545
(97,85,69)
#4B4235
(75,66,53)
#352F25
(53,47,37)
#1F1C15
(31,28,21)
#000000
(0,0,0)

Tints of #FBDAB5

#FBDAB5
(251,218,181)
#FBDDBB
(251,221,187)
#FBE0C1
(251,224,193)
#FBE3C7
(251,227,199)
#FBE6CD
(251,230,205)
#FBE9D3
(251,233,211)
#FBECD9
(251,236,217)
#FBEFDF
(251,239,223)
#FBF2E5
(251,242,229)
#FBF5EB
(251,245,235)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDAB5; }

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

This text font color is #FBDAB5.

Background Color

.myBgColor { background-color: #FBDAB5; }

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

This div background color is #FBDAB5.

Border color

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

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

This div border color is #FBDAB5.

Opacity

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

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

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

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

This text has shadow with #FBDAB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDAB5.

Preview

Color preview on black background

This text has color #FBDAB5 on black background.


Color preview on white background

This text has color #FBDAB5 on white background.


Black color preview on #FBDAB5 background

This text has black color on #FBDAB5 background.


White color preview on #FBDAB5 background

This text has white color on #FBDAB5 background.


Related colors

Complementary color

Complementary color for #hex is #04254A.


I love getcolorcode.com

Triadic colors

1 #B5FBDA and #DAB5FB with #FBDAB5 are triadic colors.

2 #B5DAFB and #DAFBB5 with #FBDAB5 are triadic colors.