COLOR #FBCCDB

HEX: #FBCCDB RGB: (251,204,219)

Color info

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

RGB color model

#FBCCDB color RGB value is (251,204,219).

RGB: (251,204,219) (98%, 80%, 86%)

RGB channels and saturation

R 251 of 255 = 98%
G 204 of 255 = 80%
B 219 of 255 = 86%

251
204
219

R + G + B ~ 88%. #FBCCDB is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 204 + 219 = 674 (100%)
R 251 of 674 ~ 37.24%
G 204 of 674 ~ 30.27%
B 219 of 674 ~ 32.49'%

%37.24
%30.27
%32.49

CMYK color model

#FBCCDB color CMYK value is (0,19,13,2).

  • cyan value is 0.00%
  • magenta value is 18.73%
  • yellow value is 12.75%
  • key color value is 1.57%
CMYK: (0,19,13,2) C0M19Y13K2 (0%,19%,13%,2%) (0.00/0.19/0.13/0.02) 

CMYK percentages

%0
%18.73
%12.75
%1.57

Codes

Color #FBCCDB in popluar color models

FB CC DB
RGB 251 204 219
HSL 341° 85.45% 89.22%
HSB/HSV 341° 18.73% 98.43%
CMYK 0.00% 18.73% 12.75%
1.57%

Color #FBCCDB in popluar number systems.

HEX FB CC DB
Decimal 251 204 219
Binary 11111011 11001100 11011011
Octal 373 314 333

Shades and tints

Shades of #FBCCDB

#FBCCDB
(251,204,219)
#E5BAC8
(229,186,200)
#CFA8B5
(207,168,181)
#B996A2
(185,150,162)
#A3848F
(163,132,143)
#8D727C
(141,114,124)
#776069
(119,96,105)
#614E56
(97,78,86)
#4B3C43
(75,60,67)
#352A30
(53,42,48)
#1F181D
(31,24,29)
#000000
(0,0,0)

Tints of #FBCCDB

#FBCCDB
(251,204,219)
#FBD0DE
(251,208,222)
#FBD4E1
(251,212,225)
#FBD8E4
(251,216,228)
#FBDCE7
(251,220,231)
#FBE0EA
(251,224,234)
#FBE4ED
(251,228,237)
#FBE8F0
(251,232,240)
#FBECF3
(251,236,243)
#FBF0F6
(251,240,246)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCCDB color. Also use rgb(251,204,219) instead hex code.

Text Font Color

.myTextColor { color: #FBCCDB; }

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

This text font color is #FBCCDB.

Background Color

.myBgColor { background-color: #FBCCDB; }

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

This div background color is #FBCCDB.

Border color

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

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

This div border color is #FBCCDB.

Opacity

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

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

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

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

This text has shadow with #FBCCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBCCDB.

Preview

Color preview on black background

This text has color #FBCCDB on black background.


Color preview on white background

This text has color #FBCCDB on white background.


Black color preview on #FBCCDB background

This text has black color on #FBCCDB background.


White color preview on #FBCCDB background

This text has white color on #FBCCDB background.


Related colors

Complementary color

Complementary color for #hex is #043324.


I love getcolorcode.com

Triadic colors

1 #DBFBCC and #CCDBFB with #FBCCDB are triadic colors.

2 #DBCCFB and #CCFBDB with #FBCCDB are triadic colors.