Color Hex Logo

#fcaae0 Color Hex

#FCAAE0
(252,170,224)
0 Favorites   0 Comments

Color spaces of #fcaae0

RGB 252170224
HSL0.890.930.83
HSV320°33°99°
CMYK 0.000.330.11   0.01
XYZ67.974254.826777.5210
Yxy54.82670.33930.2737
Hunter Lab74.045134.2862-10.2418
CIE-Lab78.941337.9050-14.8950

#fcaae0 color RGB value is (252,170,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11100000
Octal 374 252 340
Decimal 252 170 224
Hex FC AA E0

RGB Percentages of Color #fcaae0

%39.01
%26.32
%34.67

CMYK Percentages of Color #fcaae0

%0
%33
%11
%1

Triadic Colors of #fcaae0

#fcaae0 #e0fcaa #aae0fc

Analogous Colors of #fcaae0

#fcaae0 #fcaab7 #efaafc

Monochromatic Colors of #fcaae0

#fcaae0

Complementary Color

#fcaae0 #aafcc6

#fcaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaae0 Color CSS Codes

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

#fcaae0 Text Font Color

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

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


#fcaae0 Background Color

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

This div background color is #fcaae0


#fcaae0 Border Color

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

This div border color is #fcaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaae0


Comments

No comments written yet.

Please login to write comment.