COLOR #FBB4BE

HEX: #FBB4BE
RGB: (251,180,190)

Color info

#FBB4BE contains mainly red color. Web safe color of #FBB4BE is #FFCCCC (or #FCC).

RGB color model

#FBB4BE color RGB value is (251,180,190).

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

RGB channels and saturation

R 251 of 255 = 98%
G 180 of 255 = 71%
B 190 of 255 = 75%

251
180
190

R + G + B ~ 81%. #FBB4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 180 + 190 = 621 (100%)
R 251 of 621 ~ 40.42%
G 180 of 621 ~ 28.99%
B 190 of 621 ~ 30.6%

%40.42
%28.99
%30.6

CMYK color model

#FBB4BE color CMYK value is (0,28,24,2).

  • cyan value is 0.00%
  • magenta value is 28.29%
  • yellow value is 24.30%
  • key color value is 1.57%
CMYK:
(0,28,24,2)
C0M28Y24K2 
(0%,28%,24%,2%)
(0.00/0.28/0.24/0.02)	

CMYK percentages

%0
%28.29
%24.3
%1.57

Codes

Color #FBB4BE in popluar color models

FBB4BE
RGB251180190
HSL352°89.87%84.51%
HSB/HSV352°28.29%98.43%
CMYK0.00%28.29%24.30%
1.57%

Color #FBB4BE in popluar number systems.

HEXFBB4BE
Decimal251180190
Binary111110111011010010111110
Octal373264276

Shades and tints

Shades of #FBB4BE

#FBB4BE
(251,180,190)
#E5A4AD
(229,164,173)
#CF949C
(207,148,156)
#B9848B
(185,132,139)
#A3747A
(163,116,122)
#8D6469
(141,100,105)
#775458
(119,84,88)
#614447
(97,68,71)
#4B3436
(75,52,54)
#352425
(53,36,37)
#1F1414
(31,20,20)
#000000
(0,0,0)

Tints of #FBB4BE

#FBB4BE
(251,180,190)
#FBBAC3
(251,186,195)
#FBC0C8
(251,192,200)
#FBC6CD
(251,198,205)
#FBCCD2
(251,204,210)
#FBD2D7
(251,210,215)
#FBD8DC
(251,216,220)
#FBDEE1
(251,222,225)
#FBE4E6
(251,228,230)
#FBEAEB
(251,234,235)
#FBF0F0
(251,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBB4BE; }

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

This text font color is #FBB4BE.


Background Color

.myBgColor { background-color: #FBB4BE; }

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

This div background color is #FBB4BE.


Border color

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

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

This div border color is #FBB4BE.


Opacity

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

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

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

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

This text has shadow with #FBB4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB4BE on black background.


Color preview on white background

This text has color #FBB4BE on white background.



Black color preview on #FBB4BE background

This text has black color on #FBB4BE background.


White color preview on #FBB4BE background

This text has white color on #FBB4BE background.