COLOR #F5B5FA

HEX: #F5B5FA
RGB: (245,181,250)

Renk bilgisi

#F5B5FA contains mainly red and blue colors. #F5B5FA ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#F5B5FA color RGB value is (245,181,250).

  • kırmız ton 245;
  • yeşil ton 181;
  • mavi ton 250.
RGB:
(245,181,250)
(96%,71%,98%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 181 of 255 = 71%
B 250 of 255 = 98%

245
181
250

R + G + B ~ 88%. #F5B5FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 181 + 250 = 676 (100%)
R 245 of 676 ~ 36.24%
G 181 of 676 ~ 26.78%
B 250 of 676 ~ 36.98%

%36.24
%26.78
%36.98

CMYK RENK MODELİ

#F5B5FA rengi CMYK tonu (2,28,0,2).

  • camgöbeği tonu 2.00%
  • eflatun tonu 27.60%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(2,28,0,2)
C2M28Y0K2 
(2%,28%,0%,2%)
(0.02/0.28/0.00/0.02)	

CMYK yüzdeleri

%2
%27.6
%0
%1.96

Codes

Color #F5B5FA in popluar color models

F5B5FA
RGB245181250
HSL296°87.34%84.51%
HSB/HSV296°27.60%98.04%
CMYK2.00%27.60%0.00%
1.96%

Color #F5B5FA in popluar number systems.

HEXF5B5FA
Decimal245181250
Binary111101011011010111111010
Octal365265372

Shades and tints

Shades of #F5B5FA

#F5B5FA
(245,181,250)
#DFA5E4
(223,165,228)
#C995CE
(201,149,206)
#B385B8
(179,133,184)
#9D75A2
(157,117,162)
#87658C
(135,101,140)
#715576
(113,85,118)
#5B4560
(91,69,96)
#45354A
(69,53,74)
#2F2534
(47,37,52)
#19151E
(25,21,30)
#000000
(0,0,0)

Tints of #F5B5FA

#F5B5FA
(245,181,250)
#F5BBFA
(245,187,250)
#F5C1FA
(245,193,250)
#F5C7FA
(245,199,250)
#F5CDFA
(245,205,250)
#F5D3FA
(245,211,250)
#F5D9FA
(245,217,250)
#F5DFFA
(245,223,250)
#F5E5FA
(245,229,250)
#F5EBFA
(245,235,250)
#F5F1FA
(245,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B5FA color. Also use rgb(245,181,250) instead hex code.

Text Font Color

.myTextColor { color: #F5B5FA; }

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

This text font color is #F5B5FA.


Background Color

.myBgColor { background-color: #F5B5FA; }

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

This div background color is #F5B5FA.


Border color

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

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

This div border color is #F5B5FA.


Opacity

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

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

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

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

This text has shadow with #F5B5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B5FA on black background.


Color preview on white background

This text has color #F5B5FA on white background.



Black color preview on #F5B5FA background

This text has black color on #F5B5FA background.


White color preview on #F5B5FA background

This text has white color on #F5B5FA background.