COLOR #FBBBCB

HEX: #FBBBCB
RGB: (251,187,203)

Color info

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

RGB color model

#FBBBCB color RGB value is (251,187,203).

  • red value is 251;
  • green value is 187;
  • blue value is 203.
RGB:
(251,187,203)
(98%,73%,80%)

RGB channels and saturation

R 251 of 255 = 98%
G 187 of 255 = 73%
B 203 of 255 = 80%

251
187
203

R + G + B ~ 84%. #FBBBCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 187 + 203 = 641 (100%)
R 251 of 641 ~ 39.16%
G 187 of 641 ~ 29.17%
B 203 of 641 ~ 31.67%

%39.16
%29.17
%31.67

CMYK color model

#FBBBCB color CMYK value is (0,25,19,2).

  • cyan value is 0.00%
  • magenta value is 25.50%
  • yellow value is 19.12%
  • key color value is 1.57%
CMYK:
(0,25,19,2)
C0M25Y19K2 
(0%,25%,19%,2%)
(0.00/0.25/0.19/0.02)	

CMYK percentages

%0
%25.5
%19.12
%1.57

Codes

Color #FBBBCB in popluar color models

FBBBCB
RGB251187203
HSL345°88.89%85.88%
HSB/HSV345°25.50%98.43%
CMYK0.00%25.50%19.12%
1.57%

Color #FBBBCB in popluar number systems.

HEXFBBBCB
Decimal251187203
Binary111110111011101111001011
Octal373273313

Shades and tints

Shades of #FBBBCB

#FBBBCB
(251,187,203)
#E5AAB9
(229,170,185)
#CF99A7
(207,153,167)
#B98895
(185,136,149)
#A37783
(163,119,131)
#8D6671
(141,102,113)
#77555F
(119,85,95)
#61444D
(97,68,77)
#4B333B
(75,51,59)
#352229
(53,34,41)
#1F1117
(31,17,23)
#000000
(0,0,0)

Tints of #FBBBCB

#FBBBCB
(251,187,203)
#FBC1CF
(251,193,207)
#FBC7D3
(251,199,211)
#FBCDD7
(251,205,215)
#FBD3DB
(251,211,219)
#FBD9DF
(251,217,223)
#FBDFE3
(251,223,227)
#FBE5E7
(251,229,231)
#FBEBEB
(251,235,235)
#FBF1EF
(251,241,239)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBBBCB color. Also use rgb(251,187,203) instead hex code.

Text Font Color

.myTextColor { color: #FBBBCB; }

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

This text font color is #FBBBCB.


Background Color

.myBgColor { background-color: #FBBBCB; }

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

This div background color is #FBBBCB.


Border color

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

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

This div border color is #FBBBCB.


Opacity

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

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

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

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

This text has shadow with #FBBBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBBBCB on black background.


Color preview on white background

This text has color #FBBBCB on white background.



Black color preview on #FBBBCB background

This text has black color on #FBBBCB background.


White color preview on #FBBBCB background

This text has white color on #FBBBCB background.