COLOR #F5B9DA

HEX: #F5B9DA
RGB: (245,185,218)

Renk bilgisi

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

RGB renk modeli

#F5B9DA color RGB value is (245,185,218).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 185 of 255 = 73%
B 218 of 255 = 85%

245
185
218

R + G + B ~ 85%. #F5B9DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 185 + 218 = 648 (100%)
R 245 of 648 ~ 37.81%
G 185 of 648 ~ 28.55%
B 218 of 648 ~ 33.64%

%37.81
%28.55
%33.64

CMYK RENK MODELİ

#F5B9DA rengi CMYK tonu (0,24,11,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.49%
  • sarı tonu 11.02%
  • ana renk tonu 3.92%
CMYK:
(0,24,11,4)
C0M24Y11K4 
(0%,24%,11%,4%)
(0.00/0.24/0.11/0.04)	

CMYK yüzdeleri

%0
%24.49
%11.02
%3.92

Codes

Color #F5B9DA in popluar color models

F5B9DA
RGB245185218
HSL327°75.00%84.31%
HSB/HSV327°24.49%96.08%
CMYK0.00%24.49%11.02%
3.92%

Color #F5B9DA in popluar number systems.

HEXF5B9DA
Decimal245185218
Binary111101011011100111011010
Octal365271332

Shades and tints

Shades of #F5B9DA

#F5B9DA
(245,185,218)
#DFA9C7
(223,169,199)
#C999B4
(201,153,180)
#B389A1
(179,137,161)
#9D798E
(157,121,142)
#87697B
(135,105,123)
#715968
(113,89,104)
#5B4955
(91,73,85)
#453942
(69,57,66)
#2F292F
(47,41,47)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #F5B9DA

#F5B9DA
(245,185,218)
#F5BFDD
(245,191,221)
#F5C5E0
(245,197,224)
#F5CBE3
(245,203,227)
#F5D1E6
(245,209,230)
#F5D7E9
(245,215,233)
#F5DDEC
(245,221,236)
#F5E3EF
(245,227,239)
#F5E9F2
(245,233,242)
#F5EFF5
(245,239,245)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B9DA; }

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

This text font color is #F5B9DA.


Background Color

.myBgColor { background-color: #F5B9DA; }

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

This div background color is #F5B9DA.


Border color

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

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

This div border color is #F5B9DA.


Opacity

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

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

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

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

This text has shadow with #F5B9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B9DA on black background.


Color preview on white background

This text has color #F5B9DA on white background.



Black color preview on #F5B9DA background

This text has black color on #F5B9DA background.


White color preview on #F5B9DA background

This text has white color on #F5B9DA background.