COLOR #F5ABD4

HEX: #F5ABD4
RGB: (245,171,212)

Renk bilgisi

#F5ABD4 contains mainly red and blue colors. #F5ABD4 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#F5ABD4 color RGB value is (245,171,212).

  • kırmız ton 245;
  • yeşil ton 171;
  • mavi ton 212.
RGB:
(245,171,212)
(96%,67%,83%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 171 of 255 = 67%
B 212 of 255 = 83%

245
171
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 171 + 212 = 628 (100%)
R 245 of 628 ~ 39.01%
G 171 of 628 ~ 27.23%
B 212 of 628 ~ 33.76%

%39.01
%27.23
%33.76

CMYK RENK MODELİ

#F5ABD4 rengi CMYK tonu (0,30,13,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.20%
  • sarı tonu 13.47%
  • ana renk tonu 3.92%
CMYK:
(0,30,13,4)
C0M30Y13K4 
(0%,30%,13%,4%)
(0.00/0.30/0.13/0.04)	

CMYK yüzdeleri

%0
%30.2
%13.47
%3.92

Codes

Color #F5ABD4 in popluar color models

F5ABD4
RGB245171212
HSL327°78.72%81.57%
HSB/HSV327°30.20%96.08%
CMYK0.00%30.20%13.47%
3.92%

Color #F5ABD4 in popluar number systems.

HEXF5ABD4
Decimal245171212
Binary111101011010101111010100
Octal365253324

Shades and tints

Shades of #F5ABD4

#F5ABD4
(245,171,212)
#DF9CC1
(223,156,193)
#C98DAE
(201,141,174)
#B37E9B
(179,126,155)
#9D6F88
(157,111,136)
#876075
(135,96,117)
#715162
(113,81,98)
#5B424F
(91,66,79)
#45333C
(69,51,60)
#2F2429
(47,36,41)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #F5ABD4

#F5ABD4
(245,171,212)
#F5B2D7
(245,178,215)
#F5B9DA
(245,185,218)
#F5C0DD
(245,192,221)
#F5C7E0
(245,199,224)
#F5CEE3
(245,206,227)
#F5D5E6
(245,213,230)
#F5DCE9
(245,220,233)
#F5E3EC
(245,227,236)
#F5EAEF
(245,234,239)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5ABD4 color. Also use rgb(245,171,212) instead hex code.

Text Font Color

.myTextColor { color: #F5ABD4; }

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

This text font color is #F5ABD4.


Background Color

.myBgColor { background-color: #F5ABD4; }

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

This div background color is #F5ABD4.


Border color

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

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

This div border color is #F5ABD4.


Opacity

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

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

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

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

This text has shadow with #F5ABD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5ABD4 on black background.


Color preview on white background

This text has color #F5ABD4 on white background.



Black color preview on #F5ABD4 background

This text has black color on #F5ABD4 background.


White color preview on #F5ABD4 background

This text has white color on #F5ABD4 background.