COLOR #FBA59C

HEX: #FBA59C
RGB: (251,165,156)

Color info

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

RGB color model

#FBA59C color RGB value is (251,165,156).

  • red value is 251;
  • green value is 165;
  • blue value is 156.
RGB:
(251,165,156)
(98%,65%,61%)

RGB channels and saturation

R 251 of 255 = 98%
G 165 of 255 = 65%
B 156 of 255 = 61%

251
165
156

R + G + B ~ 75%. #FBA59C is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 165 + 156 = 572 (100%)
R 251 of 572 ~ 43.88%
G 165 of 572 ~ 28.85%
B 156 of 572 ~ 27.27%

%43.88
%28.85
%27.27

CMYK color model

#FBA59C color CMYK value is (0,34,38,2).

  • cyan value is 0.00%
  • magenta value is 34.26%
  • yellow value is 37.85%
  • key color value is 1.57%
CMYK:
(0,34,38,2)
C0M34Y38K2 
(0%,34%,38%,2%)
(0.00/0.34/0.38/0.02)	

CMYK percentages

%0
%34.26
%37.85
%1.57

Codes

Color #FBA59C in popluar color models

FBA59C
RGB251165156
HSL92.23%79.80%
HSB/HSV37.85%98.43%
CMYK0.00%34.26%37.85%
1.57%

Color #FBA59C in popluar number systems.

HEXFBA59C
Decimal251165156
Binary111110111010010110011100
Octal373245234

Shades and tints

Shades of #FBA59C

#FBA59C
(251,165,156)
#E5968E
(229,150,142)
#CF8780
(207,135,128)
#B97872
(185,120,114)
#A36964
(163,105,100)
#8D5A56
(141,90,86)
#774B48
(119,75,72)
#613C3A
(97,60,58)
#4B2D2C
(75,45,44)
#351E1E
(53,30,30)
#1F0F10
(31,15,16)
#000000
(0,0,0)

Tints of #FBA59C

#FBA59C
(251,165,156)
#FBADA5
(251,173,165)
#FBB5AE
(251,181,174)
#FBBDB7
(251,189,183)
#FBC5C0
(251,197,192)
#FBCDC9
(251,205,201)
#FBD5D2
(251,213,210)
#FBDDDB
(251,221,219)
#FBE5E4
(251,229,228)
#FBEDED
(251,237,237)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBA59C; }

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

This text font color is #FBA59C.


Background Color

.myBgColor { background-color: #FBA59C; }

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

This div background color is #FBA59C.


Border color

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

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

This div border color is #FBA59C.


Opacity

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

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

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

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

This text has shadow with #FBA59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA59C on black background.


Color preview on white background

This text has color #FBA59C on white background.



Black color preview on #FBA59C background

This text has black color on #FBA59C background.


White color preview on #FBA59C background

This text has white color on #FBA59C background.