COLOR #FDA6B0

HEX: #FDA6B0
RGB: (253,166,176)

Color info

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

RGB color model

#FDA6B0 color RGB value is (253,166,176).

  • red value is 253;
  • green value is 166;
  • blue value is 176.
RGB:
(253,166,176)
(99%,65%,69%)

RGB channels and saturation

R 253 of 255 = 99%
G 166 of 255 = 65%
B 176 of 255 = 69%

253
166
176

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

Portions of RGB colors in percentages

R + G + B =
253 + 166 + 176 = 595 (100%)
R 253 of 595 ~ 42.52%
G 166 of 595 ~ 27.9%
B 176 of 595 ~ 29.58%

%42.52
%27.9
%29.58

CMYK color model

#FDA6B0 color CMYK value is (0,34,30,1).

  • cyan value is 0.00%
  • magenta value is 34.39%
  • yellow value is 30.43%
  • key color value is 0.78%
CMYK:
(0,34,30,1)
C0M34Y30K1 
(0%,34%,30%,1%)
(0.00/0.34/0.30/0.01)	

CMYK percentages

%0
%34.39
%30.43
%0.78

Codes

Color #FDA6B0 in popluar color models

FDA6B0
RGB253166176
HSL353°95.60%82.16%
HSB/HSV353°34.39%99.22%
CMYK0.00%34.39%30.43%
0.78%

Color #FDA6B0 in popluar number systems.

HEXFDA6B0
Decimal253166176
Binary111111011010011010110000
Octal375246260

Shades and tints

Shades of #FDA6B0

#FDA6B0
(253,166,176)
#E697A0
(230,151,160)
#CF8890
(207,136,144)
#B87980
(184,121,128)
#A16A70
(161,106,112)
#8A5B60
(138,91,96)
#734C50
(115,76,80)
#5C3D40
(92,61,64)
#452E30
(69,46,48)
#2E1F20
(46,31,32)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #FDA6B0

#FDA6B0
(253,166,176)
#FDAEB7
(253,174,183)
#FDB6BE
(253,182,190)
#FDBEC5
(253,190,197)
#FDC6CC
(253,198,204)
#FDCED3
(253,206,211)
#FDD6DA
(253,214,218)
#FDDEE1
(253,222,225)
#FDE6E8
(253,230,232)
#FDEEEF
(253,238,239)
#FDF6F6
(253,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA6B0 color. Also use rgb(253,166,176) instead hex code.

Text Font Color

.myTextColor { color: #FDA6B0; }

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

This text font color is #FDA6B0.


Background Color

.myBgColor { background-color: #FDA6B0; }

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

This div background color is #FDA6B0.


Border color

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

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

This div border color is #FDA6B0.


Opacity

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

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

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

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

This text has shadow with #FDA6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA6B0 on black background.


Color preview on white background

This text has color #FDA6B0 on white background.



Black color preview on #FDA6B0 background

This text has black color on #FDA6B0 background.


White color preview on #FDA6B0 background

This text has white color on #FDA6B0 background.