COLOR #FDA8AB

HEX: #FDA8AB RGB: (253,168,171)

Color info

#FDA8AB contains mainly red color. Web safe color of #FDA8AB is #FF9999 (or #F99).

RGB color model

#FDA8AB color RGB value is (253,168,171).

RGB: (253,168,171) (99%, 66%, 67%)

RGB channels and saturation

R 253 of 255 = 99%
G 168 of 255 = 66%
B 171 of 255 = 67%

253
168
171

R + G + B ~ 77%. #FDA8AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 168 + 171 = 592 (100%)
R 253 of 592 ~ 42.74%
G 168 of 592 ~ 28.38%
B 171 of 592 ~ 28.89'%

%42.74
%28.38
%28.89

CMYK color model

#FDA8AB color CMYK value is (0,34,32,1).

  • cyan value is 0.00%
  • magenta value is 33.60%
  • yellow value is 32.41%
  • key color value is 0.78%

CMYK: (0,34,32,1)
C0M34Y32K1 (0%, 34%, 32%, 1%)
(0.00 / 0.34 / 0.32 / 0.01)

CMYK percentages

%0
%33.6
%32.41
%0.78

Codes

Color #FDA8AB in popluar color models

FD A8 AB
RGB 253 168 171
HSL 358° 95.51% 82.55%
HSB/HSV 358° 33.60% 99.22%
CMYK 0.00% 33.60% 32.41%
0.78%

Color #FDA8AB in popluar number systems.

HEX FD A8 AB
Decimal 253 168 171
Binary 11111101 10101000 10101011
Octal 375 250 253

Shades and tints

Shades of #FDA8AB

#FDA8AB
(253,168,171)
#E6999C
(230,153,156)
#CF8A8D
(207,138,141)
#B87B7E
(184,123,126)
#A16C6F
(161,108,111)
#8A5D60
(138,93,96)
#734E51
(115,78,81)
#5C3F42
(92,63,66)
#453033
(69,48,51)
#2E2124
(46,33,36)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #FDA8AB

#FDA8AB
(253,168,171)
#FDAFB2
(253,175,178)
#FDB6B9
(253,182,185)
#FDBDC0
(253,189,192)
#FDC4C7
(253,196,199)
#FDCBCE
(253,203,206)
#FDD2D5
(253,210,213)
#FDD9DC
(253,217,220)
#FDE0E3
(253,224,227)
#FDE7EA
(253,231,234)
#FDEEF1
(253,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDA8AB; }

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

This text font color is #FDA8AB.

Background Color

.myBgColor { background-color: #FDA8AB; }

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

This div background color is #FDA8AB.

Border color

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

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

This div border color is #FDA8AB.

Opacity

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

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

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

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

This text has shadow with #FDA8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDA8AB.

Preview

Color preview on black background

This text has color #FDA8AB on black background.


Color preview on white background

This text has color #FDA8AB on white background.


Black color preview on #FDA8AB background

This text has black color on #FDA8AB background.


White color preview on #FDA8AB background

This text has white color on #FDA8AB background.


Related colors

Complementary color

Complementary color for #hex is #025754.


I love getcolorcode.com

Triadic colors

1 #ABFDA8 and #A8ABFD with #FDA8AB are triadic colors.

2 #ABA8FD and #A8FDAB with #FDA8AB are triadic colors.