COLOR #FDC2C2

HEX: #FDC2C2
RGB: (253,194,194)

Color info

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

RGB color model

#FDC2C2 color RGB value is (253,194,194).

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

RGB channels and saturation

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

253
194
194

R + G + B ~ 84%. #FDC2C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 194 + 194 = 641 (100%)
R 253 of 641 ~ 39.47%
G 194 of 641 ~ 30.27%
B 194 of 641 ~ 30.27%

%39.47
%30.27
%30.27

CMYK color model

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

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

CMYK percentages

%0
%23.32
%23.32
%0.78

Codes

Color #FDC2C2 in popluar color models

FDC2C2
RGB253194194
HSL93.65%87.65%
HSB/HSV23.32%99.22%
CMYK0.00%23.32%23.32%
0.78%

Color #FDC2C2 in popluar number systems.

HEXFDC2C2
Decimal253194194
Binary111111011100001011000010
Octal375302302

Shades and tints

Shades of #FDC2C2

#FDC2C2
(253,194,194)
#E6B1B1
(230,177,177)
#CFA0A0
(207,160,160)
#B88F8F
(184,143,143)
#A17E7E
(161,126,126)
#8A6D6D
(138,109,109)
#735C5C
(115,92,92)
#5C4B4B
(92,75,75)
#453A3A
(69,58,58)
#2E2929
(46,41,41)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #FDC2C2

#FDC2C2
(253,194,194)
#FDC7C7
(253,199,199)
#FDCCCC
(253,204,204)
#FDD1D1
(253,209,209)
#FDD6D6
(253,214,214)
#FDDBDB
(253,219,219)
#FDE0E0
(253,224,224)
#FDE5E5
(253,229,229)
#FDEAEA
(253,234,234)
#FDEFEF
(253,239,239)
#FDF4F4
(253,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC2C2; }

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

This text font color is #FDC2C2.


Background Color

.myBgColor { background-color: #FDC2C2; }

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

This div background color is #FDC2C2.


Border color

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

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

This div border color is #FDC2C2.


Opacity

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

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

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

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

This text has shadow with #FDC2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC2C2 on black background.


Color preview on white background

This text has color #FDC2C2 on white background.



Black color preview on #FDC2C2 background

This text has black color on #FDC2C2 background.


White color preview on #FDC2C2 background

This text has white color on #FDC2C2 background.