COLOR #FBC5BF

HEX: #FBC5BF
RGB: (251,197,191)

Color info

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

RGB color model

#FBC5BF color RGB value is (251,197,191).

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

RGB channels and saturation

R 251 of 255 = 98%
G 197 of 255 = 77%
B 191 of 255 = 75%

251
197
191

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

Portions of RGB colors in percentages

R + G + B =
251 + 197 + 191 = 639 (100%)
R 251 of 639 ~ 39.28%
G 197 of 639 ~ 30.83%
B 191 of 639 ~ 29.89%

%39.28
%30.83
%29.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 23.90%
  • 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.51
%23.9
%1.57

Codes

Color #FBC5BF in popluar color models

FBC5BF
RGB251197191
HSL88.24%86.67%
HSB/HSV23.90%98.43%
CMYK0.00%21.51%23.90%
1.57%

Color #FBC5BF in popluar number systems.

HEXFBC5BF
Decimal251197191
Binary111110111100010110111111
Octal373305277

Shades and tints

Shades of #FBC5BF

#FBC5BF
(251,197,191)
#E5B4AE
(229,180,174)
#CFA39D
(207,163,157)
#B9928C
(185,146,140)
#A3817B
(163,129,123)
#8D706A
(141,112,106)
#775F59
(119,95,89)
#614E48
(97,78,72)
#4B3D37
(75,61,55)
#352C26
(53,44,38)
#1F1B15
(31,27,21)
#000000
(0,0,0)

Tints of #FBC5BF

#FBC5BF
(251,197,191)
#FBCAC4
(251,202,196)
#FBCFC9
(251,207,201)
#FBD4CE
(251,212,206)
#FBD9D3
(251,217,211)
#FBDED8
(251,222,216)
#FBE3DD
(251,227,221)
#FBE8E2
(251,232,226)
#FBEDE7
(251,237,231)
#FBF2EC
(251,242,236)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC5BF color. Also use rgb(251,197,191) instead hex code.

Text Font Color

.myTextColor { color: #FBC5BF; }

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

This text font color is #FBC5BF.


Background Color

.myBgColor { background-color: #FBC5BF; }

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

This div background color is #FBC5BF.


Border color

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

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

This div border color is #FBC5BF.


Opacity

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

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

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

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

This text has shadow with #FBC5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC5BF on black background.


Color preview on white background

This text has color #FBC5BF on white background.



Black color preview on #FBC5BF background

This text has black color on #FBC5BF background.


White color preview on #FBC5BF background

This text has white color on #FBC5BF background.