COLOR #FBC5D3

HEX: #FBC5D3 RGB: (251,197,211)

Color info

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

RGB color model

#FBC5D3 color RGB value is (251,197,211).

RGB: (251,197,211) (98%, 77%, 83%)

RGB channels and saturation

R 251 of 255 = 98%
G 197 of 255 = 77%
B 211 of 255 = 83%

251
197
211

R + G + B ~ 86%. #FBC5D3 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 197 + 211 = 659 (100%)
R 251 of 659 ~ 38.09%
G 197 of 659 ~ 29.89%
B 211 of 659 ~ 32.02'%

%38.09
%29.89
%32.02

CMYK color model

#FBC5D3 color CMYK value is (0,22,16,2).

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

CMYK: (0,22,16,2)
C0M22Y16K2 (0%, 22%, 16%, 2%)
(0.00 / 0.22 / 0.16 / 0.02)

CMYK percentages

%0
%21.51
%15.94
%1.57

Codes

Color #FBC5D3 in popluar color models

FB C5 D3
RGB 251 197 211
HSL 344° 87.10% 87.84%
HSB/HSV 344° 21.51% 98.43%
CMYK 0.00% 21.51% 15.94%
1.57%

Color #FBC5D3 in popluar number systems.

HEX FB C5 D3
Decimal 251 197 211
Binary 11111011 11000101 11010011
Octal 373 305 323

Shades and tints

Shades of #FBC5D3

#FBC5D3
(251,197,211)
#E5B4C0
(229,180,192)
#CFA3AD
(207,163,173)
#B9929A
(185,146,154)
#A38187
(163,129,135)
#8D7074
(141,112,116)
#775F61
(119,95,97)
#614E4E
(97,78,78)
#4B3D3B
(75,61,59)
#352C28
(53,44,40)
#1F1B15
(31,27,21)
#000000
(0,0,0)

Tints of #FBC5D3

#FBC5D3
(251,197,211)
#FBCAD7
(251,202,215)
#FBCFDB
(251,207,219)
#FBD4DF
(251,212,223)
#FBD9E3
(251,217,227)
#FBDEE7
(251,222,231)
#FBE3EB
(251,227,235)
#FBE8EF
(251,232,239)
#FBEDF3
(251,237,243)
#FBF2F7
(251,242,247)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC5D3; }

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

This text font color is #FBC5D3.

Background Color

.myBgColor { background-color: #FBC5D3; }

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

This div background color is #FBC5D3.

Border color

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

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

This div border color is #FBC5D3.

Opacity

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

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

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

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

This text has shadow with #FBC5D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC5D3.

Preview

Color preview on black background

This text has color #FBC5D3 on black background.


Color preview on white background

This text has color #FBC5D3 on white background.


Black color preview on #FBC5D3 background

This text has black color on #FBC5D3 background.


White color preview on #FBC5D3 background

This text has white color on #FBC5D3 background.


Related colors

Complementary color

Complementary color for #hex is #043A2C.


I love getcolorcode.com

Triadic colors

1 #D3FBC5 and #C5D3FB with #FBC5D3 are triadic colors.

2 #D3C5FB and #C5FBD3 with #FBC5D3 are triadic colors.