COLOR #FBB3CC

HEX: #FBB3CC
RGB: (251,179,204)

Color info

#FBB3CC contains mainly red and blue colors. Web safe color of #FBB3CC is #FF99CC (or #F9C).

RGB color model

#FBB3CC color RGB value is (251,179,204).

  • red value is 251;
  • green value is 179;
  • blue value is 204.
RGB:
(251,179,204)
(98%,70%,80%)

RGB channels and saturation

R 251 of 255 = 98%
G 179 of 255 = 70%
B 204 of 255 = 80%

251
179
204

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

Portions of RGB colors in percentages

R + G + B =
251 + 179 + 204 = 634 (100%)
R 251 of 634 ~ 39.59%
G 179 of 634 ~ 28.23%
B 204 of 634 ~ 32.18%

%39.59
%28.23
%32.18

CMYK color model

#FBB3CC color CMYK value is (0,29,19,2).

  • cyan value is 0.00%
  • magenta value is 28.69%
  • yellow value is 18.73%
  • key color value is 1.57%
CMYK:
(0,29,19,2)
C0M29Y19K2 
(0%,29%,19%,2%)
(0.00/0.29/0.19/0.02)	

CMYK percentages

%0
%28.69
%18.73
%1.57

Codes

Color #FBB3CC in popluar color models

FBB3CC
RGB251179204
HSL339°90.00%84.31%
HSB/HSV339°28.69%98.43%
CMYK0.00%28.69%18.73%
1.57%

Color #FBB3CC in popluar number systems.

HEXFBB3CC
Decimal251179204
Binary111110111011001111001100
Octal373263314

Shades and tints

Shades of #FBB3CC

#FBB3CC
(251,179,204)
#E5A3BA
(229,163,186)
#CF93A8
(207,147,168)
#B98396
(185,131,150)
#A37384
(163,115,132)
#8D6372
(141,99,114)
#775360
(119,83,96)
#61434E
(97,67,78)
#4B333C
(75,51,60)
#35232A
(53,35,42)
#1F1318
(31,19,24)
#000000
(0,0,0)

Tints of #FBB3CC

#FBB3CC
(251,179,204)
#FBB9D0
(251,185,208)
#FBBFD4
(251,191,212)
#FBC5D8
(251,197,216)
#FBCBDC
(251,203,220)
#FBD1E0
(251,209,224)
#FBD7E4
(251,215,228)
#FBDDE8
(251,221,232)
#FBE3EC
(251,227,236)
#FBE9F0
(251,233,240)
#FBEFF4
(251,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB3CC color. Also use rgb(251,179,204) instead hex code.

Text Font Color

.myTextColor { color: #FBB3CC; }

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

This text font color is #FBB3CC.


Background Color

.myBgColor { background-color: #FBB3CC; }

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

This div background color is #FBB3CC.


Border color

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

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

This div border color is #FBB3CC.


Opacity

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

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

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

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

This text has shadow with #FBB3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB3CC on black background.


Color preview on white background

This text has color #FBB3CC on white background.



Black color preview on #FBB3CC background

This text has black color on #FBB3CC background.


White color preview on #FBB3CC background

This text has white color on #FBB3CC background.