COLOR #FBC4BE

HEX: #FBC4BE
RGB: (251,196,190)

Color info

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

RGB color model

#FBC4BE color RGB value is (251,196,190).

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

RGB channels and saturation

R 251 of 255 = 98%
G 196 of 255 = 77%
B 190 of 255 = 75%

251
196
190

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

Portions of RGB colors in percentages

R + G + B =
251 + 196 + 190 = 637 (100%)
R 251 of 637 ~ 39.4%
G 196 of 637 ~ 30.77%
B 190 of 637 ~ 29.83%

%39.4
%30.77
%29.83

CMYK color model

#FBC4BE color CMYK value is (0,22,24,2).

  • cyan value is 0.00%
  • magenta value is 21.91%
  • yellow value is 24.30%
  • key color value is 1.57%
CMYK:
(0,22,24,2)
C0M22Y24K2 
(0%,22%,24%,2%)
(0.00/0.22/0.24/0.02)	

CMYK percentages

%0
%21.91
%24.3
%1.57

Codes

Color #FBC4BE in popluar color models

FBC4BE
RGB251196190
HSL88.41%86.47%
HSB/HSV24.30%98.43%
CMYK0.00%21.91%24.30%
1.57%

Color #FBC4BE in popluar number systems.

HEXFBC4BE
Decimal251196190
Binary111110111100010010111110
Octal373304276

Shades and tints

Shades of #FBC4BE

#FBC4BE
(251,196,190)
#E5B3AD
(229,179,173)
#CFA29C
(207,162,156)
#B9918B
(185,145,139)
#A3807A
(163,128,122)
#8D6F69
(141,111,105)
#775E58
(119,94,88)
#614D47
(97,77,71)
#4B3C36
(75,60,54)
#352B25
(53,43,37)
#1F1A14
(31,26,20)
#000000
(0,0,0)

Tints of #FBC4BE

#FBC4BE
(251,196,190)
#FBC9C3
(251,201,195)
#FBCEC8
(251,206,200)
#FBD3CD
(251,211,205)
#FBD8D2
(251,216,210)
#FBDDD7
(251,221,215)
#FBE2DC
(251,226,220)
#FBE7E1
(251,231,225)
#FBECE6
(251,236,230)
#FBF1EB
(251,241,235)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC4BE; }

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

This text font color is #FBC4BE.


Background Color

.myBgColor { background-color: #FBC4BE; }

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

This div background color is #FBC4BE.


Border color

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

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

This div border color is #FBC4BE.


Opacity

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

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

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

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

This text has shadow with #FBC4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC4BE on black background.


Color preview on white background

This text has color #FBC4BE on white background.



Black color preview on #FBC4BE background

This text has black color on #FBC4BE background.


White color preview on #FBC4BE background

This text has white color on #FBC4BE background.