Color Hex Logo

#fca3fe Color Hex

#FCA3FE
(252,163,254)
0 Favorites   0 Comments

Color spaces of #fca3fe

RGB 252163254
HSL0.830.980.82
HSV299°36°100°
CMYK 0.010.360.00   0.00
XYZ71.131554.0456100.4487
Yxy54.04560.31530.2395
Hunter Lab73.515744.0585-29.5503
CIE-Lab78.488346.6761-31.7856

#fca3fe color RGB value is (252,163,254).

#fca3fe hex color red value is 252, green value is 163 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fca3fe hue: 0.83 , saturation: 0.98 and the lightness value of fca3fe is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 11111110
Octal 374 243 376
Decimal 252 163 254
Hex FC A3 FE

RGB Percentages of Color #fca3fe

%37.67
%24.36
%37.97

CMYK Percentages of Color #fca3fe

%1
%36
%0
%0

Triadic Colors of #fca3fe

#fca3fe #fefca3 #a3fefc

Analogous Colors of #fca3fe

#fca3fe #fea3d3 #cfa3fe

Monochromatic Colors of #fca3fe

#fca3fe

Complementary Color

#fca3fe #a5fea3

#fca3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca3fe Color CSS Codes

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

#fca3fe Text Font Color

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

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


#fca3fe Background Color

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

This div background color is #fca3fe


#fca3fe Border Color

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

This div border color is #fca3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.