COLOR #FBBCAA

HEX: #FBBCAA RGB: (251,188,170)

Color info

#FBBCAA contains mainly red color. Web safe color of #FBBCAA is #FFCC99 (or #FC9).

RGB color model

#FBBCAA color RGB value is (251,188,170).

RGB: (251,188,170) (98%, 74%, 67%)

RGB channels and saturation

R 251 of 255 = 98%
G 188 of 255 = 74%
B 170 of 255 = 67%

251
188
170

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

Portions of RGB colors in percentages

R + G + B = 251 + 188 + 170 = 609 (100%)
R 251 of 609 ~ 41.22%
G 188 of 609 ~ 30.87%
B 170 of 609 ~ 27.91'%

%41.22
%30.87
%27.91

CMYK color model

#FBBCAA color CMYK value is (0,25,32,2).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 32.27%
  • key color value is 1.57%

CMYK: (0,25,32,2)
C0M25Y32K2 (0%, 25%, 32%, 2%)
(0.00 / 0.25 / 0.32 / 0.02)

CMYK percentages

%0
%25.1
%32.27
%1.57

Codes

Color #FBBCAA in popluar color models

FB BC AA
RGB 251 188 170
HSL 13° 91.01% 82.55%
HSB/HSV 13° 32.27% 98.43%
CMYK 0.00% 25.10% 32.27%
1.57%

Color #FBBCAA in popluar number systems.

HEX FB BC AA
Decimal 251 188 170
Binary 11111011 10111100 10101010
Octal 373 274 252

Shades and tints

Shades of #FBBCAA

#FBBCAA
(251,188,170)
#E5AB9B
(229,171,155)
#CF9A8C
(207,154,140)
#B9897D
(185,137,125)
#A3786E
(163,120,110)
#8D675F
(141,103,95)
#775650
(119,86,80)
#614541
(97,69,65)
#4B3432
(75,52,50)
#352323
(53,35,35)
#1F1214
(31,18,20)
#000000
(0,0,0)

Tints of #FBBCAA

#FBBCAA
(251,188,170)
#FBC2B1
(251,194,177)
#FBC8B8
(251,200,184)
#FBCEBF
(251,206,191)
#FBD4C6
(251,212,198)
#FBDACD
(251,218,205)
#FBE0D4
(251,224,212)
#FBE6DB
(251,230,219)
#FBECE2
(251,236,226)
#FBF2E9
(251,242,233)
#FBF8F0
(251,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBBCAA; }

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

This text font color is #FBBCAA.

Background Color

.myBgColor { background-color: #FBBCAA; }

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

This div background color is #FBBCAA.

Border color

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

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

This div border color is #FBBCAA.

Opacity

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

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

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

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

This text has shadow with #FBBCAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBBCAA.

Preview

Color preview on black background

This text has color #FBBCAA on black background.


Color preview on white background

This text has color #FBBCAA on white background.


Black color preview on #FBBCAA background

This text has black color on #FBBCAA background.


White color preview on #FBBCAA background

This text has white color on #FBBCAA background.


Related colors

Complementary color

Complementary color for #hex is #044355.


I love getcolorcode.com

Triadic colors

1 #AAFBBC and #BCAAFB with #FBBCAA are triadic colors.

2 #AABCFB and #BCFBAA with #FBBCAA are triadic colors.