COLOR #FCA5FA

HEX: #FCA5FA
RGB: (252,165,250)

Renk bilgisi

#FCA5FA contains mainly red and blue colors. #FCA5FA ‘ nin web güvenlik rengi #FF99FF (ya da #F9F) dir.

RGB renk modeli

#FCA5FA color RGB value is (252,165,250).

  • kırmız ton 252;
  • yeşil ton 165;
  • mavi ton 250.
RGB:
(252,165,250)
(99%,65%,98%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 165 of 255 = 65%
B 250 of 255 = 98%

252
165
250

R + G + B ~ 87%. #FCA5FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 165 + 250 = 667 (100%)
R 252 of 667 ~ 37.78%
G 165 of 667 ~ 24.74%
B 250 of 667 ~ 37.48%

%37.78
%24.74
%37.48

CMYK RENK MODELİ

#FCA5FA rengi CMYK tonu (0,35,1,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.52%
  • sarı tonu 0.79%
  • ana renk tonu 1.18%
CMYK:
(0,35,1,1)
C0M35Y1K1 
(0%,35%,1%,1%)
(0.00/0.35/0.01/0.01)	

CMYK yüzdeleri

%0
%34.52
%0.79
%1.18

Codes

Color #FCA5FA in popluar color models

FCA5FA
RGB252165250
HSL301°93.55%81.76%
HSB/HSV301°34.52%98.82%
CMYK0.00%34.52%0.79%
1.18%

Color #FCA5FA in popluar number systems.

HEXFCA5FA
Decimal252165250
Binary111111001010010111111010
Octal374245372

Shades and tints

Shades of #FCA5FA

#FCA5FA
(252,165,250)
#E696E4
(230,150,228)
#D087CE
(208,135,206)
#BA78B8
(186,120,184)
#A469A2
(164,105,162)
#8E5A8C
(142,90,140)
#784B76
(120,75,118)
#623C60
(98,60,96)
#4C2D4A
(76,45,74)
#361E34
(54,30,52)
#200F1E
(32,15,30)
#000000
(0,0,0)

Tints of #FCA5FA

#FCA5FA
(252,165,250)
#FCADFA
(252,173,250)
#FCB5FA
(252,181,250)
#FCBDFA
(252,189,250)
#FCC5FA
(252,197,250)
#FCCDFA
(252,205,250)
#FCD5FA
(252,213,250)
#FCDDFA
(252,221,250)
#FCE5FA
(252,229,250)
#FCEDFA
(252,237,250)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA5FA color. Also use rgb(252,165,250) instead hex code.

Text Font Color

.myTextColor { color: #FCA5FA; }

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

This text font color is #FCA5FA.


Background Color

.myBgColor { background-color: #FCA5FA; }

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

This div background color is #FCA5FA.


Border color

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

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

This div border color is #FCA5FA.


Opacity

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

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

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

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

This text has shadow with #FCA5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA5FA on black background.


Color preview on white background

This text has color #FCA5FA on white background.



Black color preview on #FCA5FA background

This text has black color on #FCA5FA background.


White color preview on #FCA5FA background

This text has white color on #FCA5FA background.