Color Hex Logo

#fcaae7 Color Hex

#FCAAE7
(252,170,231)
0 Favorites   0 Comments

Color spaces of #fcaae7

RGB 252170231
HSL0.880.930.83
HSV315°33°99°
CMYK 0.000.330.08   0.01
XYZ68.943455.214482.6250
Yxy55.21440.33340.2670
Hunter Lab74.306435.5807-13.9130
CIE-Lab79.164639.0578-18.3465

#fcaae7 color RGB value is (252,170,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11100111
Octal 374 252 347
Decimal 252 170 231
Hex FC AA E7

RGB Percentages of Color #fcaae7

%38.59
%26.03
%35.38

CMYK Percentages of Color #fcaae7

%0
%33
%8
%1

Triadic Colors of #fcaae7

#fcaae7 #e7fcaa #aae7fc

Analogous Colors of #fcaae7

#fcaae7 #fcaabe #e8aafc

Monochromatic Colors of #fcaae7

#fcaae7

Complementary Color

#fcaae7 #aafcbf

#fcaae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaae7 Color CSS Codes

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

#fcaae7 Text Font Color

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

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


#fcaae7 Background Color

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

This div background color is #fcaae7


#fcaae7 Border Color

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

This div border color is #fcaae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaae7


Comments

No comments written yet.

Please login to write comment.