COLOR #FDC8B6

HEX: #FDC8B6
RGB: (253,200,182)

Color info

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

RGB color model

#FDC8B6 color RGB value is (253,200,182).

  • red value is 253;
  • green value is 200;
  • blue value is 182.
RGB:
(253,200,182)
(99%,78%,71%)

RGB channels and saturation

R 253 of 255 = 99%
G 200 of 255 = 78%
B 182 of 255 = 71%

253
200
182

R + G + B ~ 83%. #FDC8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 200 + 182 = 635 (100%)
R 253 of 635 ~ 39.84%
G 200 of 635 ~ 31.5%
B 182 of 635 ~ 28.66%

%39.84
%31.5
%28.66

CMYK color model

#FDC8B6 color CMYK value is (0,21,28,1).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 28.06%
  • key color value is 0.78%
CMYK:
(0,21,28,1)
C0M21Y28K1 
(0%,21%,28%,1%)
(0.00/0.21/0.28/0.01)	

CMYK percentages

%0
%20.95
%28.06
%0.78

Codes

Color #FDC8B6 in popluar color models

FDC8B6
RGB253200182
HSL15°94.67%85.29%
HSB/HSV15°28.06%99.22%
CMYK0.00%20.95%28.06%
0.78%

Color #FDC8B6 in popluar number systems.

HEXFDC8B6
Decimal253200182
Binary111111011100100010110110
Octal375310266

Shades and tints

Shades of #FDC8B6

#FDC8B6
(253,200,182)
#E6B6A6
(230,182,166)
#CFA496
(207,164,150)
#B89286
(184,146,134)
#A18076
(161,128,118)
#8A6E66
(138,110,102)
#735C56
(115,92,86)
#5C4A46
(92,74,70)
#453836
(69,56,54)
#2E2626
(46,38,38)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #FDC8B6

#FDC8B6
(253,200,182)
#FDCDBC
(253,205,188)
#FDD2C2
(253,210,194)
#FDD7C8
(253,215,200)
#FDDCCE
(253,220,206)
#FDE1D4
(253,225,212)
#FDE6DA
(253,230,218)
#FDEBE0
(253,235,224)
#FDF0E6
(253,240,230)
#FDF5EC
(253,245,236)
#FDFAF2
(253,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC8B6 color. Also use rgb(253,200,182) instead hex code.

Text Font Color

.myTextColor { color: #FDC8B6; }

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

This text font color is #FDC8B6.


Background Color

.myBgColor { background-color: #FDC8B6; }

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

This div background color is #FDC8B6.


Border color

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

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

This div border color is #FDC8B6.


Opacity

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

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

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

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

This text has shadow with #FDC8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC8B6 on black background.


Color preview on white background

This text has color #FDC8B6 on white background.



Black color preview on #FDC8B6 background

This text has black color on #FDC8B6 background.


White color preview on #FDC8B6 background

This text has white color on #FDC8B6 background.