COLOR #FBA6CB

HEX: #FBA6CB RGB: (251,166,203)

Color info

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

RGB color model

#FBA6CB color RGB value is (251,166,203).

RGB: (251,166,203) (98%, 65%, 80%)

RGB channels and saturation

R 251 of 255 = 98%
G 166 of 255 = 65%
B 203 of 255 = 80%

251
166
203

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

Portions of RGB colors in percentages

R + G + B = 251 + 166 + 203 = 620 (100%)
R 251 of 620 ~ 40.48%
G 166 of 620 ~ 26.77%
B 203 of 620 ~ 32.74'%

%40.48
%26.77
%32.74

CMYK color model

#FBA6CB color CMYK value is (0,34,19,2).

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

CMYK: (0,34,19,2)
C0M34Y19K2 (0%, 34%, 19%, 2%)
(0.00 / 0.34 / 0.19 / 0.02)

CMYK percentages

%0
%33.86
%19.12
%1.57

Codes

Color #FBA6CB in popluar color models

FB A6 CB
RGB 251 166 203
HSL 334° 91.40% 81.76%
HSB/HSV 334° 33.86% 98.43%
CMYK 0.00% 33.86% 19.12%
1.57%

Color #FBA6CB in popluar number systems.

HEX FB A6 CB
Decimal 251 166 203
Binary 11111011 10100110 11001011
Octal 373 246 313

Shades and tints

Shades of #FBA6CB

#FBA6CB
(251,166,203)
#E597B9
(229,151,185)
#CF88A7
(207,136,167)
#B97995
(185,121,149)
#A36A83
(163,106,131)
#8D5B71
(141,91,113)
#774C5F
(119,76,95)
#613D4D
(97,61,77)
#4B2E3B
(75,46,59)
#351F29
(53,31,41)
#1F1017
(31,16,23)
#000000
(0,0,0)

Tints of #FBA6CB

#FBA6CB
(251,166,203)
#FBAECF
(251,174,207)
#FBB6D3
(251,182,211)
#FBBED7
(251,190,215)
#FBC6DB
(251,198,219)
#FBCEDF
(251,206,223)
#FBD6E3
(251,214,227)
#FBDEE7
(251,222,231)
#FBE6EB
(251,230,235)
#FBEEEF
(251,238,239)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBA6CB; }

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

This text font color is #FBA6CB.

Background Color

.myBgColor { background-color: #FBA6CB; }

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

This div background color is #FBA6CB.

Border color

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

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

This div border color is #FBA6CB.

Opacity

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

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

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

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

This text has shadow with #FBA6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBA6CB.

Preview

Color preview on black background

This text has color #FBA6CB on black background.


Color preview on white background

This text has color #FBA6CB on white background.


Black color preview on #FBA6CB background

This text has black color on #FBA6CB background.


White color preview on #FBA6CB background

This text has white color on #FBA6CB background.


Related colors

Complementary color

Complementary color for #hex is #045934.


I love getcolorcode.com

Triadic colors

1 #CBFBA6 and #A6CBFB with #FBA6CB are triadic colors.

2 #CBA6FB and #A6FBCB with #FBA6CB are triadic colors.