COLOR #F5B9C6

HEX: #F5B9C6
RGB: (245,185,198)

Renk bilgisi

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

RGB renk modeli

#F5B9C6 color RGB value is (245,185,198).

  • kırmız ton 245;
  • yeşil ton 185;
  • mavi ton 198.
RGB:
(245,185,198)
(96%,73%,78%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 185 of 255 = 73%
B 198 of 255 = 78%

245
185
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 185 + 198 = 628 (100%)
R 245 of 628 ~ 39.01%
G 185 of 628 ~ 29.46%
B 198 of 628 ~ 31.53%

%39.01
%29.46
%31.53

CMYK RENK MODELİ

#F5B9C6 rengi CMYK tonu (0,24,19,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.49%
  • sarı tonu 19.18%
  • ana renk tonu 3.92%
CMYK:
(0,24,19,4)
C0M24Y19K4 
(0%,24%,19%,4%)
(0.00/0.24/0.19/0.04)	

CMYK yüzdeleri

%0
%24.49
%19.18
%3.92

Codes

Color #F5B9C6 in popluar color models

F5B9C6
RGB245185198
HSL347°75.00%84.31%
HSB/HSV347°24.49%96.08%
CMYK0.00%24.49%19.18%
3.92%

Color #F5B9C6 in popluar number systems.

HEXF5B9C6
Decimal245185198
Binary111101011011100111000110
Octal365271306

Shades and tints

Shades of #F5B9C6

#F5B9C6
(245,185,198)
#DFA9B4
(223,169,180)
#C999A2
(201,153,162)
#B38990
(179,137,144)
#9D797E
(157,121,126)
#87696C
(135,105,108)
#71595A
(113,89,90)
#5B4948
(91,73,72)
#453936
(69,57,54)
#2F2924
(47,41,36)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #F5B9C6

#F5B9C6
(245,185,198)
#F5BFCB
(245,191,203)
#F5C5D0
(245,197,208)
#F5CBD5
(245,203,213)
#F5D1DA
(245,209,218)
#F5D7DF
(245,215,223)
#F5DDE4
(245,221,228)
#F5E3E9
(245,227,233)
#F5E9EE
(245,233,238)
#F5EFF3
(245,239,243)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B9C6 color. Also use rgb(245,185,198) instead hex code.

Text Font Color

.myTextColor { color: #F5B9C6; }

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

This text font color is #F5B9C6.


Background Color

.myBgColor { background-color: #F5B9C6; }

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

This div background color is #F5B9C6.


Border color

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

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

This div border color is #F5B9C6.


Opacity

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

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

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

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

This text has shadow with #F5B9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B9C6 on black background.


Color preview on white background

This text has color #F5B9C6 on white background.



Black color preview on #F5B9C6 background

This text has black color on #F5B9C6 background.


White color preview on #F5B9C6 background

This text has white color on #F5B9C6 background.