COLOR #FDA5B4

HEX: #FDA5B4
RGB: (253,165,180)

Renk bilgisi

#FDA5B4 contains mainly red color. #FDA5B4 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#FDA5B4 color RGB value is (253,165,180).

  • kırmız ton 253;
  • yeşil ton 165;
  • mavi ton 180.
RGB:
(253,165,180)
(99%,65%,71%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 165 of 255 = 65%
B 180 of 255 = 71%

253
165
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 165 + 180 = 598 (100%)
R 253 of 598 ~ 42.31%
G 165 of 598 ~ 27.59%
B 180 of 598 ~ 30.1%

%42.31
%27.59
%30.1

CMYK RENK MODELİ

#FDA5B4 rengi CMYK tonu (0,35,29,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.78%
  • sarı tonu 28.85%
  • ana renk tonu 0.78%
CMYK:
(0,35,29,1)
C0M35Y29K1 
(0%,35%,29%,1%)
(0.00/0.35/0.29/0.01)	

CMYK yüzdeleri

%0
%34.78
%28.85
%0.78

Codes

Color #FDA5B4 in popluar color models

FDA5B4
RGB253165180
HSL350°95.65%81.96%
HSB/HSV350°34.78%99.22%
CMYK0.00%34.78%28.85%
0.78%

Color #FDA5B4 in popluar number systems.

HEXFDA5B4
Decimal253165180
Binary111111011010010110110100
Octal375245264

Shades and tints

Shades of #FDA5B4

#FDA5B4
(253,165,180)
#E696A4
(230,150,164)
#CF8794
(207,135,148)
#B87884
(184,120,132)
#A16974
(161,105,116)
#8A5A64
(138,90,100)
#734B54
(115,75,84)
#5C3C44
(92,60,68)
#452D34
(69,45,52)
#2E1E24
(46,30,36)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #FDA5B4

#FDA5B4
(253,165,180)
#FDADBA
(253,173,186)
#FDB5C0
(253,181,192)
#FDBDC6
(253,189,198)
#FDC5CC
(253,197,204)
#FDCDD2
(253,205,210)
#FDD5D8
(253,213,216)
#FDDDDE
(253,221,222)
#FDE5E4
(253,229,228)
#FDEDEA
(253,237,234)
#FDF5F0
(253,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDA5B4; }

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

This text font color is #FDA5B4.


Background Color

.myBgColor { background-color: #FDA5B4; }

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

This div background color is #FDA5B4.


Border color

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

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

This div border color is #FDA5B4.


Opacity

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

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

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

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

This text has shadow with #FDA5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA5B4 on black background.


Color preview on white background

This text has color #FDA5B4 on white background.



Black color preview on #FDA5B4 background

This text has black color on #FDA5B4 background.


White color preview on #FDA5B4 background

This text has white color on #FDA5B4 background.