COLOR #FDA7C8

HEX: #FDA7C8
RGB: (253,167,200)

Color info

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

RGB color model

#FDA7C8 color RGB value is (253,167,200).

  • red value is 253;
  • green value is 167;
  • blue value is 200.
RGB:
(253,167,200)
(99%,65%,78%)

RGB channels and saturation

R 253 of 255 = 99%
G 167 of 255 = 65%
B 200 of 255 = 78%

253
167
200

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

Portions of RGB colors in percentages

R + G + B =
253 + 167 + 200 = 620 (100%)
R 253 of 620 ~ 40.81%
G 167 of 620 ~ 26.94%
B 200 of 620 ~ 32.26%

%40.81
%26.94
%32.26

CMYK color model

#FDA7C8 color CMYK value is (0,34,21,1).

  • cyan value is 0.00%
  • magenta value is 33.99%
  • yellow value is 20.95%
  • key color value is 0.78%
CMYK:
(0,34,21,1)
C0M34Y21K1 
(0%,34%,21%,1%)
(0.00/0.34/0.21/0.01)	

CMYK percentages

%0
%33.99
%20.95
%0.78

Codes

Color #FDA7C8 in popluar color models

FDA7C8
RGB253167200
HSL337°95.56%82.35%
HSB/HSV337°33.99%99.22%
CMYK0.00%33.99%20.95%
0.78%

Color #FDA7C8 in popluar number systems.

HEXFDA7C8
Decimal253167200
Binary111111011010011111001000
Octal375247310

Shades and tints

Shades of #FDA7C8

#FDA7C8
(253,167,200)
#E698B6
(230,152,182)
#CF89A4
(207,137,164)
#B87A92
(184,122,146)
#A16B80
(161,107,128)
#8A5C6E
(138,92,110)
#734D5C
(115,77,92)
#5C3E4A
(92,62,74)
#452F38
(69,47,56)
#2E2026
(46,32,38)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #FDA7C8

#FDA7C8
(253,167,200)
#FDAFCD
(253,175,205)
#FDB7D2
(253,183,210)
#FDBFD7
(253,191,215)
#FDC7DC
(253,199,220)
#FDCFE1
(253,207,225)
#FDD7E6
(253,215,230)
#FDDFEB
(253,223,235)
#FDE7F0
(253,231,240)
#FDEFF5
(253,239,245)
#FDF7FA
(253,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDA7C8; }

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

This text font color is #FDA7C8.


Background Color

.myBgColor { background-color: #FDA7C8; }

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

This div background color is #FDA7C8.


Border color

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

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

This div border color is #FDA7C8.


Opacity

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

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

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

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

This text has shadow with #FDA7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA7C8 on black background.


Color preview on white background

This text has color #FDA7C8 on white background.



Black color preview on #FDA7C8 background

This text has black color on #FDA7C8 background.


White color preview on #FDA7C8 background

This text has white color on #FDA7C8 background.