color codes Logo

#fca5fd color codes

#FCA5FD
(252,165,253)
0 Favorites   0 Comments

Color spaces of #fca5fd

RGB 252165253
HSL0.830.960.82
HSV299°35°99°
CMYK 0.000.350.00   0.01
XYZ71.329654.697699.7267
Yxy54.69760.31600.2423
Hunter Lab73.957842.7305-28.1777
CIE-Lab78.866845.4659-30.6655

#fca5fd color RGB value is (252,165,253).

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

The process color (four color CMYK) of #fca5fd color code is 0.00, 0.35, 0.00, 0.01. Web safe color of #fca5fd is #ff99ff. Color #fca5fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 11111101
Octal 374 245 375
Decimal 252 165 253
Hex FC A5 FD

RGB Percentages of Color #fca5fd

%37.61
%24.63
%37.76

CMYK Percentages of Color #fca5fd

%0
%35
%0
%1

Triadic Colors of #fca5fd

#fca5fd #fdfca5 #a5fdfc

Analogous Colors of #fca5fd

#fca5fd #fda5d2 #d0a5fd

Monochromatic Colors of #fca5fd

#fca5fd

Complementary Color

#fca5fd #a6fda5

#fca5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca5fd Color CSS Codes

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

#fca5fd Text Font Color

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

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


#fca5fd Background Color

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

This div background color is #fca5fd


#fca5fd Border Color

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

This div border color is #fca5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca5fd

Related Colors


Comments

No comments written yet.

Please login to write comment.