COLOR #FBA881

HEX: #FBA881
RGB: (251,168,129)

Color info

#FBA881 contains mainly red color. Web safe color of #FBA881 is #FF9999 (or #F99).

RGB color model

#FBA881 color RGB value is (251,168,129).

  • red value is 251;
  • green value is 168;
  • blue value is 129.
RGB:
(251,168,129)
(98%,66%,51%)

RGB channels and saturation

R 251 of 255 = 98%
G 168 of 255 = 66%
B 129 of 255 = 51%

251
168
129

R + G + B ~ 72%. #FBA881 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 168 + 129 = 548 (100%)
R 251 of 548 ~ 45.8%
G 168 of 548 ~ 30.66%
B 129 of 548 ~ 23.54%

%45.8
%30.66
%23.54

CMYK color model

#FBA881 color CMYK value is (0,33,49,2).

  • cyan value is 0.00%
  • magenta value is 33.07%
  • yellow value is 48.61%
  • key color value is 1.57%
CMYK:
(0,33,49,2)
C0M33Y49K2 
(0%,33%,49%,2%)
(0.00/0.33/0.49/0.02)	

CMYK percentages

%0
%33.07
%48.61
%1.57

Codes

Color #FBA881 in popluar color models

FBA881
RGB251168129
HSL19°93.85%74.51%
HSB/HSV19°48.61%98.43%
CMYK0.00%33.07%48.61%
1.57%

Color #FBA881 in popluar number systems.

HEXFBA881
Decimal251168129
Binary111110111010100010000001
Octal373250201

Shades and tints

Shades of #FBA881

#FBA881
(251,168,129)
#E59976
(229,153,118)
#CF8A6B
(207,138,107)
#B97B60
(185,123,96)
#A36C55
(163,108,85)
#8D5D4A
(141,93,74)
#774E3F
(119,78,63)
#613F34
(97,63,52)
#4B3029
(75,48,41)
#35211E
(53,33,30)
#1F1213
(31,18,19)
#000000
(0,0,0)

Tints of #FBA881

#FBA881
(251,168,129)
#FBAF8C
(251,175,140)
#FBB697
(251,182,151)
#FBBDA2
(251,189,162)
#FBC4AD
(251,196,173)
#FBCBB8
(251,203,184)
#FBD2C3
(251,210,195)
#FBD9CE
(251,217,206)
#FBE0D9
(251,224,217)
#FBE7E4
(251,231,228)
#FBEEEF
(251,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBA881 color. Also use rgb(251,168,129) instead hex code.

Text Font Color

.myTextColor { color: #FBA881; }

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

This text font color is #FBA881.


Background Color

.myBgColor { background-color: #FBA881; }

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

This div background color is #FBA881.


Border color

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

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

This div border color is #FBA881.


Opacity

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

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

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

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

This text has shadow with #FBA881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA881 on black background.


Color preview on white background

This text has color #FBA881 on white background.



Black color preview on #FBA881 background

This text has black color on #FBA881 background.


White color preview on #FBA881 background

This text has white color on #FBA881 background.