Color Hex Logo

#fcaea6 Color Hex

#FCAEA6
(252,174,166)
0 Favorites   0 Comments

Color spaces of #fcaea6

RGB 252174166
HSL0.020.930.82
HSV34°99°
CMYK 0.000.310.34   0.01
XYZ62.163953.720743.1691
Yxy53.72070.39080.3378
Hunter Lab73.294423.127716.3853
CIE-Lab78.298627.554115.6570

#fcaea6 color RGB value is (252,174,166).

#fcaea6 hex color red value is 252, green value is 174 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #fcaea6 hue: 0.02 , saturation: 0.93 and the lightness value of fcaea6 is 0.82.

The process color (four color CMYK) of #fcaea6 color hex is 0.00, 0.31, 0.34, 0.01. Web safe color of #fcaea6 is #ff9999. Color #fcaea6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 10100110
Octal 374 256 246
Decimal 252 174 166
Hex FC AE A6

RGB Percentages of Color #fcaea6

%42.57
%29.39
%28.04

CMYK Percentages of Color #fcaea6

%0
%31
%34
%1

Triadic Colors of #fcaea6

#fcaea6 #a6fcae #aea6fc

Analogous Colors of #fcaea6

#fcaea6 #fcd9a6 #fca6c9

Monochromatic Colors of #fcaea6

#fcaea6

Complementary Color

#fcaea6 #a6f4fc

#fcaea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaea6 Color CSS Codes

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

#fcaea6 Text Font Color

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

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


#fcaea6 Background Color

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

This div background color is #fcaea6


#fcaea6 Border Color

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

This div border color is #fcaea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaea6


Comments

No comments written yet.

Please login to write comment.