COLOR #FDABCA

HEX: #FDABCA
RGB: (253,171,202)

Color info

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

RGB color model

#FDABCA color RGB value is (253,171,202).

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

RGB channels and saturation

R 253 of 255 = 99%
G 171 of 255 = 67%
B 202 of 255 = 79%

253
171
202

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

Portions of RGB colors in percentages

R + G + B =
253 + 171 + 202 = 626 (100%)
R 253 of 626 ~ 40.42%
G 171 of 626 ~ 27.32%
B 202 of 626 ~ 32.27%

%40.42
%27.32
%32.27

CMYK color model

#FDABCA color CMYK value is (0,32,20,1).

  • cyan value is 0.00%
  • magenta value is 32.41%
  • yellow value is 20.16%
  • key color value is 0.78%
CMYK:
(0,32,20,1)
C0M32Y20K1 
(0%,32%,20%,1%)
(0.00/0.32/0.20/0.01)	

CMYK percentages

%0
%32.41
%20.16
%0.78

Codes

Color #FDABCA in popluar color models

FDABCA
RGB253171202
HSL337°95.35%83.14%
HSB/HSV337°32.41%99.22%
CMYK0.00%32.41%20.16%
0.78%

Color #FDABCA in popluar number systems.

HEXFDABCA
Decimal253171202
Binary111111011010101111001010
Octal375253312

Shades and tints

Shades of #FDABCA

#FDABCA
(253,171,202)
#E69CB8
(230,156,184)
#CF8DA6
(207,141,166)
#B87E94
(184,126,148)
#A16F82
(161,111,130)
#8A6070
(138,96,112)
#73515E
(115,81,94)
#5C424C
(92,66,76)
#45333A
(69,51,58)
#2E2428
(46,36,40)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #FDABCA

#FDABCA
(253,171,202)
#FDB2CE
(253,178,206)
#FDB9D2
(253,185,210)
#FDC0D6
(253,192,214)
#FDC7DA
(253,199,218)
#FDCEDE
(253,206,222)
#FDD5E2
(253,213,226)
#FDDCE6
(253,220,230)
#FDE3EA
(253,227,234)
#FDEAEE
(253,234,238)
#FDF1F2
(253,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDABCA; }

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

This text font color is #FDABCA.


Background Color

.myBgColor { background-color: #FDABCA; }

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

This div background color is #FDABCA.


Border color

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

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

This div border color is #FDABCA.


Opacity

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

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

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

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

This text has shadow with #FDABCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDABCA on black background.


Color preview on white background

This text has color #FDABCA on white background.



Black color preview on #FDABCA background

This text has black color on #FDABCA background.


White color preview on #FDABCA background

This text has white color on #FDABCA background.