COLOR #FDA3B8

HEX: #FDA3B8 RGB: (253,163,184)

Color info

#FDA3B8 contains mainly red color. Web safe color of #FDA3B8 is #FF99CC (or #F9C).

RGB color model

#FDA3B8 color RGB value is (253,163,184).

RGB: (253,163,184) (99%, 64%, 72%)

RGB channels and saturation

R 253 of 255 = 99%
G 163 of 255 = 64%
B 184 of 255 = 72%

253
163
184

R + G + B ~ 78%. #FDA3B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 163 + 184 = 600 (100%)
R 253 of 600 ~ 42.17%
G 163 of 600 ~ 27.17%
B 184 of 600 ~ 30.67'%

%42.17
%27.17
%30.67

CMYK color model

#FDA3B8 color CMYK value is (0,36,27,1).

  • cyan value is 0.00%
  • magenta value is 35.57%
  • yellow value is 27.27%
  • key color value is 0.78%
CMYK: (0,36,27,1) C0M36Y27K1 (0%,36%,27%,1%) (0.00/0.36/0.27/0.01) 

CMYK percentages

%0
%35.57
%27.27
%0.78

Codes

Color #FDA3B8 in popluar color models

FD A3 B8
RGB 253 163 184
HSL 346° 95.74% 81.57%
HSB/HSV 346° 35.57% 99.22%
CMYK 0.00% 35.57% 27.27%
0.78%

Color #FDA3B8 in popluar number systems.

HEX FD A3 B8
Decimal 253 163 184
Binary 11111101 10100011 10111000
Octal 375 243 270

Shades and tints

Shades of #FDA3B8

#FDA3B8
(253,163,184)
#E695A8
(230,149,168)
#CF8798
(207,135,152)
#B87988
(184,121,136)
#A16B78
(161,107,120)
#8A5D68
(138,93,104)
#734F58
(115,79,88)
#5C4148
(92,65,72)
#453338
(69,51,56)
#2E2528
(46,37,40)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #FDA3B8

#FDA3B8
(253,163,184)
#FDABBE
(253,171,190)
#FDB3C4
(253,179,196)
#FDBBCA
(253,187,202)
#FDC3D0
(253,195,208)
#FDCBD6
(253,203,214)
#FDD3DC
(253,211,220)
#FDDBE2
(253,219,226)
#FDE3E8
(253,227,232)
#FDEBEE
(253,235,238)
#FDF3F4
(253,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA3B8 color. Also use rgb(253,163,184) instead hex code.

Text Font Color

.myTextColor { color: #FDA3B8; }

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

This text font color is #FDA3B8.

Background Color

.myBgColor { background-color: #FDA3B8; }

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

This div background color is #FDA3B8.

Border color

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

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

This div border color is #FDA3B8.

Opacity

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

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

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

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

This text has shadow with #FDA3B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDA3B8.

Preview

Color preview on black background

This text has color #FDA3B8 on black background.


Color preview on white background

This text has color #FDA3B8 on white background.


Black color preview on #FDA3B8 background

This text has black color on #FDA3B8 background.


White color preview on #FDA3B8 background

This text has white color on #FDA3B8 background.


Related colors

Complementary color

Complementary color for #hex is #025C47.


I love getcolorcode.com

Triadic colors

1 #B8FDA3 and #A3B8FD with #FDA3B8 are triadic colors.

2 #B8A3FD and #A3FDB8 with #FDA3B8 are triadic colors.