COLOR #FBCBD6

HEX: #FBCBD6
RGB: (251,203,214)

Color info

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

RGB color model

#FBCBD6 color RGB value is (251,203,214).

  • red value is 251;
  • green value is 203;
  • blue value is 214.
RGB:
(251,203,214)
(98%,80%,84%)

RGB channels and saturation

R 251 of 255 = 98%
G 203 of 255 = 80%
B 214 of 255 = 84%

251
203
214

R + G + B ~ 87%. #FBCBD6 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 203 + 214 = 668 (100%)
R 251 of 668 ~ 37.57%
G 203 of 668 ~ 30.39%
B 214 of 668 ~ 32.04%

%37.57
%30.39
%32.04

CMYK color model

#FBCBD6 color CMYK value is (0,19,15,2).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 14.74%
  • key color value is 1.57%
CMYK:
(0,19,15,2)
C0M19Y15K2 
(0%,19%,15%,2%)
(0.00/0.19/0.15/0.02)	

CMYK percentages

%0
%19.12
%14.74
%1.57

Codes

Color #FBCBD6 in popluar color models

FBCBD6
RGB251203214
HSL346°85.71%89.02%
HSB/HSV346°19.12%98.43%
CMYK0.00%19.12%14.74%
1.57%

Color #FBCBD6 in popluar number systems.

HEXFBCBD6
Decimal251203214
Binary111110111100101111010110
Octal373313326

Shades and tints

Shades of #FBCBD6

#FBCBD6
(251,203,214)
#E5B9C3
(229,185,195)
#CFA7B0
(207,167,176)
#B9959D
(185,149,157)
#A3838A
(163,131,138)
#8D7177
(141,113,119)
#775F64
(119,95,100)
#614D51
(97,77,81)
#4B3B3E
(75,59,62)
#35292B
(53,41,43)
#1F1718
(31,23,24)
#000000
(0,0,0)

Tints of #FBCBD6

#FBCBD6
(251,203,214)
#FBCFD9
(251,207,217)
#FBD3DC
(251,211,220)
#FBD7DF
(251,215,223)
#FBDBE2
(251,219,226)
#FBDFE5
(251,223,229)
#FBE3E8
(251,227,232)
#FBE7EB
(251,231,235)
#FBEBEE
(251,235,238)
#FBEFF1
(251,239,241)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCBD6; }

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

This text font color is #FBCBD6.


Background Color

.myBgColor { background-color: #FBCBD6; }

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

This div background color is #FBCBD6.


Border color

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

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

This div border color is #FBCBD6.


Opacity

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

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

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

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

This text has shadow with #FBCBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCBD6 on black background.


Color preview on white background

This text has color #FBCBD6 on white background.



Black color preview on #FBCBD6 background

This text has black color on #FBCBD6 background.


White color preview on #FBCBD6 background

This text has white color on #FBCBD6 background.