COLOR #FBBCA6

HEX: #FBBCA6
RGB: (251,188,166)

Color info

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

RGB color model

#FBBCA6 color RGB value is (251,188,166).

  • red value is 251;
  • green value is 188;
  • blue value is 166.
RGB:
(251,188,166)
(98%,74%,65%)

RGB channels and saturation

R 251 of 255 = 98%
G 188 of 255 = 74%
B 166 of 255 = 65%

251
188
166

R + G + B ~ 79%. #FBBCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 188 + 166 = 605 (100%)
R 251 of 605 ~ 41.49%
G 188 of 605 ~ 31.07%
B 166 of 605 ~ 27.44%

%41.49
%31.07
%27.44

CMYK color model

#FBBCA6 color CMYK value is (0,25,34,2).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 33.86%
  • key color value is 1.57%
CMYK:
(0,25,34,2)
C0M25Y34K2 
(0%,25%,34%,2%)
(0.00/0.25/0.34/0.02)	

CMYK percentages

%0
%25.1
%33.86
%1.57

Codes

Color #FBBCA6 in popluar color models

FBBCA6
RGB251188166
HSL16°91.40%81.76%
HSB/HSV16°33.86%98.43%
CMYK0.00%25.10%33.86%
1.57%

Color #FBBCA6 in popluar number systems.

HEXFBBCA6
Decimal251188166
Binary111110111011110010100110
Octal373274246

Shades and tints

Shades of #FBBCA6

#FBBCA6
(251,188,166)
#E5AB97
(229,171,151)
#CF9A88
(207,154,136)
#B98979
(185,137,121)
#A3786A
(163,120,106)
#8D675B
(141,103,91)
#77564C
(119,86,76)
#61453D
(97,69,61)
#4B342E
(75,52,46)
#35231F
(53,35,31)
#1F1210
(31,18,16)
#000000
(0,0,0)

Tints of #FBBCA6

#FBBCA6
(251,188,166)
#FBC2AE
(251,194,174)
#FBC8B6
(251,200,182)
#FBCEBE
(251,206,190)
#FBD4C6
(251,212,198)
#FBDACE
(251,218,206)
#FBE0D6
(251,224,214)
#FBE6DE
(251,230,222)
#FBECE6
(251,236,230)
#FBF2EE
(251,242,238)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBBCA6; }

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

This text font color is #FBBCA6.


Background Color

.myBgColor { background-color: #FBBCA6; }

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

This div background color is #FBBCA6.


Border color

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

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

This div border color is #FBBCA6.


Opacity

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

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

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

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

This text has shadow with #FBBCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBBCA6 on black background.


Color preview on white background

This text has color #FBBCA6 on white background.



Black color preview on #FBBCA6 background

This text has black color on #FBBCA6 background.


White color preview on #FBBCA6 background

This text has white color on #FBBCA6 background.