COLOR #FBBABC

HEX: #FBBABC RGB: (251,186,188)

Color info

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

RGB color model

#FBBABC color RGB value is (251,186,188).

RGB: (251,186,188) (98%, 73%, 74%)

RGB channels and saturation

R 251 of 255 = 98%
G 186 of 255 = 73%
B 188 of 255 = 74%

251
186
188

R + G + B ~ 82%. #FBBABC is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 186 + 188 = 625 (100%)
R 251 of 625 ~ 40.16%
G 186 of 625 ~ 29.76%
B 188 of 625 ~ 30.08'%

%40.16
%29.76
%30.08

CMYK color model

#FBBABC color CMYK value is (0,26,25,2).

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

CMYK: (0,26,25,2)
C0M26Y25K2 (0%, 26%, 25%, 2%)
(0.00 / 0.26 / 0.25 / 0.02)

CMYK percentages

%0
%25.9
%25.1
%1.57

Codes

Color #FBBABC in popluar color models

FB BA BC
RGB 251 186 188
HSL 358° 89.04% 85.69%
HSB/HSV 358° 25.90% 98.43%
CMYK 0.00% 25.90% 25.10%
1.57%

Color #FBBABC in popluar number systems.

HEX FB BA BC
Decimal 251 186 188
Binary 11111011 10111010 10111100
Octal 373 272 274

Shades and tints

Shades of #FBBABC

#FBBABC
(251,186,188)
#E5AAAB
(229,170,171)
#CF9A9A
(207,154,154)
#B98A89
(185,138,137)
#A37A78
(163,122,120)
#8D6A67
(141,106,103)
#775A56
(119,90,86)
#614A45
(97,74,69)
#4B3A34
(75,58,52)
#352A23
(53,42,35)
#1F1A12
(31,26,18)
#000000
(0,0,0)

Tints of #FBBABC

#FBBABC
(251,186,188)
#FBC0C2
(251,192,194)
#FBC6C8
(251,198,200)
#FBCCCE
(251,204,206)
#FBD2D4
(251,210,212)
#FBD8DA
(251,216,218)
#FBDEE0
(251,222,224)
#FBE4E6
(251,228,230)
#FBEAEC
(251,234,236)
#FBF0F2
(251,240,242)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBBABC; }

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

This text font color is #FBBABC.

Background Color

.myBgColor { background-color: #FBBABC; }

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

This div background color is #FBBABC.

Border color

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

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

This div border color is #FBBABC.

Opacity

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

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

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

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

This text has shadow with #FBBABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBBABC.

Preview

Color preview on black background

This text has color #FBBABC on black background.


Color preview on white background

This text has color #FBBABC on white background.


Black color preview on #FBBABC background

This text has black color on #FBBABC background.


White color preview on #FBBABC background

This text has white color on #FBBABC background.


Related colors

Complementary color

Complementary color for #hex is #044543.


I love getcolorcode.com

Triadic colors

1 #BCFBBA and #BABCFB with #FBBABC are triadic colors.

2 #BCBAFB and #BAFBBC with #FBBABC are triadic colors.