COLOR #FDCAD2

HEX: #FDCAD2
RGB: (253,202,210)

Color info

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

RGB color model

#FDCAD2 color RGB value is (253,202,210).

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

RGB channels and saturation

R 253 of 255 = 99%
G 202 of 255 = 79%
B 210 of 255 = 82%

253
202
210

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

Portions of RGB colors in percentages

R + G + B =
253 + 202 + 210 = 665 (100%)
R 253 of 665 ~ 38.05%
G 202 of 665 ~ 30.38%
B 210 of 665 ~ 31.58%

%38.05
%30.38
%31.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 17.00%
  • key color value is 0.78%
CMYK:
(0,20,17,1)
C0M20Y17K1 
(0%,20%,17%,1%)
(0.00/0.20/0.17/0.01)	

CMYK percentages

%0
%20.16
%17
%0.78

Codes

Color #FDCAD2 in popluar color models

FDCAD2
RGB253202210
HSL351°92.73%89.22%
HSB/HSV351°20.16%99.22%
CMYK0.00%20.16%17.00%
0.78%

Color #FDCAD2 in popluar number systems.

HEXFDCAD2
Decimal253202210
Binary111111011100101011010010
Octal375312322

Shades and tints

Shades of #FDCAD2

#FDCAD2
(253,202,210)
#E6B8BF
(230,184,191)
#CFA6AC
(207,166,172)
#B89499
(184,148,153)
#A18286
(161,130,134)
#8A7073
(138,112,115)
#735E60
(115,94,96)
#5C4C4D
(92,76,77)
#453A3A
(69,58,58)
#2E2827
(46,40,39)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #FDCAD2

#FDCAD2
(253,202,210)
#FDCED6
(253,206,214)
#FDD2DA
(253,210,218)
#FDD6DE
(253,214,222)
#FDDAE2
(253,218,226)
#FDDEE6
(253,222,230)
#FDE2EA
(253,226,234)
#FDE6EE
(253,230,238)
#FDEAF2
(253,234,242)
#FDEEF6
(253,238,246)
#FDF2FA
(253,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCAD2; }

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

This text font color is #FDCAD2.


Background Color

.myBgColor { background-color: #FDCAD2; }

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

This div background color is #FDCAD2.


Border color

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

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

This div border color is #FDCAD2.


Opacity

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

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

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

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

This text has shadow with #FDCAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCAD2 on black background.


Color preview on white background

This text has color #FDCAD2 on white background.



Black color preview on #FDCAD2 background

This text has black color on #FDCAD2 background.


White color preview on #FDCAD2 background

This text has white color on #FDCAD2 background.