COLOR #FCD2D2

HEX: #FCD2D2
RGB: (252,210,210)

Color info

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

RGB color model

#FCD2D2 color RGB value is (252,210,210).

  • red value is 252;
  • green value is 210;
  • blue value is 210.
RGB:
(252,210,210)
(99%,82%,82%)

RGB channels and saturation

R 252 of 255 = 99%
G 210 of 255 = 82%
B 210 of 255 = 82%

252
210
210

R + G + B ~ 88%. #FCD2D2 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 210 + 210 = 672 (100%)
R 252 of 672 ~ 37.5%
G 210 of 672 ~ 31.25%
B 210 of 672 ~ 31.25%

%37.5
%31.25
%31.25

CMYK color model

#FCD2D2 color CMYK value is (0,17,17,1).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 16.67%
  • key color value is 1.18%
CMYK:
(0,17,17,1)
C0M17Y17K1 
(0%,17%,17%,1%)
(0.00/0.17/0.17/0.01)	

CMYK percentages

%0
%16.67
%16.67
%1.18

Codes

Color #FCD2D2 in popluar color models

FCD2D2
RGB252210210
HSL87.50%90.59%
HSB/HSV16.67%98.82%
CMYK0.00%16.67%16.67%
1.18%

Color #FCD2D2 in popluar number systems.

HEXFCD2D2
Decimal252210210
Binary111111001101001011010010
Octal374322322

Shades and tints

Shades of #FCD2D2

#FCD2D2
(252,210,210)
#E6BFBF
(230,191,191)
#D0ACAC
(208,172,172)
#BA9999
(186,153,153)
#A48686
(164,134,134)
#8E7373
(142,115,115)
#786060
(120,96,96)
#624D4D
(98,77,77)
#4C3A3A
(76,58,58)
#362727
(54,39,39)
#201414
(32,20,20)
#000000
(0,0,0)

Tints of #FCD2D2

#FCD2D2
(252,210,210)
#FCD6D6
(252,214,214)
#FCDADA
(252,218,218)
#FCDEDE
(252,222,222)
#FCE2E2
(252,226,226)
#FCE6E6
(252,230,230)
#FCEAEA
(252,234,234)
#FCEEEE
(252,238,238)
#FCF2F2
(252,242,242)
#FCF6F6
(252,246,246)
#FCFAFA
(252,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD2D2; }

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

This text font color is #FCD2D2.


Background Color

.myBgColor { background-color: #FCD2D2; }

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

This div background color is #FCD2D2.


Border color

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

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

This div border color is #FCD2D2.


Opacity

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

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

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

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

This text has shadow with #FCD2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD2D2 on black background.


Color preview on white background

This text has color #FCD2D2 on white background.



Black color preview on #FCD2D2 background

This text has black color on #FCD2D2 background.


White color preview on #FCD2D2 background

This text has white color on #FCD2D2 background.