COLOR #FBC2AA

HEX: #FBC2AA
RGB: (251,194,170)

Color info

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

RGB color model

#FBC2AA color RGB value is (251,194,170).

  • red value is 251;
  • green value is 194;
  • blue value is 170.
RGB:
(251,194,170)
(98%,76%,67%)

RGB channels and saturation

R 251 of 255 = 98%
G 194 of 255 = 76%
B 170 of 255 = 67%

251
194
170

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

Portions of RGB colors in percentages

R + G + B =
251 + 194 + 170 = 615 (100%)
R 251 of 615 ~ 40.81%
G 194 of 615 ~ 31.54%
B 170 of 615 ~ 27.64%

%40.81
%31.54
%27.64

CMYK color model

#FBC2AA color CMYK value is (0,23,32,2).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 32.27%
  • key color value is 1.57%
CMYK:
(0,23,32,2)
C0M23Y32K2 
(0%,23%,32%,2%)
(0.00/0.23/0.32/0.02)	

CMYK percentages

%0
%22.71
%32.27
%1.57

Codes

Color #FBC2AA in popluar color models

FBC2AA
RGB251194170
HSL18°91.01%82.55%
HSB/HSV18°32.27%98.43%
CMYK0.00%22.71%32.27%
1.57%

Color #FBC2AA in popluar number systems.

HEXFBC2AA
Decimal251194170
Binary111110111100001010101010
Octal373302252

Shades and tints

Shades of #FBC2AA

#FBC2AA
(251,194,170)
#E5B19B
(229,177,155)
#CFA08C
(207,160,140)
#B98F7D
(185,143,125)
#A37E6E
(163,126,110)
#8D6D5F
(141,109,95)
#775C50
(119,92,80)
#614B41
(97,75,65)
#4B3A32
(75,58,50)
#352923
(53,41,35)
#1F1814
(31,24,20)
#000000
(0,0,0)

Tints of #FBC2AA

#FBC2AA
(251,194,170)
#FBC7B1
(251,199,177)
#FBCCB8
(251,204,184)
#FBD1BF
(251,209,191)
#FBD6C6
(251,214,198)
#FBDBCD
(251,219,205)
#FBE0D4
(251,224,212)
#FBE5DB
(251,229,219)
#FBEAE2
(251,234,226)
#FBEFE9
(251,239,233)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC2AA color. Also use rgb(251,194,170) instead hex code.

Text Font Color

.myTextColor { color: #FBC2AA; }

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

This text font color is #FBC2AA.


Background Color

.myBgColor { background-color: #FBC2AA; }

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

This div background color is #FBC2AA.


Border color

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

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

This div border color is #FBC2AA.


Opacity

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

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

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

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

This text has shadow with #FBC2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC2AA on black background.


Color preview on white background

This text has color #FBC2AA on white background.



Black color preview on #FBC2AA background

This text has black color on #FBC2AA background.


White color preview on #FBC2AA background

This text has white color on #FBC2AA background.