COLOR #FBDCC5

HEX: #FBDCC5
RGB: (251,220,197)

Color info

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

RGB color model

#FBDCC5 color RGB value is (251,220,197).

  • red value is 251;
  • green value is 220;
  • blue value is 197.
RGB:
(251,220,197)
(98%,86%,77%)

RGB channels and saturation

R 251 of 255 = 98%
G 220 of 255 = 86%
B 197 of 255 = 77%

251
220
197

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

Portions of RGB colors in percentages

R + G + B =
251 + 220 + 197 = 668 (100%)
R 251 of 668 ~ 37.57%
G 220 of 668 ~ 32.93%
B 197 of 668 ~ 29.49%

%37.57
%32.93
%29.49

CMYK color model

#FBDCC5 color CMYK value is (0,12,22,2).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 21.51%
  • key color value is 1.57%
CMYK:
(0,12,22,2)
C0M12Y22K2 
(0%,12%,22%,2%)
(0.00/0.12/0.22/0.02)	

CMYK percentages

%0
%12.35
%21.51
%1.57

Codes

Color #FBDCC5 in popluar color models

FBDCC5
RGB251220197
HSL26°87.10%87.84%
HSB/HSV26°21.51%98.43%
CMYK0.00%12.35%21.51%
1.57%

Color #FBDCC5 in popluar number systems.

HEXFBDCC5
Decimal251220197
Binary111110111101110011000101
Octal373334305

Shades and tints

Shades of #FBDCC5

#FBDCC5
(251,220,197)
#E5C8B4
(229,200,180)
#CFB4A3
(207,180,163)
#B9A092
(185,160,146)
#A38C81
(163,140,129)
#8D7870
(141,120,112)
#77645F
(119,100,95)
#61504E
(97,80,78)
#4B3C3D
(75,60,61)
#35282C
(53,40,44)
#1F141B
(31,20,27)
#000000
(0,0,0)

Tints of #FBDCC5

#FBDCC5
(251,220,197)
#FBDFCA
(251,223,202)
#FBE2CF
(251,226,207)
#FBE5D4
(251,229,212)
#FBE8D9
(251,232,217)
#FBEBDE
(251,235,222)
#FBEEE3
(251,238,227)
#FBF1E8
(251,241,232)
#FBF4ED
(251,244,237)
#FBF7F2
(251,247,242)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDCC5; }

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

This text font color is #FBDCC5.


Background Color

.myBgColor { background-color: #FBDCC5; }

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

This div background color is #FBDCC5.


Border color

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

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

This div border color is #FBDCC5.


Opacity

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

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

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

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

This text has shadow with #FBDCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDCC5 on black background.


Color preview on white background

This text has color #FBDCC5 on white background.



Black color preview on #FBDCC5 background

This text has black color on #FBDCC5 background.


White color preview on #FBDCC5 background

This text has white color on #FBDCC5 background.