COLOR #FBA6C0

HEX: #FBA6C0 RGB: (251,166,192)

Color info

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

RGB color model

#FBA6C0 color RGB value is (251,166,192).

RGB: (251,166,192) (98%, 65%, 75%)

RGB channels and saturation

R 251 of 255 = 98%
G 166 of 255 = 65%
B 192 of 255 = 75%

251
166
192

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

Portions of RGB colors in percentages

R + G + B = 251 + 166 + 192 = 609 (100%)
R 251 of 609 ~ 41.22%
G 166 of 609 ~ 27.26%
B 192 of 609 ~ 31.53'%

%41.22
%27.26
%31.53

CMYK color model

#FBA6C0 color CMYK value is (0,34,24,2).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 23.51%
  • key color value is 1.57%

CMYK: (0,34,24,2)
C0M34Y24K2 (0%, 34%, 24%, 2%)
(0.00 / 0.34 / 0.24 / 0.02)

CMYK percentages

%0
%33.86
%23.51
%1.57

Codes

Color #FBA6C0 in popluar color models

FB A6 C0
RGB 251 166 192
HSL 342° 91.40% 81.76%
HSB/HSV 342° 33.86% 98.43%
CMYK 0.00% 33.86% 23.51%
1.57%

Color #FBA6C0 in popluar number systems.

HEX FB A6 C0
Decimal 251 166 192
Binary 11111011 10100110 11000000
Octal 373 246 300

Shades and tints

Shades of #FBA6C0

#FBA6C0
(251,166,192)
#E597AF
(229,151,175)
#CF889E
(207,136,158)
#B9798D
(185,121,141)
#A36A7C
(163,106,124)
#8D5B6B
(141,91,107)
#774C5A
(119,76,90)
#613D49
(97,61,73)
#4B2E38
(75,46,56)
#351F27
(53,31,39)
#1F1016
(31,16,22)
#000000
(0,0,0)

Tints of #FBA6C0

#FBA6C0
(251,166,192)
#FBAEC5
(251,174,197)
#FBB6CA
(251,182,202)
#FBBECF
(251,190,207)
#FBC6D4
(251,198,212)
#FBCED9
(251,206,217)
#FBD6DE
(251,214,222)
#FBDEE3
(251,222,227)
#FBE6E8
(251,230,232)
#FBEEED
(251,238,237)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBA6C0 color. Also use rgb(251,166,192) instead hex code.

Text Font Color

.myTextColor { color: #FBA6C0; }

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

This text font color is #FBA6C0.

Background Color

.myBgColor { background-color: #FBA6C0; }

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

This div background color is #FBA6C0.

Border color

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

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

This div border color is #FBA6C0.

Opacity

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

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

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

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

This text has shadow with #FBA6C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBA6C0.

Preview

Color preview on black background

This text has color #FBA6C0 on black background.


Color preview on white background

This text has color #FBA6C0 on white background.


Black color preview on #FBA6C0 background

This text has black color on #FBA6C0 background.


White color preview on #FBA6C0 background

This text has white color on #FBA6C0 background.


Related colors

Complementary color

Complementary color for #hex is #04593F.


I love getcolorcode.com

Triadic colors

1 #C0FBA6 and #A6C0FB with #FBA6C0 are triadic colors.

2 #C0A6FB and #A6FBC0 with #FBA6C0 are triadic colors.