Color Hex Logo

#fcaaae Color Hex

#FCAAAE
(252,170,174)
0 Favorites   0 Comments

Color spaces of #fcaaae

RGB 252170174
HSL0.990.930.83
HSV357°33°99°
CMYK 0.000.330.31   0.01
XYZ62.159652.500946.9019
Yxy52.50090.38470.3250
Hunter Lab72.457526.330312.3417
CIE-Lab77.579430.644110.2986

#fcaaae color RGB value is (252,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 10101110
Octal 374 252 256
Decimal 252 170 174
Hex FC AA AE

RGB Percentages of Color #fcaaae

%42.28
%28.52
%29.19

CMYK Percentages of Color #fcaaae

%0
%33
%31
%1

Triadic Colors of #fcaaae

#fcaaae #aefcaa #aaaefc

Analogous Colors of #fcaaae

#fcaaae #fccfaa #fcaad7

Monochromatic Colors of #fcaaae

#fcaaae

Complementary Color

#fcaaae #aafcf8

#fcaaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaaae Color CSS Codes

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

#fcaaae Text Font Color

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

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


#fcaaae Background Color

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

This div background color is #fcaaae


#fcaaae Border Color

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

This div border color is #fcaaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaaae


Comments

No comments written yet.

Please login to write comment.