Color Hex Logo

#fca1fa Color Hex

#FCA1FA
(252,161,250)
0 Favorites   0 Comments

Color spaces of #fca1fa

RGB 252161250
HSL0.840.940.81
HSV301°36°99°
CMYK 0.000.360.01   0.01
XYZ70.145153.087396.9923
Yxy53.08730.31850.2411
Hunter Lab72.861044.3395-27.9239
CIE-Lab77.926546.9895-30.4949

#fca1fa color RGB value is (252,161,250).

#fca1fa hex color red value is 252, green value is 161 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fca1fa hue: 0.84 , saturation: 0.94 and the lightness value of fca1fa is 0.81.

The process color (four color CMYK) of #fca1fa color hex is 0.00, 0.36, 0.01, 0.01. Web safe color of #fca1fa is #ff99ff. Color #fca1fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 11111010
Octal 374 241 372
Decimal 252 161 250
Hex FC A1 FA

RGB Percentages of Color #fca1fa

%38.01
%24.28
%37.71

CMYK Percentages of Color #fca1fa

%0
%36
%1
%1

Triadic Colors of #fca1fa

#fca1fa #fafca1 #a1fafc

Analogous Colors of #fca1fa

#fca1fa #fca1cd #d1a1fc

Monochromatic Colors of #fca1fa

#fca1fa

Complementary Color

#fca1fa #a1fca3

#fca1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca1fa Color CSS Codes

.mybgcolor {background-color:#fca1fa; } 
.myforecolor {color:#fca1fa; }
.mybordercolor {border:3px solid #fca1fa; }

#fca1fa Text Font Color

<p style="color:#fca1fa">Text here</p>

This sample text font color is #fca1fa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fca1fa Background Color

<div style="background-color:#fca1fa">
Div content here</div>

This div background color is #fca1fa


#fca1fa Border Color

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

This div border color is #fca1fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,161,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fca1fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fca1fa;
  -webkit-box-shadow: 1px 1px 3px 2px #fca1fa;
  box-shadow:         1px 1px 3px 2px #fca1fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,161,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fca1fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fca1fa;
  -webkit-box-shadow: 1px 1px 3px 2px #fca1fa;
  box-shadow:         1px 1px 3px 2px #fca1fa;">
Div content here</div>

This div box has shadow with color #fca1fa

Related Colors


Comments

No comments written yet.

Please login to write comment.