COLOR #F5ABD5

HEX: #F5ABD5
RGB: (245,171,213)

Renk bilgisi

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

RGB renk modeli

#F5ABD5 color RGB value is (245,171,213).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 171 of 255 = 67%
B 213 of 255 = 84%

245
171
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 171 + 213 = 629 (100%)
R 245 of 629 ~ 38.95%
G 171 of 629 ~ 27.19%
B 213 of 629 ~ 33.86%

%38.95
%27.19
%33.86

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.20%
  • sarı tonu 13.06%
  • 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.06
%3.92

Codes

Color #F5ABD5 in popluar color models

F5ABD5
RGB245171213
HSL326°78.72%81.57%
HSB/HSV326°30.20%96.08%
CMYK0.00%30.20%13.06%
3.92%

Color #F5ABD5 in popluar number systems.

HEXF5ABD5
Decimal245171213
Binary111101011010101111010101
Octal365253325

Shades and tints

Shades of #F5ABD5

#F5ABD5
(245,171,213)
#DF9CC2
(223,156,194)
#C98DAF
(201,141,175)
#B37E9C
(179,126,156)
#9D6F89
(157,111,137)
#876076
(135,96,118)
#715163
(113,81,99)
#5B4250
(91,66,80)
#45333D
(69,51,61)
#2F242A
(47,36,42)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #F5ABD5

#F5ABD5
(245,171,213)
#F5B2D8
(245,178,216)
#F5B9DB
(245,185,219)
#F5C0DE
(245,192,222)
#F5C7E1
(245,199,225)
#F5CEE4
(245,206,228)
#F5D5E7
(245,213,231)
#F5DCEA
(245,220,234)
#F5E3ED
(245,227,237)
#F5EAF0
(245,234,240)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5ABD5; }

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

This text font color is #F5ABD5.


Background Color

.myBgColor { background-color: #F5ABD5; }

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

This div background color is #F5ABD5.


Border color

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

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

This div border color is #F5ABD5.


Opacity

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

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

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

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

This text has shadow with #F5ABD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5ABD5 on black background.


Color preview on white background

This text has color #F5ABD5 on white background.



Black color preview on #F5ABD5 background

This text has black color on #F5ABD5 background.


White color preview on #F5ABD5 background

This text has white color on #F5ABD5 background.