COLOR #F5B8B4

HEX: #F5B8B4
RGB: (245,184,180)

Renk bilgisi

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

RGB renk modeli

#F5B8B4 color RGB value is (245,184,180).

  • kırmız ton 245;
  • yeşil ton 184;
  • mavi ton 180.
RGB:
(245,184,180)
(96%,72%,71%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 184 of 255 = 72%
B 180 of 255 = 71%

245
184
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 184 + 180 = 609 (100%)
R 245 of 609 ~ 40.23%
G 184 of 609 ~ 30.21%
B 180 of 609 ~ 29.56%

%40.23
%30.21
%29.56

CMYK RENK MODELİ

#F5B8B4 rengi CMYK tonu (0,25,27,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.90%
  • sarı tonu 26.53%
  • ana renk tonu 3.92%
CMYK:
(0,25,27,4)
C0M25Y27K4 
(0%,25%,27%,4%)
(0.00/0.25/0.27/0.04)	

CMYK yüzdeleri

%0
%24.9
%26.53
%3.92

Codes

Color #F5B8B4 in popluar color models

F5B8B4
RGB245184180
HSL76.47%83.33%
HSB/HSV26.53%96.08%
CMYK0.00%24.90%26.53%
3.92%

Color #F5B8B4 in popluar number systems.

HEXF5B8B4
Decimal245184180
Binary111101011011100010110100
Octal365270264

Shades and tints

Shades of #F5B8B4

#F5B8B4
(245,184,180)
#DFA8A4
(223,168,164)
#C99894
(201,152,148)
#B38884
(179,136,132)
#9D7874
(157,120,116)
#876864
(135,104,100)
#715854
(113,88,84)
#5B4844
(91,72,68)
#453834
(69,56,52)
#2F2824
(47,40,36)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #F5B8B4

#F5B8B4
(245,184,180)
#F5BEBA
(245,190,186)
#F5C4C0
(245,196,192)
#F5CAC6
(245,202,198)
#F5D0CC
(245,208,204)
#F5D6D2
(245,214,210)
#F5DCD8
(245,220,216)
#F5E2DE
(245,226,222)
#F5E8E4
(245,232,228)
#F5EEEA
(245,238,234)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B8B4; }

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

This text font color is #F5B8B4.


Background Color

.myBgColor { background-color: #F5B8B4; }

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

This div background color is #F5B8B4.


Border color

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

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

This div border color is #F5B8B4.


Opacity

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

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

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

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

This text has shadow with #F5B8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B8B4 on black background.


Color preview on white background

This text has color #F5B8B4 on white background.



Black color preview on #F5B8B4 background

This text has black color on #F5B8B4 background.


White color preview on #F5B8B4 background

This text has white color on #F5B8B4 background.