COLOR #FBB8CC

HEX: #FBB8CC
RGB: (251,184,204)

Color info

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

RGB color model

#FBB8CC color RGB value is (251,184,204).

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

RGB channels and saturation

R 251 of 255 = 98%
G 184 of 255 = 72%
B 204 of 255 = 80%

251
184
204

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

Portions of RGB colors in percentages

R + G + B =
251 + 184 + 204 = 639 (100%)
R 251 of 639 ~ 39.28%
G 184 of 639 ~ 28.79%
B 204 of 639 ~ 31.92%

%39.28
%28.79
%31.92

CMYK color model

#FBB8CC color CMYK value is (0,27,19,2).

  • cyan value is 0.00%
  • magenta value is 26.69%
  • yellow value is 18.73%
  • key color value is 1.57%
CMYK:
(0,27,19,2)
C0M27Y19K2 
(0%,27%,19%,2%)
(0.00/0.27/0.19/0.02)	

CMYK percentages

%0
%26.69
%18.73
%1.57

Codes

Color #FBB8CC in popluar color models

FBB8CC
RGB251184204
HSL342°89.33%85.29%
HSB/HSV342°26.69%98.43%
CMYK0.00%26.69%18.73%
1.57%

Color #FBB8CC in popluar number systems.

HEXFBB8CC
Decimal251184204
Binary111110111011100011001100
Octal373270314

Shades and tints

Shades of #FBB8CC

#FBB8CC
(251,184,204)
#E5A8BA
(229,168,186)
#CF98A8
(207,152,168)
#B98896
(185,136,150)
#A37884
(163,120,132)
#8D6872
(141,104,114)
#775860
(119,88,96)
#61484E
(97,72,78)
#4B383C
(75,56,60)
#35282A
(53,40,42)
#1F1818
(31,24,24)
#000000
(0,0,0)

Tints of #FBB8CC

#FBB8CC
(251,184,204)
#FBBED0
(251,190,208)
#FBC4D4
(251,196,212)
#FBCAD8
(251,202,216)
#FBD0DC
(251,208,220)
#FBD6E0
(251,214,224)
#FBDCE4
(251,220,228)
#FBE2E8
(251,226,232)
#FBE8EC
(251,232,236)
#FBEEF0
(251,238,240)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBB8CC; }

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

This text font color is #FBB8CC.


Background Color

.myBgColor { background-color: #FBB8CC; }

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

This div background color is #FBB8CC.


Border color

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

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

This div border color is #FBB8CC.


Opacity

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

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

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

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

This text has shadow with #FBB8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB8CC on black background.


Color preview on white background

This text has color #FBB8CC on white background.



Black color preview on #FBB8CC background

This text has black color on #FBB8CC background.


White color preview on #FBB8CC background

This text has white color on #FBB8CC background.