Color Hex Logo

#fcaaec Color Hex

#FCAAEC
(252,170,236)
0 Favorites   0 Comments

Color spaces of #fcaaec

RGB 252170236
HSL0.870.930.83
HSV312°33°99°
CMYK 0.000.330.06   0.01
XYZ69.659955.501086.3982
Yxy55.50100.32930.2623
Hunter Lab74.499036.5323-16.6107
CIE-Lab79.329039.9002-20.7987

#fcaaec color RGB value is (252,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11101100
Octal 374 252 354
Decimal 252 170 236
Hex FC AA EC

RGB Percentages of Color #fcaaec

%38.30
%25.84
%35.87

CMYK Percentages of Color #fcaaec

%0
%33
%6
%1

Triadic Colors of #fcaaec

#fcaaec #ecfcaa #aaecfc

Analogous Colors of #fcaaec

#fcaaec #fcaac3 #e3aafc

Monochromatic Colors of #fcaaec

#fcaaec

Complementary Color

#fcaaec #aafcba

#fcaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaaec Color CSS Codes

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

#fcaaec Text Font Color

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

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


#fcaaec Background Color

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

This div background color is #fcaaec


#fcaaec Border Color

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

This div border color is #fcaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaaec

Related Colors

#fcaaec Color Palettes


Comments

No comments written yet.

Please login to write comment.