COLOR #FBB6BC

HEX: #FBB6BC RGB: (251,182,188)

Color info

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

RGB color model

#FBB6BC color RGB value is (251,182,188).

RGB: (251,182,188) (98%, 71%, 74%)

RGB channels and saturation

R 251 of 255 = 98%
G 182 of 255 = 71%
B 188 of 255 = 74%

251
182
188

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

Portions of RGB colors in percentages

R + G + B = 251 + 182 + 188 = 621 (100%)
R 251 of 621 ~ 40.42%
G 182 of 621 ~ 29.31%
B 188 of 621 ~ 30.27'%

%40.42
%29.31
%30.27

CMYK color model

#FBB6BC color CMYK value is (0,27,25,2).

  • cyan value is 0.00%
  • magenta value is 27.49%
  • yellow value is 25.10%
  • key color value is 1.57%

CMYK: (0,27,25,2)
C0M27Y25K2 (0%, 27%, 25%, 2%)
(0.00 / 0.27 / 0.25 / 0.02)

CMYK percentages

%0
%27.49
%25.1
%1.57

Codes

Color #FBB6BC in popluar color models

FB B6 BC
RGB 251 182 188
HSL 355° 89.61% 84.90%
HSB/HSV 355° 27.49% 98.43%
CMYK 0.00% 27.49% 25.10%
1.57%

Color #FBB6BC in popluar number systems.

HEX FB B6 BC
Decimal 251 182 188
Binary 11111011 10110110 10111100
Octal 373 266 274

Shades and tints

Shades of #FBB6BC

#FBB6BC
(251,182,188)
#E5A6AB
(229,166,171)
#CF969A
(207,150,154)
#B98689
(185,134,137)
#A37678
(163,118,120)
#8D6667
(141,102,103)
#775656
(119,86,86)
#614645
(97,70,69)
#4B3634
(75,54,52)
#352623
(53,38,35)
#1F1612
(31,22,18)
#000000
(0,0,0)

Tints of #FBB6BC

#FBB6BC
(251,182,188)
#FBBCC2
(251,188,194)
#FBC2C8
(251,194,200)
#FBC8CE
(251,200,206)
#FBCED4
(251,206,212)
#FBD4DA
(251,212,218)
#FBDAE0
(251,218,224)
#FBE0E6
(251,224,230)
#FBE6EC
(251,230,236)
#FBECF2
(251,236,242)
#FBF2F8
(251,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB6BC color. Also use rgb(251,182,188) instead hex code.

Text Font Color

.myTextColor { color: #FBB6BC; }

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

This text font color is #FBB6BC.

Background Color

.myBgColor { background-color: #FBB6BC; }

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

This div background color is #FBB6BC.

Border color

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

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

This div border color is #FBB6BC.

Opacity

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

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

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

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

This text has shadow with #FBB6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBB6BC.

Preview

Color preview on black background

This text has color #FBB6BC on black background.


Color preview on white background

This text has color #FBB6BC on white background.


Black color preview on #FBB6BC background

This text has black color on #FBB6BC background.


White color preview on #FBB6BC background

This text has white color on #FBB6BC background.


Related colors

Complementary color

Complementary color for #hex is #044943.


I love getcolorcode.com

Triadic colors

1 #BCFBB6 and #B6BCFB with #FBB6BC are triadic colors.

2 #BCB6FB and #B6FBBC with #FBB6BC are triadic colors.