COLOR #FDA5BB

HEX: #FDA5BB
RGB: (253,165,187)

Color info

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

RGB color model

#FDA5BB color RGB value is (253,165,187).

  • red value is 253;
  • green value is 165;
  • blue value is 187.
RGB:
(253,165,187)
(99%,65%,73%)

RGB channels and saturation

R 253 of 255 = 99%
G 165 of 255 = 65%
B 187 of 255 = 73%

253
165
187

R + G + B ~ 79%. #FDA5BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 165 + 187 = 605 (100%)
R 253 of 605 ~ 41.82%
G 165 of 605 ~ 27.27%
B 187 of 605 ~ 30.91%

%41.82
%27.27
%30.91

CMYK color model

#FDA5BB color CMYK value is (0,35,26,1).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 26.09%
  • key color value is 0.78%
CMYK:
(0,35,26,1)
C0M35Y26K1 
(0%,35%,26%,1%)
(0.00/0.35/0.26/0.01)	

CMYK percentages

%0
%34.78
%26.09
%0.78

Codes

Color #FDA5BB in popluar color models

FDA5BB
RGB253165187
HSL345°95.65%81.96%
HSB/HSV345°34.78%99.22%
CMYK0.00%34.78%26.09%
0.78%

Color #FDA5BB in popluar number systems.

HEXFDA5BB
Decimal253165187
Binary111111011010010110111011
Octal375245273

Shades and tints

Shades of #FDA5BB

#FDA5BB
(253,165,187)
#E696AA
(230,150,170)
#CF8799
(207,135,153)
#B87888
(184,120,136)
#A16977
(161,105,119)
#8A5A66
(138,90,102)
#734B55
(115,75,85)
#5C3C44
(92,60,68)
#452D33
(69,45,51)
#2E1E22
(46,30,34)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #FDA5BB

#FDA5BB
(253,165,187)
#FDADC1
(253,173,193)
#FDB5C7
(253,181,199)
#FDBDCD
(253,189,205)
#FDC5D3
(253,197,211)
#FDCDD9
(253,205,217)
#FDD5DF
(253,213,223)
#FDDDE5
(253,221,229)
#FDE5EB
(253,229,235)
#FDEDF1
(253,237,241)
#FDF5F7
(253,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA5BB color. Also use rgb(253,165,187) instead hex code.

Text Font Color

.myTextColor { color: #FDA5BB; }

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

This text font color is #FDA5BB.


Background Color

.myBgColor { background-color: #FDA5BB; }

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

This div background color is #FDA5BB.


Border color

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

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

This div border color is #FDA5BB.


Opacity

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

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

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

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

This text has shadow with #FDA5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA5BB on black background.


Color preview on white background

This text has color #FDA5BB on white background.



Black color preview on #FDA5BB background

This text has black color on #FDA5BB background.


White color preview on #FDA5BB background

This text has white color on #FDA5BB background.