COLOR #FBA590

HEX: #FBA590
RGB: (251,165,144)

Color info

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

RGB color model

#FBA590 color RGB value is (251,165,144).

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

RGB channels and saturation

R 251 of 255 = 98%
G 165 of 255 = 65%
B 144 of 255 = 56%

251
165
144

R + G + B ~ 73%. #FBA590 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 165 + 144 = 560 (100%)
R 251 of 560 ~ 44.82%
G 165 of 560 ~ 29.46%
B 144 of 560 ~ 25.71%

%44.82
%29.46
%25.71

CMYK color model

#FBA590 color CMYK value is (0,34,43,2).

  • cyan value is 0.00%
  • magenta value is 34.26%
  • yellow value is 42.63%
  • key color value is 1.57%
CMYK:
(0,34,43,2)
C0M34Y43K2 
(0%,34%,43%,2%)
(0.00/0.34/0.43/0.02)	

CMYK percentages

%0
%34.26
%42.63
%1.57

Codes

Color #FBA590 in popluar color models

FBA590
RGB251165144
HSL12°93.04%77.45%
HSB/HSV12°42.63%98.43%
CMYK0.00%34.26%42.63%
1.57%

Color #FBA590 in popluar number systems.

HEXFBA590
Decimal251165144
Binary111110111010010110010000
Octal373245220

Shades and tints

Shades of #FBA590

#FBA590
(251,165,144)
#E59683
(229,150,131)
#CF8776
(207,135,118)
#B97869
(185,120,105)
#A3695C
(163,105,92)
#8D5A4F
(141,90,79)
#774B42
(119,75,66)
#613C35
(97,60,53)
#4B2D28
(75,45,40)
#351E1B
(53,30,27)
#1F0F0E
(31,15,14)
#000000
(0,0,0)

Tints of #FBA590

#FBA590
(251,165,144)
#FBAD9A
(251,173,154)
#FBB5A4
(251,181,164)
#FBBDAE
(251,189,174)
#FBC5B8
(251,197,184)
#FBCDC2
(251,205,194)
#FBD5CC
(251,213,204)
#FBDDD6
(251,221,214)
#FBE5E0
(251,229,224)
#FBEDEA
(251,237,234)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBA590; }

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

This text font color is #FBA590.


Background Color

.myBgColor { background-color: #FBA590; }

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

This div background color is #FBA590.


Border color

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

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

This div border color is #FBA590.


Opacity

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

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

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

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

This text has shadow with #FBA590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA590 on black background.


Color preview on white background

This text has color #FBA590 on white background.



Black color preview on #FBA590 background

This text has black color on #FBA590 background.


White color preview on #FBA590 background

This text has white color on #FBA590 background.