COLOR #FBC4BA

HEX: #FBC4BA
RGB: (251,196,186)

Color info

#FBC4BA contains mainly red and green colors. Web safe color of #FBC4BA is #FFCCCC (or #FCC).

RGB color model

#FBC4BA color RGB value is (251,196,186).

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

RGB channels and saturation

R 251 of 255 = 98%
G 196 of 255 = 77%
B 186 of 255 = 73%

251
196
186

R + G + B ~ 83%. #FBC4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 196 + 186 = 633 (100%)
R 251 of 633 ~ 39.65%
G 196 of 633 ~ 30.96%
B 186 of 633 ~ 29.38%

%39.65
%30.96
%29.38

CMYK color model

#FBC4BA color CMYK value is (0,22,26,2).

  • cyan value is 0.00%
  • magenta value is 21.91%
  • yellow value is 25.90%
  • key color value is 1.57%
CMYK:
(0,22,26,2)
C0M22Y26K2 
(0%,22%,26%,2%)
(0.00/0.22/0.26/0.02)	

CMYK percentages

%0
%21.91
%25.9
%1.57

Codes

Color #FBC4BA in popluar color models

FBC4BA
RGB251196186
HSL89.04%85.69%
HSB/HSV25.90%98.43%
CMYK0.00%21.91%25.90%
1.57%

Color #FBC4BA in popluar number systems.

HEXFBC4BA
Decimal251196186
Binary111110111100010010111010
Octal373304272

Shades and tints

Shades of #FBC4BA

#FBC4BA
(251,196,186)
#E5B3AA
(229,179,170)
#CFA29A
(207,162,154)
#B9918A
(185,145,138)
#A3807A
(163,128,122)
#8D6F6A
(141,111,106)
#775E5A
(119,94,90)
#614D4A
(97,77,74)
#4B3C3A
(75,60,58)
#352B2A
(53,43,42)
#1F1A1A
(31,26,26)
#000000
(0,0,0)

Tints of #FBC4BA

#FBC4BA
(251,196,186)
#FBC9C0
(251,201,192)
#FBCEC6
(251,206,198)
#FBD3CC
(251,211,204)
#FBD8D2
(251,216,210)
#FBDDD8
(251,221,216)
#FBE2DE
(251,226,222)
#FBE7E4
(251,231,228)
#FBECEA
(251,236,234)
#FBF1F0
(251,241,240)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC4BA; }

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

This text font color is #FBC4BA.


Background Color

.myBgColor { background-color: #FBC4BA; }

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

This div background color is #FBC4BA.


Border color

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

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

This div border color is #FBC4BA.


Opacity

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

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

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

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

This text has shadow with #FBC4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC4BA on black background.


Color preview on white background

This text has color #FBC4BA on white background.



Black color preview on #FBC4BA background

This text has black color on #FBC4BA background.


White color preview on #FBC4BA background

This text has white color on #FBC4BA background.