COLOR #FBCCDF

HEX: #FBCCDF RGB: (251,204,223)

Color info

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

RGB color model

#FBCCDF color RGB value is (251,204,223).

RGB: (251,204,223) (98%, 80%, 87%)

RGB channels and saturation

R 251 of 255 = 98%
G 204 of 255 = 80%
B 223 of 255 = 87%

251
204
223

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

Portions of RGB colors in percentages

R + G + B = 251 + 204 + 223 = 678 (100%)
R 251 of 678 ~ 37.02%
G 204 of 678 ~ 30.09%
B 223 of 678 ~ 32.89'%

%37.02
%30.09
%32.89

CMYK color model

#FBCCDF color CMYK value is (0,19,11,2).

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

CMYK: (0,19,11,2)
C0M19Y11K2 (0%, 19%, 11%, 2%)
(0.00 / 0.19 / 0.11 / 0.02)

CMYK percentages

%0
%18.73
%11.16
%1.57

Codes

Color #FBCCDF in popluar color models

FB CC DF
RGB 251 204 223
HSL 336° 85.45% 89.22%
HSB/HSV 336° 18.73% 98.43%
CMYK 0.00% 18.73% 11.16%
1.57%

Color #FBCCDF in popluar number systems.

HEX FB CC DF
Decimal 251 204 223
Binary 11111011 11001100 11011111
Octal 373 314 337

Shades and tints

Shades of #FBCCDF

#FBCCDF
(251,204,223)
#E5BACB
(229,186,203)
#CFA8B7
(207,168,183)
#B996A3
(185,150,163)
#A3848F
(163,132,143)
#8D727B
(141,114,123)
#776067
(119,96,103)
#614E53
(97,78,83)
#4B3C3F
(75,60,63)
#352A2B
(53,42,43)
#1F1817
(31,24,23)
#000000
(0,0,0)

Tints of #FBCCDF

#FBCCDF
(251,204,223)
#FBD0E1
(251,208,225)
#FBD4E3
(251,212,227)
#FBD8E5
(251,216,229)
#FBDCE7
(251,220,231)
#FBE0E9
(251,224,233)
#FBE4EB
(251,228,235)
#FBE8ED
(251,232,237)
#FBECEF
(251,236,239)
#FBF0F1
(251,240,241)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCCDF; }

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

This text font color is #FBCCDF.

Background Color

.myBgColor { background-color: #FBCCDF; }

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

This div background color is #FBCCDF.

Border color

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

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

This div border color is #FBCCDF.

Opacity

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

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

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

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

This text has shadow with #FBCCDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBCCDF.

Preview

Color preview on black background

This text has color #FBCCDF on black background.


Color preview on white background

This text has color #FBCCDF on white background.


Black color preview on #FBCCDF background

This text has black color on #FBCCDF background.


White color preview on #FBCCDF background

This text has white color on #FBCCDF background.


Related colors

Complementary color

Complementary color for #hex is #043320.


I love getcolorcode.com

Triadic colors

1 #DFFBCC and #CCDFFB with #FBCCDF are triadic colors.

2 #DFCCFB and #CCFBDF with #FBCCDF are triadic colors.