COLOR #FAB5B9

HEX: #FAB5B9
RGB: (250,181,185)

Renk bilgisi

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

RGB renk modeli

#FAB5B9 color RGB value is (250,181,185).

  • kırmız ton 250;
  • yeşil ton 181;
  • mavi ton 185.
RGB:
(250,181,185)
(98%,71%,73%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 181 of 255 = 71%
B 185 of 255 = 73%

250
181
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 181 + 185 = 616 (100%)
R 250 of 616 ~ 40.58%
G 181 of 616 ~ 29.38%
B 185 of 616 ~ 30.03%

%40.58
%29.38
%30.03

CMYK RENK MODELİ

#FAB5B9 rengi CMYK tonu (0,28,26,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.60%
  • sarı tonu 26.00%
  • ana renk tonu 1.96%
CMYK:
(0,28,26,2)
C0M28Y26K2 
(0%,28%,26%,2%)
(0.00/0.28/0.26/0.02)	

CMYK yüzdeleri

%0
%27.6
%26
%1.96

Codes

Color #FAB5B9 in popluar color models

FAB5B9
RGB250181185
HSL357°87.34%84.51%
HSB/HSV357°27.60%98.04%
CMYK0.00%27.60%26.00%
1.96%

Color #FAB5B9 in popluar number systems.

HEXFAB5B9
Decimal250181185
Binary111110101011010110111001
Octal372265271

Shades and tints

Shades of #FAB5B9

#FAB5B9
(250,181,185)
#E4A5A9
(228,165,169)
#CE9599
(206,149,153)
#B88589
(184,133,137)
#A27579
(162,117,121)
#8C6569
(140,101,105)
#765559
(118,85,89)
#604549
(96,69,73)
#4A3539
(74,53,57)
#342529
(52,37,41)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #FAB5B9

#FAB5B9
(250,181,185)
#FABBBF
(250,187,191)
#FAC1C5
(250,193,197)
#FAC7CB
(250,199,203)
#FACDD1
(250,205,209)
#FAD3D7
(250,211,215)
#FAD9DD
(250,217,221)
#FADFE3
(250,223,227)
#FAE5E9
(250,229,233)
#FAEBEF
(250,235,239)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB5B9 color. Also use rgb(250,181,185) instead hex code.

Text Font Color

.myTextColor { color: #FAB5B9; }

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

This text font color is #FAB5B9.


Background Color

.myBgColor { background-color: #FAB5B9; }

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

This div background color is #FAB5B9.


Border color

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

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

This div border color is #FAB5B9.


Opacity

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

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

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

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

This text has shadow with #FAB5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB5B9 on black background.


Color preview on white background

This text has color #FAB5B9 on white background.



Black color preview on #FAB5B9 background

This text has black color on #FAB5B9 background.


White color preview on #FAB5B9 background

This text has white color on #FAB5B9 background.