Color Hex Logo

#fca4eb Color Hex

#FCA4EB
(252,164,235)
0 Favorites   0 Comments

Color spaces of #fca4eb

RGB 252164235
HSL0.870.940.82
HSV312°35°99°
CMYK 0.000.350.07   0.01
XYZ68.415753.244585.2686
Yxy53.24450.33060.2573
Hunter Lab72.968839.6665-18.2059
CIE-Lab78.019142.8460-22.2466

#fca4eb color RGB value is (252,164,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 11101011
Octal 374 244 353
Decimal 252 164 235
Hex FC A4 EB

RGB Percentages of Color #fca4eb

%38.71
%25.19
%36.10

CMYK Percentages of Color #fca4eb

%0
%35
%7
%1

Triadic Colors of #fca4eb

#fca4eb #ebfca4 #a4ebfc

Analogous Colors of #fca4eb

#fca4eb #fca4bf #e1a4fc

Monochromatic Colors of #fca4eb

#fca4eb

Complementary Color

#fca4eb #a4fcb5

#fca4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca4eb Color CSS Codes

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

#fca4eb Text Font Color

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

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


#fca4eb Background Color

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

This div background color is #fca4eb


#fca4eb Border Color

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

This div border color is #fca4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca4eb

Related Colors


Comments

No comments written yet.

Please login to write comment.