COLOR #FBD6A2

HEX: #FBD6A2
RGB: (251,214,162)

Color info

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

RGB color model

#FBD6A2 color RGB value is (251,214,162).

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

RGB channels and saturation

R 251 of 255 = 98%
G 214 of 255 = 84%
B 162 of 255 = 64%

251
214
162

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

Portions of RGB colors in percentages

R + G + B =
251 + 214 + 162 = 627 (100%)
R 251 of 627 ~ 40.03%
G 214 of 627 ~ 34.13%
B 162 of 627 ~ 25.84%

%40.03
%34.13
%25.84

CMYK color model

#FBD6A2 color CMYK value is (0,15,35,2).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 35.46%
  • key color value is 1.57%
CMYK:
(0,15,35,2)
C0M15Y35K2 
(0%,15%,35%,2%)
(0.00/0.15/0.35/0.02)	

CMYK percentages

%0
%14.74
%35.46
%1.57

Codes

Color #FBD6A2 in popluar color models

FBD6A2
RGB251214162
HSL35°91.75%80.98%
HSB/HSV35°35.46%98.43%
CMYK0.00%14.74%35.46%
1.57%

Color #FBD6A2 in popluar number systems.

HEXFBD6A2
Decimal251214162
Binary111110111101011010100010
Octal373326242

Shades and tints

Shades of #FBD6A2

#FBD6A2
(251,214,162)
#E5C394
(229,195,148)
#CFB086
(207,176,134)
#B99D78
(185,157,120)
#A38A6A
(163,138,106)
#8D775C
(141,119,92)
#77644E
(119,100,78)
#615140
(97,81,64)
#4B3E32
(75,62,50)
#352B24
(53,43,36)
#1F1816
(31,24,22)
#000000
(0,0,0)

Tints of #FBD6A2

#FBD6A2
(251,214,162)
#FBD9AA
(251,217,170)
#FBDCB2
(251,220,178)
#FBDFBA
(251,223,186)
#FBE2C2
(251,226,194)
#FBE5CA
(251,229,202)
#FBE8D2
(251,232,210)
#FBEBDA
(251,235,218)
#FBEEE2
(251,238,226)
#FBF1EA
(251,241,234)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD6A2; }

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

This text font color is #FBD6A2.


Background Color

.myBgColor { background-color: #FBD6A2; }

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

This div background color is #FBD6A2.


Border color

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

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

This div border color is #FBD6A2.


Opacity

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

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

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

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

This text has shadow with #FBD6A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD6A2 on black background.


Color preview on white background

This text has color #FBD6A2 on white background.



Black color preview on #FBD6A2 background

This text has black color on #FBD6A2 background.


White color preview on #FBD6A2 background

This text has white color on #FBD6A2 background.