COLOR #FBA8BD

HEX: #FBA8BD
RGB: (251,168,189)

Color info

#FBA8BD contains mainly red color. Web safe color of #FBA8BD is #FF99CC (or #F9C).

RGB color model

#FBA8BD color RGB value is (251,168,189).

  • red value is 251;
  • green value is 168;
  • blue value is 189.
RGB:
(251,168,189)
(98%,66%,74%)

RGB channels and saturation

R 251 of 255 = 98%
G 168 of 255 = 66%
B 189 of 255 = 74%

251
168
189

R + G + B ~ 79%. #FBA8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 168 + 189 = 608 (100%)
R 251 of 608 ~ 41.28%
G 168 of 608 ~ 27.63%
B 189 of 608 ~ 31.09%

%41.28
%27.63
%31.09

CMYK color model

#FBA8BD color CMYK value is (0,33,25,2).

  • cyan value is 0.00%
  • magenta value is 33.07%
  • yellow value is 24.70%
  • key color value is 1.57%
CMYK:
(0,33,25,2)
C0M33Y25K2 
(0%,33%,25%,2%)
(0.00/0.33/0.25/0.02)	

CMYK percentages

%0
%33.07
%24.7
%1.57

Codes

Color #FBA8BD in popluar color models

FBA8BD
RGB251168189
HSL345°91.21%82.16%
HSB/HSV345°33.07%98.43%
CMYK0.00%33.07%24.70%
1.57%

Color #FBA8BD in popluar number systems.

HEXFBA8BD
Decimal251168189
Binary111110111010100010111101
Octal373250275

Shades and tints

Shades of #FBA8BD

#FBA8BD
(251,168,189)
#E599AC
(229,153,172)
#CF8A9B
(207,138,155)
#B97B8A
(185,123,138)
#A36C79
(163,108,121)
#8D5D68
(141,93,104)
#774E57
(119,78,87)
#613F46
(97,63,70)
#4B3035
(75,48,53)
#352124
(53,33,36)
#1F1213
(31,18,19)
#000000
(0,0,0)

Tints of #FBA8BD

#FBA8BD
(251,168,189)
#FBAFC3
(251,175,195)
#FBB6C9
(251,182,201)
#FBBDCF
(251,189,207)
#FBC4D5
(251,196,213)
#FBCBDB
(251,203,219)
#FBD2E1
(251,210,225)
#FBD9E7
(251,217,231)
#FBE0ED
(251,224,237)
#FBE7F3
(251,231,243)
#FBEEF9
(251,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBA8BD color. Also use rgb(251,168,189) instead hex code.

Text Font Color

.myTextColor { color: #FBA8BD; }

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

This text font color is #FBA8BD.


Background Color

.myBgColor { background-color: #FBA8BD; }

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

This div background color is #FBA8BD.


Border color

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

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

This div border color is #FBA8BD.


Opacity

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

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

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

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

This text has shadow with #FBA8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA8BD on black background.


Color preview on white background

This text has color #FBA8BD on white background.



Black color preview on #FBA8BD background

This text has black color on #FBA8BD background.


White color preview on #FBA8BD background

This text has white color on #FBA8BD background.