Color Hex Logo

#fcaace Color Hex

#FCAACE
(252,170,206)
0 Favorites   0 Comments

Color spaces of #fcaace

RGB 252170206
HSL0.930.930.83
HSV334°33°99°
CMYK 0.000.330.18   0.01
XYZ65.660253.901165.3358
Yxy53.90110.35510.2915
Hunter Lab73.417431.1596-1.3714
CIE-Lab78.404035.0885-5.9261

#fcaace color RGB value is (252,170,206).

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

The process color (four color CMYK) of #fcaace color hex is 0.00, 0.33, 0.18, 0.01. Web safe color of #fcaace is #ff99cc. Color #fcaace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11001110
Octal 374 252 316
Decimal 252 170 206
Hex FC AA CE

RGB Percentages of Color #fcaace

%40.13
%27.07
%32.80

CMYK Percentages of Color #fcaace

%0
%33
%18
%1

Triadic Colors of #fcaace

#fcaace #cefcaa #aacefc

Analogous Colors of #fcaace

#fcaace #fcafaa #fcaaf7

Monochromatic Colors of #fcaace

#fcaace

Complementary Color

#fcaace #aafcd8

#fcaace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaace Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaace Color CSS Codes

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

#fcaace Text Font Color

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

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


#fcaace Background Color

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

This div background color is #fcaace


#fcaace Border Color

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

This div border color is #fcaace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaace


Comments

No comments written yet.

Please login to write comment.