COLOR #FBD6A0

HEX: #FBD6A0
RGB: (251,214,160)

Color info

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

RGB color model

#FBD6A0 color RGB value is (251,214,160).

  • red value is 251;
  • green value is 214;
  • blue value is 160.
RGB:
(251,214,160)
(98%,84%,63%)

RGB channels and saturation

R 251 of 255 = 98%
G 214 of 255 = 84%
B 160 of 255 = 63%

251
214
160

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

Portions of RGB colors in percentages

R + G + B =
251 + 214 + 160 = 625 (100%)
R 251 of 625 ~ 40.16%
G 214 of 625 ~ 34.24%
B 160 of 625 ~ 25.6%

%40.16
%34.24
%25.6

CMYK color model

#FBD6A0 color CMYK value is (0,15,36,2).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 36.25%
  • key color value is 1.57%
CMYK:
(0,15,36,2)
C0M15Y36K2 
(0%,15%,36%,2%)
(0.00/0.15/0.36/0.02)	

CMYK percentages

%0
%14.74
%36.25
%1.57

Codes

Color #FBD6A0 in popluar color models

FBD6A0
RGB251214160
HSL36°91.92%80.59%
HSB/HSV36°36.25%98.43%
CMYK0.00%14.74%36.25%
1.57%

Color #FBD6A0 in popluar number systems.

HEXFBD6A0
Decimal251214160
Binary111110111101011010100000
Octal373326240

Shades and tints

Shades of #FBD6A0

#FBD6A0
(251,214,160)
#E5C392
(229,195,146)
#CFB084
(207,176,132)
#B99D76
(185,157,118)
#A38A68
(163,138,104)
#8D775A
(141,119,90)
#77644C
(119,100,76)
#61513E
(97,81,62)
#4B3E30
(75,62,48)
#352B22
(53,43,34)
#1F1814
(31,24,20)
#000000
(0,0,0)

Tints of #FBD6A0

#FBD6A0
(251,214,160)
#FBD9A8
(251,217,168)
#FBDCB0
(251,220,176)
#FBDFB8
(251,223,184)
#FBE2C0
(251,226,192)
#FBE5C8
(251,229,200)
#FBE8D0
(251,232,208)
#FBEBD8
(251,235,216)
#FBEEE0
(251,238,224)
#FBF1E8
(251,241,232)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD6A0 color. Also use rgb(251,214,160) instead hex code.

Text Font Color

.myTextColor { color: #FBD6A0; }

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

This text font color is #FBD6A0.


Background Color

.myBgColor { background-color: #FBD6A0; }

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

This div background color is #FBD6A0.


Border color

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

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

This div border color is #FBD6A0.


Opacity

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

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

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

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

This text has shadow with #FBD6A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD6A0 on black background.


Color preview on white background

This text has color #FBD6A0 on white background.



Black color preview on #FBD6A0 background

This text has black color on #FBD6A0 background.


White color preview on #FBD6A0 background

This text has white color on #FBD6A0 background.