COLOR #FBD0A0

HEX: #FBD0A0 RGB: (251,208,160)

Color info

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

RGB color model

#FBD0A0 color RGB value is (251,208,160).

RGB: (251,208,160) (98%, 82%, 63%)

RGB channels and saturation

R 251 of 255 = 98%
G 208 of 255 = 82%
B 160 of 255 = 63%

251
208
160

R + G + B ~ 81%. #FBD0A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 208 + 160 = 619 (100%)
R 251 of 619 ~ 40.55%
G 208 of 619 ~ 33.6%
B 160 of 619 ~ 25.85'%

%40.55
%33.6
%25.85

CMYK color model

#FBD0A0 color CMYK value is (0,17,36,2).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 36.25%
  • key color value is 1.57%

CMYK: (0,17,36,2)
C0M17Y36K2 (0%, 17%, 36%, 2%)
(0.00 / 0.17 / 0.36 / 0.02)

CMYK percentages

%0
%17.13
%36.25
%1.57

Codes

Color #FBD0A0 in popluar color models

FB D0 A0
RGB 251 208 160
HSL 32° 91.92% 80.59%
HSB/HSV 32° 36.25% 98.43%
CMYK 0.00% 17.13% 36.25%
1.57%

Color #FBD0A0 in popluar number systems.

HEX FB D0 A0
Decimal 251 208 160
Binary 11111011 11010000 10100000
Octal 373 320 240

Shades and tints

Shades of #FBD0A0

#FBD0A0
(251,208,160)
#E5BE92
(229,190,146)
#CFAC84
(207,172,132)
#B99A76
(185,154,118)
#A38868
(163,136,104)
#8D765A
(141,118,90)
#77644C
(119,100,76)
#61523E
(97,82,62)
#4B4030
(75,64,48)
#352E22
(53,46,34)
#1F1C14
(31,28,20)
#000000
(0,0,0)

Tints of #FBD0A0

#FBD0A0
(251,208,160)
#FBD4A8
(251,212,168)
#FBD8B0
(251,216,176)
#FBDCB8
(251,220,184)
#FBE0C0
(251,224,192)
#FBE4C8
(251,228,200)
#FBE8D0
(251,232,208)
#FBECD8
(251,236,216)
#FBF0E0
(251,240,224)
#FBF4E8
(251,244,232)
#FBF8F0
(251,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD0A0; }

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

This text font color is #FBD0A0.

Background Color

.myBgColor { background-color: #FBD0A0; }

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

This div background color is #FBD0A0.

Border color

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

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

This div border color is #FBD0A0.

Opacity

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

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

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

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

This text has shadow with #FBD0A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD0A0.

Preview

Color preview on black background

This text has color #FBD0A0 on black background.


Color preview on white background

This text has color #FBD0A0 on white background.


Black color preview on #FBD0A0 background

This text has black color on #FBD0A0 background.


White color preview on #FBD0A0 background

This text has white color on #FBD0A0 background.


Related colors

Complementary color

Complementary color for #hex is #042F5F.


I love getcolorcode.com

Triadic colors

1 #A0FBD0 and #D0A0FB with #FBD0A0 are triadic colors.

2 #A0D0FB and #D0FBA0 with #FBD0A0 are triadic colors.