COLOR #FDC2B2

HEX: #FDC2B2
RGB: (253,194,178)

Color info

#FDC2B2 contains mainly red and green colors. Web safe color of #FDC2B2 is #FFCC99 (or #FC9).

RGB color model

#FDC2B2 color RGB value is (253,194,178).

  • red value is 253;
  • green value is 194;
  • blue value is 178.
RGB:
(253,194,178)
(99%,76%,70%)

RGB channels and saturation

R 253 of 255 = 99%
G 194 of 255 = 76%
B 178 of 255 = 70%

253
194
178

R + G + B ~ 82%. #FDC2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 194 + 178 = 625 (100%)
R 253 of 625 ~ 40.48%
G 194 of 625 ~ 31.04%
B 178 of 625 ~ 28.48%

%40.48
%31.04
%28.48

CMYK color model

#FDC2B2 color CMYK value is (0,23,30,1).

  • cyan value is 0.00%
  • magenta value is 23.32%
  • yellow value is 29.64%
  • key color value is 0.78%
CMYK:
(0,23,30,1)
C0M23Y30K1 
(0%,23%,30%,1%)
(0.00/0.23/0.30/0.01)	

CMYK percentages

%0
%23.32
%29.64
%0.78

Codes

Color #FDC2B2 in popluar color models

FDC2B2
RGB253194178
HSL13°94.94%84.51%
HSB/HSV13°29.64%99.22%
CMYK0.00%23.32%29.64%
0.78%

Color #FDC2B2 in popluar number systems.

HEXFDC2B2
Decimal253194178
Binary111111011100001010110010
Octal375302262

Shades and tints

Shades of #FDC2B2

#FDC2B2
(253,194,178)
#E6B1A2
(230,177,162)
#CFA092
(207,160,146)
#B88F82
(184,143,130)
#A17E72
(161,126,114)
#8A6D62
(138,109,98)
#735C52
(115,92,82)
#5C4B42
(92,75,66)
#453A32
(69,58,50)
#2E2922
(46,41,34)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #FDC2B2

#FDC2B2
(253,194,178)
#FDC7B9
(253,199,185)
#FDCCC0
(253,204,192)
#FDD1C7
(253,209,199)
#FDD6CE
(253,214,206)
#FDDBD5
(253,219,213)
#FDE0DC
(253,224,220)
#FDE5E3
(253,229,227)
#FDEAEA
(253,234,234)
#FDEFF1
(253,239,241)
#FDF4F8
(253,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC2B2 color. Also use rgb(253,194,178) instead hex code.

Text Font Color

.myTextColor { color: #FDC2B2; }

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

This text font color is #FDC2B2.


Background Color

.myBgColor { background-color: #FDC2B2; }

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

This div background color is #FDC2B2.


Border color

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

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

This div border color is #FDC2B2.


Opacity

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

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

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

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

This text has shadow with #FDC2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC2B2 on black background.


Color preview on white background

This text has color #FDC2B2 on white background.



Black color preview on #FDC2B2 background

This text has black color on #FDC2B2 background.


White color preview on #FDC2B2 background

This text has white color on #FDC2B2 background.