Color Hex Logo

#fca4fa Color Hex

#FCA4FA
(252,164,250)
0 Favorites   0 Comments

Color spaces of #fca4fa

RGB 252164250
HSL0.840.940.82
HSV301°35°99°
CMYK 0.000.350.01   0.01
XYZ70.675754.148597.1692
Yxy54.14850.31840.2439
Hunter Lab73.585742.6663-26.7819
CIE-Lab78.548245.4461-29.5399

#fca4fa color RGB value is (252,164,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 11111010
Octal 374 244 372
Decimal 252 164 250
Hex FC A4 FA

RGB Percentages of Color #fca4fa

%37.84
%24.62
%37.54

CMYK Percentages of Color #fca4fa

%0
%35
%1
%1

Triadic Colors of #fca4fa

#fca4fa #fafca4 #a4fafc

Analogous Colors of #fca4fa

#fca4fa #fca4ce #d2a4fc

Monochromatic Colors of #fca4fa

#fca4fa

Complementary Color

#fca4fa #a4fca6

#fca4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca4fa Color CSS Codes

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

#fca4fa Text Font Color

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

This sample text font color is #fca4fa
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.


#fca4fa Background Color

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

This div background color is #fca4fa


#fca4fa Border Color

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

This div border color is #fca4fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,164,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 #fca4fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca4fa


Comments

No comments written yet.

Please login to write comment.