COLOR #FBC4A3

HEX: #FBC4A3
RGB: (251,196,163)

Color info

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

RGB color model

#FBC4A3 color RGB value is (251,196,163).

  • red value is 251;
  • green value is 196;
  • blue value is 163.
RGB:
(251,196,163)
(98%,77%,64%)

RGB channels and saturation

R 251 of 255 = 98%
G 196 of 255 = 77%
B 163 of 255 = 64%

251
196
163

R + G + B ~ 80%. #FBC4A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 196 + 163 = 610 (100%)
R 251 of 610 ~ 41.15%
G 196 of 610 ~ 32.13%
B 163 of 610 ~ 26.72%

%41.15
%32.13
%26.72

CMYK color model

#FBC4A3 color CMYK value is (0,22,35,2).

  • cyan value is 0.00%
  • magenta value is 21.91%
  • yellow value is 35.06%
  • key color value is 1.57%
CMYK:
(0,22,35,2)
C0M22Y35K2 
(0%,22%,35%,2%)
(0.00/0.22/0.35/0.02)	

CMYK percentages

%0
%21.91
%35.06
%1.57

Codes

Color #FBC4A3 in popluar color models

FBC4A3
RGB251196163
HSL23°91.67%81.18%
HSB/HSV23°35.06%98.43%
CMYK0.00%21.91%35.06%
1.57%

Color #FBC4A3 in popluar number systems.

HEXFBC4A3
Decimal251196163
Binary111110111100010010100011
Octal373304243

Shades and tints

Shades of #FBC4A3

#FBC4A3
(251,196,163)
#E5B395
(229,179,149)
#CFA287
(207,162,135)
#B99179
(185,145,121)
#A3806B
(163,128,107)
#8D6F5D
(141,111,93)
#775E4F
(119,94,79)
#614D41
(97,77,65)
#4B3C33
(75,60,51)
#352B25
(53,43,37)
#1F1A17
(31,26,23)
#000000
(0,0,0)

Tints of #FBC4A3

#FBC4A3
(251,196,163)
#FBC9AB
(251,201,171)
#FBCEB3
(251,206,179)
#FBD3BB
(251,211,187)
#FBD8C3
(251,216,195)
#FBDDCB
(251,221,203)
#FBE2D3
(251,226,211)
#FBE7DB
(251,231,219)
#FBECE3
(251,236,227)
#FBF1EB
(251,241,235)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC4A3 color. Also use rgb(251,196,163) instead hex code.

Text Font Color

.myTextColor { color: #FBC4A3; }

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

This text font color is #FBC4A3.


Background Color

.myBgColor { background-color: #FBC4A3; }

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

This div background color is #FBC4A3.


Border color

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

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

This div border color is #FBC4A3.


Opacity

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

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

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

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

This text has shadow with #FBC4A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC4A3 on black background.


Color preview on white background

This text has color #FBC4A3 on white background.



Black color preview on #FBC4A3 background

This text has black color on #FBC4A3 background.


White color preview on #FBC4A3 background

This text has white color on #FBC4A3 background.