COLOR #F9B4B4

HEX: #F9B4B4
RGB: (249,180,180)

Renk bilgisi

#F9B4B4 contains mainly red color. #F9B4B4 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F9B4B4 color RGB value is (249,180,180).

  • kırmız ton 249;
  • yeşil ton 180;
  • mavi ton 180.
RGB:
(249,180,180)
(98%,71%,71%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 180 of 255 = 71%
B 180 of 255 = 71%

249
180
180

R + G + B ~ 80%. #F9B4B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 180 + 180 = 609 (100%)
R 249 of 609 ~ 40.89%
G 180 of 609 ~ 29.56%
B 180 of 609 ~ 29.56%

%40.89
%29.56
%29.56

CMYK RENK MODELİ

#F9B4B4 rengi CMYK tonu (0,28,28,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.71%
  • sarı tonu 27.71%
  • ana renk tonu 2.35%
CMYK:
(0,28,28,2)
C0M28Y28K2 
(0%,28%,28%,2%)
(0.00/0.28/0.28/0.02)	

CMYK yüzdeleri

%0
%27.71
%27.71
%2.35

Codes

Color #F9B4B4 in popluar color models

F9B4B4
RGB249180180
HSL85.19%84.12%
HSB/HSV27.71%97.65%
CMYK0.00%27.71%27.71%
2.35%

Color #F9B4B4 in popluar number systems.

HEXF9B4B4
Decimal249180180
Binary111110011011010010110100
Octal371264264

Shades and tints

Shades of #F9B4B4

#F9B4B4
(249,180,180)
#E3A4A4
(227,164,164)
#CD9494
(205,148,148)
#B78484
(183,132,132)
#A17474
(161,116,116)
#8B6464
(139,100,100)
#755454
(117,84,84)
#5F4444
(95,68,68)
#493434
(73,52,52)
#332424
(51,36,36)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #F9B4B4

#F9B4B4
(249,180,180)
#F9BABA
(249,186,186)
#F9C0C0
(249,192,192)
#F9C6C6
(249,198,198)
#F9CCCC
(249,204,204)
#F9D2D2
(249,210,210)
#F9D8D8
(249,216,216)
#F9DEDE
(249,222,222)
#F9E4E4
(249,228,228)
#F9EAEA
(249,234,234)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9B4B4; }

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

This text font color is #F9B4B4.


Background Color

.myBgColor { background-color: #F9B4B4; }

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

This div background color is #F9B4B4.


Border color

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

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

This div border color is #F9B4B4.


Opacity

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

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

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

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

This text has shadow with #F9B4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B4B4 on black background.


Color preview on white background

This text has color #F9B4B4 on white background.



Black color preview on #F9B4B4 background

This text has black color on #F9B4B4 background.


White color preview on #F9B4B4 background

This text has white color on #F9B4B4 background.