COLOR #FBD5B7

HEX: #FBD5B7 RGB: (251,213,183)

Color info

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

RGB color model

#FBD5B7 color RGB value is (251,213,183).

RGB: (251,213,183) (98%, 84%, 72%)

RGB channels and saturation

R 251 of 255 = 98%
G 213 of 255 = 84%
B 183 of 255 = 72%

251
213
183

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

Portions of RGB colors in percentages

R + G + B = 251 + 213 + 183 = 647 (100%)
R 251 of 647 ~ 38.79%
G 213 of 647 ~ 32.92%
B 183 of 647 ~ 28.28'%

%38.79
%32.92
%28.28

CMYK color model

#FBD5B7 color CMYK value is (0,15,27,2).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 27.09%
  • key color value is 1.57%

CMYK: (0,15,27,2)
C0M15Y27K2 (0%, 15%, 27%, 2%)
(0.00 / 0.15 / 0.27 / 0.02)

CMYK percentages

%0
%15.14
%27.09
%1.57

Codes

Color #FBD5B7 in popluar color models

FB D5 B7
RGB 251 213 183
HSL 26° 89.47% 85.10%
HSB/HSV 26° 27.09% 98.43%
CMYK 0.00% 15.14% 27.09%
1.57%

Color #FBD5B7 in popluar number systems.

HEX FB D5 B7
Decimal 251 213 183
Binary 11111011 11010101 10110111
Octal 373 325 267

Shades and tints

Shades of #FBD5B7

#FBD5B7
(251,213,183)
#E5C2A7
(229,194,167)
#CFAF97
(207,175,151)
#B99C87
(185,156,135)
#A38977
(163,137,119)
#8D7667
(141,118,103)
#776357
(119,99,87)
#615047
(97,80,71)
#4B3D37
(75,61,55)
#352A27
(53,42,39)
#1F1717
(31,23,23)
#000000
(0,0,0)

Tints of #FBD5B7

#FBD5B7
(251,213,183)
#FBD8BD
(251,216,189)
#FBDBC3
(251,219,195)
#FBDEC9
(251,222,201)
#FBE1CF
(251,225,207)
#FBE4D5
(251,228,213)
#FBE7DB
(251,231,219)
#FBEAE1
(251,234,225)
#FBEDE7
(251,237,231)
#FBF0ED
(251,240,237)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD5B7 color. Also use rgb(251,213,183) instead hex code.

Text Font Color

.myTextColor { color: #FBD5B7; }

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

This text font color is #FBD5B7.

Background Color

.myBgColor { background-color: #FBD5B7; }

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

This div background color is #FBD5B7.

Border color

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

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

This div border color is #FBD5B7.

Opacity

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

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

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

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

This text has shadow with #FBD5B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD5B7.

Preview

Color preview on black background

This text has color #FBD5B7 on black background.


Color preview on white background

This text has color #FBD5B7 on white background.


Black color preview on #FBD5B7 background

This text has black color on #FBD5B7 background.


White color preview on #FBD5B7 background

This text has white color on #FBD5B7 background.


Related colors

Complementary color

Complementary color for #hex is #042A48.


I love getcolorcode.com

Triadic colors

1 #B7FBD5 and #D5B7FB with #FBD5B7 are triadic colors.

2 #B7D5FB and #D5FBB7 with #FBD5B7 are triadic colors.