COLOR #FBCBD7

HEX: #FBCBD7 RGB: (251,203,215)

Color info

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

RGB color model

#FBCBD7 color RGB value is (251,203,215).

RGB: (251,203,215) (98%, 80%, 84%)

RGB channels and saturation

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

251
203
215

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

Portions of RGB colors in percentages

R + G + B = 251 + 203 + 215 = 669 (100%)
R 251 of 669 ~ 37.52%
G 203 of 669 ~ 30.34%
B 215 of 669 ~ 32.14'%

%37.52
%30.34
%32.14

CMYK color model

#FBCBD7 color CMYK value is (0,19,14,2).

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

CMYK: (0,19,14,2)
C0M19Y14K2 (0%, 19%, 14%, 2%)
(0.00 / 0.19 / 0.14 / 0.02)

CMYK percentages

%0
%19.12
%14.34
%1.57

Codes

Color #FBCBD7 in popluar color models

FB CB D7
RGB 251 203 215
HSL 345° 85.71% 89.02%
HSB/HSV 345° 19.12% 98.43%
CMYK 0.00% 19.12% 14.34%
1.57%

Color #FBCBD7 in popluar number systems.

HEX FB CB D7
Decimal 251 203 215
Binary 11111011 11001011 11010111
Octal 373 313 327

Shades and tints

Shades of #FBCBD7

#FBCBD7
(251,203,215)
#E5B9C4
(229,185,196)
#CFA7B1
(207,167,177)
#B9959E
(185,149,158)
#A3838B
(163,131,139)
#8D7178
(141,113,120)
#775F65
(119,95,101)
#614D52
(97,77,82)
#4B3B3F
(75,59,63)
#35292C
(53,41,44)
#1F1719
(31,23,25)
#000000
(0,0,0)

Tints of #FBCBD7

#FBCBD7
(251,203,215)
#FBCFDA
(251,207,218)
#FBD3DD
(251,211,221)
#FBD7E0
(251,215,224)
#FBDBE3
(251,219,227)
#FBDFE6
(251,223,230)
#FBE3E9
(251,227,233)
#FBE7EC
(251,231,236)
#FBEBEF
(251,235,239)
#FBEFF2
(251,239,242)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCBD7; }

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

This text font color is #FBCBD7.

Background Color

.myBgColor { background-color: #FBCBD7; }

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

This div background color is #FBCBD7.

Border color

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

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

This div border color is #FBCBD7.

Opacity

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

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

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

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

This text has shadow with #FBCBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBCBD7.

Preview

Color preview on black background

This text has color #FBCBD7 on black background.


Color preview on white background

This text has color #FBCBD7 on white background.


Black color preview on #FBCBD7 background

This text has black color on #FBCBD7 background.


White color preview on #FBCBD7 background

This text has white color on #FBCBD7 background.


Related colors

Complementary color

Complementary color for #hex is #043428.


I love getcolorcode.com

Triadic colors

1 #D7FBCB and #CBD7FB with #FBCBD7 are triadic colors.

2 #D7CBFB and #CBFBD7 with #FBCBD7 are triadic colors.