COLOR #FBCCD1

HEX: #FBCCD1 RGB: (251,204,209)

Color info

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

RGB color model

#FBCCD1 color RGB value is (251,204,209).

RGB: (251,204,209) (98%, 80%, 82%)

RGB channels and saturation

R 251 of 255 = 98%
G 204 of 255 = 80%
B 209 of 255 = 82%

251
204
209

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

Portions of RGB colors in percentages

R + G + B = 251 + 204 + 209 = 664 (100%)
R 251 of 664 ~ 37.8%
G 204 of 664 ~ 30.72%
B 209 of 664 ~ 31.48'%

%37.8
%30.72
%31.48

CMYK color model

#FBCCD1 color CMYK value is (0,19,17,2).

  • cyan value is 0.00%
  • magenta value is 18.73%
  • yellow value is 16.73%
  • key color value is 1.57%

CMYK: (0,19,17,2)
C0M19Y17K2 (0%, 19%, 17%, 2%)
(0.00 / 0.19 / 0.17 / 0.02)

CMYK percentages

%0
%18.73
%16.73
%1.57

Codes

Color #FBCCD1 in popluar color models

FB CC D1
RGB 251 204 209
HSL 354° 85.45% 89.22%
HSB/HSV 354° 18.73% 98.43%
CMYK 0.00% 18.73% 16.73%
1.57%

Color #FBCCD1 in popluar number systems.

HEX FB CC D1
Decimal 251 204 209
Binary 11111011 11001100 11010001
Octal 373 314 321

Shades and tints

Shades of #FBCCD1

#FBCCD1
(251,204,209)
#E5BABE
(229,186,190)
#CFA8AB
(207,168,171)
#B99698
(185,150,152)
#A38485
(163,132,133)
#8D7272
(141,114,114)
#77605F
(119,96,95)
#614E4C
(97,78,76)
#4B3C39
(75,60,57)
#352A26
(53,42,38)
#1F1813
(31,24,19)
#000000
(0,0,0)

Tints of #FBCCD1

#FBCCD1
(251,204,209)
#FBD0D5
(251,208,213)
#FBD4D9
(251,212,217)
#FBD8DD
(251,216,221)
#FBDCE1
(251,220,225)
#FBE0E5
(251,224,229)
#FBE4E9
(251,228,233)
#FBE8ED
(251,232,237)
#FBECF1
(251,236,241)
#FBF0F5
(251,240,245)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCCD1; }

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

This text font color is #FBCCD1.

Background Color

.myBgColor { background-color: #FBCCD1; }

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

This div background color is #FBCCD1.

Border color

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

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

This div border color is #FBCCD1.

Opacity

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

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

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

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

This text has shadow with #FBCCD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBCCD1.

Preview

Color preview on black background

This text has color #FBCCD1 on black background.


Color preview on white background

This text has color #FBCCD1 on white background.


Black color preview on #FBCCD1 background

This text has black color on #FBCCD1 background.


White color preview on #FBCCD1 background

This text has white color on #FBCCD1 background.


Related colors

Complementary color

Complementary color for #hex is #04332E.


I love getcolorcode.com

Triadic colors

1 #D1FBCC and #CCD1FB with #FBCCD1 are triadic colors.

2 #D1CCFB and #CCFBD1 with #FBCCD1 are triadic colors.