COLOR #FDA4CA

HEX: #FDA4CA
RGB: (253,164,202)

Color info

#FDA4CA contains mainly red and blue colors. Web safe color of #FDA4CA is #FF99CC (or #F9C).

RGB color model

#FDA4CA color RGB value is (253,164,202).

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

RGB channels and saturation

R 253 of 255 = 99%
G 164 of 255 = 64%
B 202 of 255 = 79%

253
164
202

R + G + B ~ 81%. #FDA4CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 164 + 202 = 619 (100%)
R 253 of 619 ~ 40.87%
G 164 of 619 ~ 26.49%
B 202 of 619 ~ 32.63%

%40.87
%26.49
%32.63

CMYK color model

#FDA4CA color CMYK value is (0,35,20,1).

  • cyan value is 0.00%
  • magenta value is 35.18%
  • yellow value is 20.16%
  • key color value is 0.78%
CMYK:
(0,35,20,1)
C0M35Y20K1 
(0%,35%,20%,1%)
(0.00/0.35/0.20/0.01)	

CMYK percentages

%0
%35.18
%20.16
%0.78

Codes

Color #FDA4CA in popluar color models

FDA4CA
RGB253164202
HSL334°95.70%81.76%
HSB/HSV334°35.18%99.22%
CMYK0.00%35.18%20.16%
0.78%

Color #FDA4CA in popluar number systems.

HEXFDA4CA
Decimal253164202
Binary111111011010010011001010
Octal375244312

Shades and tints

Shades of #FDA4CA

#FDA4CA
(253,164,202)
#E696B8
(230,150,184)
#CF88A6
(207,136,166)
#B87A94
(184,122,148)
#A16C82
(161,108,130)
#8A5E70
(138,94,112)
#73505E
(115,80,94)
#5C424C
(92,66,76)
#45343A
(69,52,58)
#2E2628
(46,38,40)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #FDA4CA

#FDA4CA
(253,164,202)
#FDACCE
(253,172,206)
#FDB4D2
(253,180,210)
#FDBCD6
(253,188,214)
#FDC4DA
(253,196,218)
#FDCCDE
(253,204,222)
#FDD4E2
(253,212,226)
#FDDCE6
(253,220,230)
#FDE4EA
(253,228,234)
#FDECEE
(253,236,238)
#FDF4F2
(253,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDA4CA; }

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

This text font color is #FDA4CA.


Background Color

.myBgColor { background-color: #FDA4CA; }

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

This div background color is #FDA4CA.


Border color

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

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

This div border color is #FDA4CA.


Opacity

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

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

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

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

This text has shadow with #FDA4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA4CA on black background.


Color preview on white background

This text has color #FDA4CA on white background.



Black color preview on #FDA4CA background

This text has black color on #FDA4CA background.


White color preview on #FDA4CA background

This text has white color on #FDA4CA background.