COLOR #FBC5CB

HEX: #FBC5CB RGB: (251,197,203)

Color info

#FBC5CB contains red, green and blue colors in about the same proportion. Web safe color of #FBC5CB is #FFCCCC (or #FCC).

RGB color model

#FBC5CB color RGB value is (251,197,203).

RGB: (251,197,203) (98%, 77%, 80%)

RGB channels and saturation

R 251 of 255 = 98%
G 197 of 255 = 77%
B 203 of 255 = 80%

251
197
203

R + G + B ~ 85%. #FBC5CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 197 + 203 = 651 (100%)
R 251 of 651 ~ 38.56%
G 197 of 651 ~ 30.26%
B 203 of 651 ~ 31.18'%

%38.56
%30.26
%31.18

CMYK color model

#FBC5CB color CMYK value is (0,22,19,2).

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

CMYK: (0,22,19,2)
C0M22Y19K2 (0%, 22%, 19%, 2%)
(0.00 / 0.22 / 0.19 / 0.02)

CMYK percentages

%0
%21.51
%19.12
%1.57

Codes

Color #FBC5CB in popluar color models

FB C5 CB
RGB 251 197 203
HSL 353° 87.10% 87.84%
HSB/HSV 353° 21.51% 98.43%
CMYK 0.00% 21.51% 19.12%
1.57%

Color #FBC5CB in popluar number systems.

HEX FB C5 CB
Decimal 251 197 203
Binary 11111011 11000101 11001011
Octal 373 305 313

Shades and tints

Shades of #FBC5CB

#FBC5CB
(251,197,203)
#E5B4B9
(229,180,185)
#CFA3A7
(207,163,167)
#B99295
(185,146,149)
#A38183
(163,129,131)
#8D7071
(141,112,113)
#775F5F
(119,95,95)
#614E4D
(97,78,77)
#4B3D3B
(75,61,59)
#352C29
(53,44,41)
#1F1B17
(31,27,23)
#000000
(0,0,0)

Tints of #FBC5CB

#FBC5CB
(251,197,203)
#FBCACF
(251,202,207)
#FBCFD3
(251,207,211)
#FBD4D7
(251,212,215)
#FBD9DB
(251,217,219)
#FBDEDF
(251,222,223)
#FBE3E3
(251,227,227)
#FBE8E7
(251,232,231)
#FBEDEB
(251,237,235)
#FBF2EF
(251,242,239)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC5CB; }

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

This text font color is #FBC5CB.

Background Color

.myBgColor { background-color: #FBC5CB; }

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

This div background color is #FBC5CB.

Border color

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

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

This div border color is #FBC5CB.

Opacity

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

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

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

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

This text has shadow with #FBC5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC5CB.

Preview

Color preview on black background

This text has color #FBC5CB on black background.


Color preview on white background

This text has color #FBC5CB on white background.


Black color preview on #FBC5CB background

This text has black color on #FBC5CB background.


White color preview on #FBC5CB background

This text has white color on #FBC5CB background.


Related colors

Complementary color

Complementary color for #hex is #043A34.


I love getcolorcode.com

Triadic colors

1 #CBFBC5 and #C5CBFB with #FBC5CB are triadic colors.

2 #CBC5FB and #C5FBCB with #FBC5CB are triadic colors.