Color Hex Logo

#fca5eb Color Hex

#FCA5EB
(252,165,235)
0 Favorites   0 Comments

Color spaces of #fca5eb

RGB 252165235
HSL0.870.940.82
HSV312°35°99°
CMYK 0.000.350.07   0.01
XYZ68.595453.603985.3285
Yxy53.60390.33050.2583
Hunter Lab73.214739.1123-17.8496
CIE-Lab78.230242.3282-21.9258

#fca5eb color RGB value is (252,165,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 11101011
Octal 374 245 353
Decimal 252 165 235
Hex FC A5 EB

RGB Percentages of Color #fca5eb

%38.65
%25.31
%36.04

CMYK Percentages of Color #fca5eb

%0
%35
%7
%1

Triadic Colors of #fca5eb

#fca5eb #ebfca5 #a5ebfc

Analogous Colors of #fca5eb

#fca5eb #fca5c0 #e2a5fc

Monochromatic Colors of #fca5eb

#fca5eb

Complementary Color

#fca5eb #a5fcb6

#fca5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca5eb Color CSS Codes

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

#fca5eb Text Font Color

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

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


#fca5eb Background Color

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

This div background color is #fca5eb


#fca5eb Border Color

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

This div border color is #fca5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca5eb

Related Colors


Comments

No comments written yet.

Please login to write comment.