COLOR #FBDCC0

HEX: #FBDCC0 RGB: (251,220,192)

Color info

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

RGB color model

#FBDCC0 color RGB value is (251,220,192).

RGB: (251,220,192) (98%, 86%, 75%)

RGB channels and saturation

R 251 of 255 = 98%
G 220 of 255 = 86%
B 192 of 255 = 75%

251
220
192

R + G + B ~ 86%. #FBDCC0 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 220 + 192 = 663 (100%)
R 251 of 663 ~ 37.86%
G 220 of 663 ~ 33.18%
B 192 of 663 ~ 28.96'%

%37.86
%33.18
%28.96

CMYK color model

#FBDCC0 color CMYK value is (0,12,24,2).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 23.51%
  • key color value is 1.57%

CMYK: (0,12,24,2)
C0M12Y24K2 (0%, 12%, 24%, 2%)
(0.00 / 0.12 / 0.24 / 0.02)

CMYK percentages

%0
%12.35
%23.51
%1.57

Codes

Color #FBDCC0 in popluar color models

FB DC C0
RGB 251 220 192
HSL 28° 88.06% 86.86%
HSB/HSV 28° 23.51% 98.43%
CMYK 0.00% 12.35% 23.51%
1.57%

Color #FBDCC0 in popluar number systems.

HEX FB DC C0
Decimal 251 220 192
Binary 11111011 11011100 11000000
Octal 373 334 300

Shades and tints

Shades of #FBDCC0

#FBDCC0
(251,220,192)
#E5C8AF
(229,200,175)
#CFB49E
(207,180,158)
#B9A08D
(185,160,141)
#A38C7C
(163,140,124)
#8D786B
(141,120,107)
#77645A
(119,100,90)
#615049
(97,80,73)
#4B3C38
(75,60,56)
#352827
(53,40,39)
#1F1416
(31,20,22)
#000000
(0,0,0)

Tints of #FBDCC0

#FBDCC0
(251,220,192)
#FBDFC5
(251,223,197)
#FBE2CA
(251,226,202)
#FBE5CF
(251,229,207)
#FBE8D4
(251,232,212)
#FBEBD9
(251,235,217)
#FBEEDE
(251,238,222)
#FBF1E3
(251,241,227)
#FBF4E8
(251,244,232)
#FBF7ED
(251,247,237)
#FBFAF2
(251,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBDCC0 color. Also use rgb(251,220,192) instead hex code.

Text Font Color

.myTextColor { color: #FBDCC0; }

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

This text font color is #FBDCC0.

Background Color

.myBgColor { background-color: #FBDCC0; }

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

This div background color is #FBDCC0.

Border color

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

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

This div border color is #FBDCC0.

Opacity

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

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

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

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

This text has shadow with #FBDCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDCC0.

Preview

Color preview on black background

This text has color #FBDCC0 on black background.


Color preview on white background

This text has color #FBDCC0 on white background.


Black color preview on #FBDCC0 background

This text has black color on #FBDCC0 background.


White color preview on #FBDCC0 background

This text has white color on #FBDCC0 background.


Related colors

Complementary color

Complementary color for #hex is #04233F.


I love getcolorcode.com

Triadic colors

1 #C0FBDC and #DCC0FB with #FBDCC0 are triadic colors.

2 #C0DCFB and #DCFBC0 with #FBDCC0 are triadic colors.