COLOR #FCDBBE

HEX: #FCDBBE
RGB: (252,219,190)

Color info

#FCDBBE contains mainly red and green colors. Web safe color of #FCDBBE is #FFCCCC (or #FCC).

RGB color model

#FCDBBE color RGB value is (252,219,190).

  • red value is 252;
  • green value is 219;
  • blue value is 190.
RGB:
(252,219,190)
(99%,86%,75%)

RGB channels and saturation

R 252 of 255 = 99%
G 219 of 255 = 86%
B 190 of 255 = 75%

252
219
190

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

Portions of RGB colors in percentages

R + G + B =
252 + 219 + 190 = 661 (100%)
R 252 of 661 ~ 38.12%
G 219 of 661 ~ 33.13%
B 190 of 661 ~ 28.74%

%38.12
%33.13
%28.74

CMYK color model

#FCDBBE color CMYK value is (0,13,25,1).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 24.60%
  • key color value is 1.18%
CMYK:
(0,13,25,1)
C0M13Y25K1 
(0%,13%,25%,1%)
(0.00/0.13/0.25/0.01)	

CMYK percentages

%0
%13.1
%24.6
%1.18

Codes

Color #FCDBBE in popluar color models

FCDBBE
RGB252219190
HSL28°91.18%86.67%
HSB/HSV28°24.60%98.82%
CMYK0.00%13.10%24.60%
1.18%

Color #FCDBBE in popluar number systems.

HEXFCDBBE
Decimal252219190
Binary111111001101101110111110
Octal374333276

Shades and tints

Shades of #FCDBBE

#FCDBBE
(252,219,190)
#E6C8AD
(230,200,173)
#D0B59C
(208,181,156)
#BAA28B
(186,162,139)
#A48F7A
(164,143,122)
#8E7C69
(142,124,105)
#786958
(120,105,88)
#625647
(98,86,71)
#4C4336
(76,67,54)
#363025
(54,48,37)
#201D14
(32,29,20)
#000000
(0,0,0)

Tints of #FCDBBE

#FCDBBE
(252,219,190)
#FCDEC3
(252,222,195)
#FCE1C8
(252,225,200)
#FCE4CD
(252,228,205)
#FCE7D2
(252,231,210)
#FCEAD7
(252,234,215)
#FCEDDC
(252,237,220)
#FCF0E1
(252,240,225)
#FCF3E6
(252,243,230)
#FCF6EB
(252,246,235)
#FCF9F0
(252,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDBBE color. Also use rgb(252,219,190) instead hex code.

Text Font Color

.myTextColor { color: #FCDBBE; }

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

This text font color is #FCDBBE.


Background Color

.myBgColor { background-color: #FCDBBE; }

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

This div background color is #FCDBBE.


Border color

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

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

This div border color is #FCDBBE.


Opacity

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

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

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

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

This text has shadow with #FCDBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDBBE on black background.


Color preview on white background

This text has color #FCDBBE on white background.



Black color preview on #FCDBBE background

This text has black color on #FCDBBE background.


White color preview on #FCDBBE background

This text has white color on #FCDBBE background.