COLOR #FBCBD5

HEX: #FBCBD5 RGB: (251,203,213)

Color info

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

RGB color model

#FBCBD5 color RGB value is (251,203,213).

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

RGB channels and saturation

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

251
203
213

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

Portions of RGB colors in percentages

R + G + B = 251 + 203 + 213 = 667 (100%)
R 251 of 667 ~ 37.63%
G 203 of 667 ~ 30.43%
B 213 of 667 ~ 31.93'%

%37.63
%30.43
%31.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 15.14%
  • 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
%15.14
%1.57

Codes

Color #FBCBD5 in popluar color models

FB CB D5
RGB 251 203 213
HSL 348° 85.71% 89.02%
HSB/HSV 348° 19.12% 98.43%
CMYK 0.00% 19.12% 15.14%
1.57%

Color #FBCBD5 in popluar number systems.

HEX FB CB D5
Decimal 251 203 213
Binary 11111011 11001011 11010101
Octal 373 313 325

Shades and tints

Shades of #FBCBD5

#FBCBD5
(251,203,213)
#E5B9C2
(229,185,194)
#CFA7AF
(207,167,175)
#B9959C
(185,149,156)
#A38389
(163,131,137)
#8D7176
(141,113,118)
#775F63
(119,95,99)
#614D50
(97,77,80)
#4B3B3D
(75,59,61)
#35292A
(53,41,42)
#1F1717
(31,23,23)
#000000
(0,0,0)

Tints of #FBCBD5

#FBCBD5
(251,203,213)
#FBCFD8
(251,207,216)
#FBD3DB
(251,211,219)
#FBD7DE
(251,215,222)
#FBDBE1
(251,219,225)
#FBDFE4
(251,223,228)
#FBE3E7
(251,227,231)
#FBE7EA
(251,231,234)
#FBEBED
(251,235,237)
#FBEFF0
(251,239,240)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCBD5; }

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

This text font color is #FBCBD5.

Background Color

.myBgColor { background-color: #FBCBD5; }

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

This div background color is #FBCBD5.

Border color

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

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

This div border color is #FBCBD5.

Opacity

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

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

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

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

This text has shadow with #FBCBD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBCBD5.

Preview

Color preview on black background

This text has color #FBCBD5 on black background.


Color preview on white background

This text has color #FBCBD5 on white background.


Black color preview on #FBCBD5 background

This text has black color on #FBCBD5 background.


White color preview on #FBCBD5 background

This text has white color on #FBCBD5 background.


Related colors

Complementary color

Complementary color for #hex is #04342A.


I love getcolorcode.com

Triadic colors

1 #D5FBCB and #CBD5FB with #FBCBD5 are triadic colors.

2 #D5CBFB and #CBFBD5 with #FBCBD5 are triadic colors.