Color Hex Logo

#fcaaea Color Hex

#FCAAEA
(252,170,234)
0 Favorites   0 Comments

Color spaces of #fcaaea

RGB 252170234
HSL0.870.930.83
HSV313°33°99°
CMYK 0.000.330.07   0.01
XYZ69.370955.385484.8761
Yxy55.38540.33090.2642
Hunter Lab74.421436.1490-15.5241
CIE-Lab79.262739.5614-19.8191

#fcaaea color RGB value is (252,170,234).

#fcaaea hex color red value is 252, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fcaaea hue: 0.87 , saturation: 0.93 and the lightness value of fcaaea is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11101010
Octal 374 252 352
Decimal 252 170 234
Hex FC AA EA

RGB Percentages of Color #fcaaea

%38.41
%25.91
%35.67

CMYK Percentages of Color #fcaaea

%0
%33
%7
%1

Triadic Colors of #fcaaea

#fcaaea #eafcaa #aaeafc

Analogous Colors of #fcaaea

#fcaaea #fcaac1 #e5aafc

Monochromatic Colors of #fcaaea

#fcaaea

Complementary Color

#fcaaea #aafcbc

#fcaaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaaea Color CSS Codes

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

#fcaaea Text Font Color

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

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


#fcaaea Background Color

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

This div background color is #fcaaea


#fcaaea Border Color

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

This div border color is #fcaaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaaea

Related Colors


Comments

No comments written yet.

Please login to write comment.