COLOR #FBDCC2

HEX: #FBDCC2
RGB: (251,220,194)

Color info

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

RGB color model

#FBDCC2 color RGB value is (251,220,194).

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

RGB channels and saturation

R 251 of 255 = 98%
G 220 of 255 = 86%
B 194 of 255 = 76%

251
220
194

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

Portions of RGB colors in percentages

R + G + B =
251 + 220 + 194 = 665 (100%)
R 251 of 665 ~ 37.74%
G 220 of 665 ~ 33.08%
B 194 of 665 ~ 29.17%

%37.74
%33.08
%29.17

CMYK color model

#FBDCC2 color CMYK value is (0,12,23,2).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 22.71%
  • key color value is 1.57%
CMYK:
(0,12,23,2)
C0M12Y23K2 
(0%,12%,23%,2%)
(0.00/0.12/0.23/0.02)	

CMYK percentages

%0
%12.35
%22.71
%1.57

Codes

Color #FBDCC2 in popluar color models

FBDCC2
RGB251220194
HSL27°87.69%87.25%
HSB/HSV27°22.71%98.43%
CMYK0.00%12.35%22.71%
1.57%

Color #FBDCC2 in popluar number systems.

HEXFBDCC2
Decimal251220194
Binary111110111101110011000010
Octal373334302

Shades and tints

Shades of #FBDCC2

#FBDCC2
(251,220,194)
#E5C8B1
(229,200,177)
#CFB4A0
(207,180,160)
#B9A08F
(185,160,143)
#A38C7E
(163,140,126)
#8D786D
(141,120,109)
#77645C
(119,100,92)
#61504B
(97,80,75)
#4B3C3A
(75,60,58)
#352829
(53,40,41)
#1F1418
(31,20,24)
#000000
(0,0,0)

Tints of #FBDCC2

#FBDCC2
(251,220,194)
#FBDFC7
(251,223,199)
#FBE2CC
(251,226,204)
#FBE5D1
(251,229,209)
#FBE8D6
(251,232,214)
#FBEBDB
(251,235,219)
#FBEEE0
(251,238,224)
#FBF1E5
(251,241,229)
#FBF4EA
(251,244,234)
#FBF7EF
(251,247,239)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDCC2; }

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

This text font color is #FBDCC2.


Background Color

.myBgColor { background-color: #FBDCC2; }

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

This div background color is #FBDCC2.


Border color

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

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

This div border color is #FBDCC2.


Opacity

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

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

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

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

This text has shadow with #FBDCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDCC2 on black background.


Color preview on white background

This text has color #FBDCC2 on white background.



Black color preview on #FBDCC2 background

This text has black color on #FBDCC2 background.


White color preview on #FBDCC2 background

This text has white color on #FBDCC2 background.