COLOR #F9A5B0

HEX: #F9A5B0
RGB: (249,165,176)

Renk bilgisi

#F9A5B0 contains mainly red color. #F9A5B0 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#F9A5B0 color RGB value is (249,165,176).

  • kırmız ton 249;
  • yeşil ton 165;
  • mavi ton 176.
RGB:
(249,165,176)
(98%,65%,69%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 165 of 255 = 65%
B 176 of 255 = 69%

249
165
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 165 + 176 = 590 (100%)
R 249 of 590 ~ 42.2%
G 165 of 590 ~ 27.97%
B 176 of 590 ~ 29.83%

%42.2
%27.97
%29.83

CMYK RENK MODELİ

#F9A5B0 rengi CMYK tonu (0,34,29,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.73%
  • sarı tonu 29.32%
  • ana renk tonu 2.35%
CMYK:
(0,34,29,2)
C0M34Y29K2 
(0%,34%,29%,2%)
(0.00/0.34/0.29/0.02)	

CMYK yüzdeleri

%0
%33.73
%29.32
%2.35

Codes

Color #F9A5B0 in popluar color models

F9A5B0
RGB249165176
HSL352°87.50%81.18%
HSB/HSV352°33.73%97.65%
CMYK0.00%33.73%29.32%
2.35%

Color #F9A5B0 in popluar number systems.

HEXF9A5B0
Decimal249165176
Binary111110011010010110110000
Octal371245260

Shades and tints

Shades of #F9A5B0

#F9A5B0
(249,165,176)
#E396A0
(227,150,160)
#CD8790
(205,135,144)
#B77880
(183,120,128)
#A16970
(161,105,112)
#8B5A60
(139,90,96)
#754B50
(117,75,80)
#5F3C40
(95,60,64)
#492D30
(73,45,48)
#331E20
(51,30,32)
#1D0F10
(29,15,16)
#000000
(0,0,0)

Tints of #F9A5B0

#F9A5B0
(249,165,176)
#F9ADB7
(249,173,183)
#F9B5BE
(249,181,190)
#F9BDC5
(249,189,197)
#F9C5CC
(249,197,204)
#F9CDD3
(249,205,211)
#F9D5DA
(249,213,218)
#F9DDE1
(249,221,225)
#F9E5E8
(249,229,232)
#F9EDEF
(249,237,239)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A5B0 color. Also use rgb(249,165,176) instead hex code.

Text Font Color

.myTextColor { color: #F9A5B0; }

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

This text font color is #F9A5B0.


Background Color

.myBgColor { background-color: #F9A5B0; }

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

This div background color is #F9A5B0.


Border color

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

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

This div border color is #F9A5B0.


Opacity

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

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

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

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

This text has shadow with #F9A5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A5B0 on black background.


Color preview on white background

This text has color #F9A5B0 on white background.



Black color preview on #F9A5B0 background

This text has black color on #F9A5B0 background.


White color preview on #F9A5B0 background

This text has white color on #F9A5B0 background.