COLOR #F5C8B4

HEX: #F5C8B4
RGB: (245,200,180)

Renk bilgisi

#F5C8B4 contains mainly red and green colors. #F5C8B4 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F5C8B4 color RGB value is (245,200,180).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 200 of 255 = 78%
B 180 of 255 = 71%

245
200
180

R + G + B ~ 82%. #F5C8B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 200 + 180 = 625 (100%)
R 245 of 625 ~ 39.2%
G 200 of 625 ~ 32%
B 180 of 625 ~ 28.8%

%39.2
%32
%28.8

CMYK RENK MODELİ

#F5C8B4 rengi CMYK tonu (0,18,27,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.37%
  • sarı tonu 26.53%
  • ana renk tonu 3.92%
CMYK:
(0,18,27,4)
C0M18Y27K4 
(0%,18%,27%,4%)
(0.00/0.18/0.27/0.04)	

CMYK yüzdeleri

%0
%18.37
%26.53
%3.92

Codes

Color #F5C8B4 in popluar color models

F5C8B4
RGB245200180
HSL18°76.47%83.33%
HSB/HSV18°26.53%96.08%
CMYK0.00%18.37%26.53%
3.92%

Color #F5C8B4 in popluar number systems.

HEXF5C8B4
Decimal245200180
Binary111101011100100010110100
Octal365310264

Shades and tints

Shades of #F5C8B4

#F5C8B4
(245,200,180)
#DFB6A4
(223,182,164)
#C9A494
(201,164,148)
#B39284
(179,146,132)
#9D8074
(157,128,116)
#876E64
(135,110,100)
#715C54
(113,92,84)
#5B4A44
(91,74,68)
#453834
(69,56,52)
#2F2624
(47,38,36)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #F5C8B4

#F5C8B4
(245,200,180)
#F5CDBA
(245,205,186)
#F5D2C0
(245,210,192)
#F5D7C6
(245,215,198)
#F5DCCC
(245,220,204)
#F5E1D2
(245,225,210)
#F5E6D8
(245,230,216)
#F5EBDE
(245,235,222)
#F5F0E4
(245,240,228)
#F5F5EA
(245,245,234)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C8B4; }

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

This text font color is #F5C8B4.


Background Color

.myBgColor { background-color: #F5C8B4; }

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

This div background color is #F5C8B4.


Border color

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

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

This div border color is #F5C8B4.


Opacity

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

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

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

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

This text has shadow with #F5C8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C8B4 on black background.


Color preview on white background

This text has color #F5C8B4 on white background.



Black color preview on #F5C8B4 background

This text has black color on #F5C8B4 background.


White color preview on #F5C8B4 background

This text has white color on #F5C8B4 background.