COLOR #FBC1B4

HEX: #FBC1B4
RGB: (251,193,180)

Color info

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

RGB color model

#FBC1B4 color RGB value is (251,193,180).

  • red value is 251;
  • green value is 193;
  • blue value is 180.
RGB:
(251,193,180)
(98%,76%,71%)

RGB channels and saturation

R 251 of 255 = 98%
G 193 of 255 = 76%
B 180 of 255 = 71%

251
193
180

R + G + B ~ 82%. #FBC1B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 193 + 180 = 624 (100%)
R 251 of 624 ~ 40.22%
G 193 of 624 ~ 30.93%
B 180 of 624 ~ 28.85%

%40.22
%30.93
%28.85

CMYK color model

#FBC1B4 color CMYK value is (0,23,28,2).

  • cyan value is 0.00%
  • magenta value is 23.11%
  • yellow value is 28.29%
  • key color value is 1.57%
CMYK:
(0,23,28,2)
C0M23Y28K2 
(0%,23%,28%,2%)
(0.00/0.23/0.28/0.02)	

CMYK percentages

%0
%23.11
%28.29
%1.57

Codes

Color #FBC1B4 in popluar color models

FBC1B4
RGB251193180
HSL11°89.87%84.51%
HSB/HSV11°28.29%98.43%
CMYK0.00%23.11%28.29%
1.57%

Color #FBC1B4 in popluar number systems.

HEXFBC1B4
Decimal251193180
Binary111110111100000110110100
Octal373301264

Shades and tints

Shades of #FBC1B4

#FBC1B4
(251,193,180)
#E5B0A4
(229,176,164)
#CF9F94
(207,159,148)
#B98E84
(185,142,132)
#A37D74
(163,125,116)
#8D6C64
(141,108,100)
#775B54
(119,91,84)
#614A44
(97,74,68)
#4B3934
(75,57,52)
#352824
(53,40,36)
#1F1714
(31,23,20)
#000000
(0,0,0)

Tints of #FBC1B4

#FBC1B4
(251,193,180)
#FBC6BA
(251,198,186)
#FBCBC0
(251,203,192)
#FBD0C6
(251,208,198)
#FBD5CC
(251,213,204)
#FBDAD2
(251,218,210)
#FBDFD8
(251,223,216)
#FBE4DE
(251,228,222)
#FBE9E4
(251,233,228)
#FBEEEA
(251,238,234)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC1B4 color. Also use rgb(251,193,180) instead hex code.

Text Font Color

.myTextColor { color: #FBC1B4; }

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

This text font color is #FBC1B4.


Background Color

.myBgColor { background-color: #FBC1B4; }

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

This div background color is #FBC1B4.


Border color

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

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

This div border color is #FBC1B4.


Opacity

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

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

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

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

This text has shadow with #FBC1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC1B4 on black background.


Color preview on white background

This text has color #FBC1B4 on white background.



Black color preview on #FBC1B4 background

This text has black color on #FBC1B4 background.


White color preview on #FBC1B4 background

This text has white color on #FBC1B4 background.