Color Hex Logo

#fcaac6 Color Hex

#FCAAC6
(252,170,198)
0 Favorites   0 Comments

Color spaces of #fcaac6

RGB 252170198
HSL0.940.930.83
HSV340°33°99°
CMYK 0.000.330.21   0.01
XYZ64.712753.522160.3462
Yxy53.52210.36240.2997
Hunter Lab73.158829.86452.3049
CIE-Lab78.182233.9080-1.9001

#fcaac6 color RGB value is (252,170,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11000110
Octal 374 252 306
Decimal 252 170 198
Hex FC AA C6

RGB Percentages of Color #fcaac6

%40.65
%27.42
%31.94

CMYK Percentages of Color #fcaac6

%0
%33
%21
%1

Triadic Colors of #fcaac6

#fcaac6 #c6fcaa #aac6fc

Analogous Colors of #fcaac6

#fcaac6 #fcb7aa #fcaaef

Monochromatic Colors of #fcaac6

#fcaac6

Complementary Color

#fcaac6 #aafce0

#fcaac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaac6 Color CSS Codes

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

#fcaac6 Text Font Color

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

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


#fcaac6 Background Color

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

This div background color is #fcaac6


#fcaac6 Border Color

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

This div border color is #fcaac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaac6


Comments

No comments written yet.

Please login to write comment.