COLOR #F9B4BD

HEX: #F9B4BD
RGB: (249,180,189)

Renk bilgisi

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

RGB renk modeli

#F9B4BD color RGB value is (249,180,189).

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

RGB bağlantıları ve doygunluk

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

249
180
189

R + G + B ~ 81%. #F9B4BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 180 + 189 = 618 (100%)
R 249 of 618 ~ 40.29%
G 180 of 618 ~ 29.13%
B 189 of 618 ~ 30.58%

%40.29
%29.13
%30.58

CMYK RENK MODELİ

#F9B4BD rengi CMYK tonu (0,28,24,2).

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

CMYK yüzdeleri

%0
%27.71
%24.1
%2.35

Codes

Color #F9B4BD in popluar color models

F9B4BD
RGB249180189
HSL352°85.19%84.12%
HSB/HSV352°27.71%97.65%
CMYK0.00%27.71%24.10%
2.35%

Color #F9B4BD in popluar number systems.

HEXF9B4BD
Decimal249180189
Binary111110011011010010111101
Octal371264275

Shades and tints

Shades of #F9B4BD

#F9B4BD
(249,180,189)
#E3A4AC
(227,164,172)
#CD949B
(205,148,155)
#B7848A
(183,132,138)
#A17479
(161,116,121)
#8B6468
(139,100,104)
#755457
(117,84,87)
#5F4446
(95,68,70)
#493435
(73,52,53)
#332424
(51,36,36)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #F9B4BD

#F9B4BD
(249,180,189)
#F9BAC3
(249,186,195)
#F9C0C9
(249,192,201)
#F9C6CF
(249,198,207)
#F9CCD5
(249,204,213)
#F9D2DB
(249,210,219)
#F9D8E1
(249,216,225)
#F9DEE7
(249,222,231)
#F9E4ED
(249,228,237)
#F9EAF3
(249,234,243)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9B4BD; }

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

This text font color is #F9B4BD.


Background Color

.myBgColor { background-color: #F9B4BD; }

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

This div background color is #F9B4BD.


Border color

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

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

This div border color is #F9B4BD.


Opacity

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

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

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

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

This text has shadow with #F9B4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B4BD on black background.


Color preview on white background

This text has color #F9B4BD on white background.



Black color preview on #F9B4BD background

This text has black color on #F9B4BD background.


White color preview on #F9B4BD background

This text has white color on #F9B4BD background.