COLOR #FBD1A5

HEX: #FBD1A5 RGB: (251,209,165)

Color info

#FBD1A5 contains mainly red and green colors. Web safe color of #FBD1A5 is #FFCC99 (or #FC9).

RGB color model

#FBD1A5 color RGB value is (251,209,165).

RGB: (251,209,165) (98%, 82%, 65%)

RGB channels and saturation

R 251 of 255 = 98%
G 209 of 255 = 82%
B 165 of 255 = 65%

251
209
165

R + G + B ~ 82%. #FBD1A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 209 + 165 = 625 (100%)
R 251 of 625 ~ 40.16%
G 209 of 625 ~ 33.44%
B 165 of 625 ~ 26.4'%

%40.16
%33.44
%26.4

CMYK color model

#FBD1A5 color CMYK value is (0,17,34,2).

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 34.26%
  • key color value is 1.57%

CMYK: (0,17,34,2)
C0M17Y34K2 (0%, 17%, 34%, 2%)
(0.00 / 0.17 / 0.34 / 0.02)

CMYK percentages

%0
%16.73
%34.26
%1.57

Codes

Color #FBD1A5 in popluar color models

FB D1 A5
RGB 251 209 165
HSL 31° 91.49% 81.57%
HSB/HSV 31° 34.26% 98.43%
CMYK 0.00% 16.73% 34.26%
1.57%

Color #FBD1A5 in popluar number systems.

HEX FB D1 A5
Decimal 251 209 165
Binary 11111011 11010001 10100101
Octal 373 321 245

Shades and tints

Shades of #FBD1A5

#FBD1A5
(251,209,165)
#E5BE96
(229,190,150)
#CFAB87
(207,171,135)
#B99878
(185,152,120)
#A38569
(163,133,105)
#8D725A
(141,114,90)
#775F4B
(119,95,75)
#614C3C
(97,76,60)
#4B392D
(75,57,45)
#35261E
(53,38,30)
#1F130F
(31,19,15)
#000000
(0,0,0)

Tints of #FBD1A5

#FBD1A5
(251,209,165)
#FBD5AD
(251,213,173)
#FBD9B5
(251,217,181)
#FBDDBD
(251,221,189)
#FBE1C5
(251,225,197)
#FBE5CD
(251,229,205)
#FBE9D5
(251,233,213)
#FBEDDD
(251,237,221)
#FBF1E5
(251,241,229)
#FBF5ED
(251,245,237)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD1A5 color. Also use rgb(251,209,165) instead hex code.

Text Font Color

.myTextColor { color: #FBD1A5; }

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

This text font color is #FBD1A5.

Background Color

.myBgColor { background-color: #FBD1A5; }

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

This div background color is #FBD1A5.

Border color

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

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

This div border color is #FBD1A5.

Opacity

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

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

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

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

This text has shadow with #FBD1A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD1A5.

Preview

Color preview on black background

This text has color #FBD1A5 on black background.


Color preview on white background

This text has color #FBD1A5 on white background.


Black color preview on #FBD1A5 background

This text has black color on #FBD1A5 background.


White color preview on #FBD1A5 background

This text has white color on #FBD1A5 background.


Related colors

Complementary color

Complementary color for #hex is #042E5A.


I love getcolorcode.com

Triadic colors

1 #A5FBD1 and #D1A5FB with #FBD1A5 are triadic colors.

2 #A5D1FB and #D1FBA5 with #FBD1A5 are triadic colors.