COLOR #FBA8C7

HEX: #FBA8C7 RGB: (251,168,199)

Color info

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

RGB color model

#FBA8C7 color RGB value is (251,168,199).

RGB: (251,168,199) (98%, 66%, 78%)

RGB channels and saturation

R 251 of 255 = 98%
G 168 of 255 = 66%
B 199 of 255 = 78%

251
168
199

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

Portions of RGB colors in percentages

R + G + B = 251 + 168 + 199 = 618 (100%)
R 251 of 618 ~ 40.61%
G 168 of 618 ~ 27.18%
B 199 of 618 ~ 32.2'%

%40.61
%27.18
%32.2

CMYK color model

#FBA8C7 color CMYK value is (0,33,21,2).

  • cyan value is 0.00%
  • magenta value is 33.07%
  • yellow value is 20.72%
  • key color value is 1.57%

CMYK: (0,33,21,2)
C0M33Y21K2 (0%, 33%, 21%, 2%)
(0.00 / 0.33 / 0.21 / 0.02)

CMYK percentages

%0
%33.07
%20.72
%1.57

Codes

Color #FBA8C7 in popluar color models

FB A8 C7
RGB 251 168 199
HSL 338° 91.21% 82.16%
HSB/HSV 338° 33.07% 98.43%
CMYK 0.00% 33.07% 20.72%
1.57%

Color #FBA8C7 in popluar number systems.

HEX FB A8 C7
Decimal 251 168 199
Binary 11111011 10101000 11000111
Octal 373 250 307

Shades and tints

Shades of #FBA8C7

#FBA8C7
(251,168,199)
#E599B5
(229,153,181)
#CF8AA3
(207,138,163)
#B97B91
(185,123,145)
#A36C7F
(163,108,127)
#8D5D6D
(141,93,109)
#774E5B
(119,78,91)
#613F49
(97,63,73)
#4B3037
(75,48,55)
#352125
(53,33,37)
#1F1213
(31,18,19)
#000000
(0,0,0)

Tints of #FBA8C7

#FBA8C7
(251,168,199)
#FBAFCC
(251,175,204)
#FBB6D1
(251,182,209)
#FBBDD6
(251,189,214)
#FBC4DB
(251,196,219)
#FBCBE0
(251,203,224)
#FBD2E5
(251,210,229)
#FBD9EA
(251,217,234)
#FBE0EF
(251,224,239)
#FBE7F4
(251,231,244)
#FBEEF9
(251,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBA8C7; }

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

This text font color is #FBA8C7.

Background Color

.myBgColor { background-color: #FBA8C7; }

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

This div background color is #FBA8C7.

Border color

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

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

This div border color is #FBA8C7.

Opacity

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

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

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

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

This text has shadow with #FBA8C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBA8C7.

Preview

Color preview on black background

This text has color #FBA8C7 on black background.


Color preview on white background

This text has color #FBA8C7 on white background.


Black color preview on #FBA8C7 background

This text has black color on #FBA8C7 background.


White color preview on #FBA8C7 background

This text has white color on #FBA8C7 background.


Related colors

Complementary color

Complementary color for #hex is #045738.


I love getcolorcode.com

Triadic colors

1 #C7FBA8 and #A8C7FB with #FBA8C7 are triadic colors.

2 #C7A8FB and #A8FBC7 with #FBA8C7 are triadic colors.