Color Hex Logo

#fc7cae Color Hex

#FC7CAE
(252,124,174)
0 Favorites   0 Comments

Color spaces of #fc7cae

RGB 252124174
HSL0.930.960.74
HSV337°51°99°
CMYK 0.000.510.31   0.01
XYZ54.992538.166744.5129
Yxy38.16670.39940.2772
Hunter Lab61.779250.77740.5261
CIE-Lab68.143353.9509-3.3611

#fc7cae color RGB value is (252,124,174).

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

The process color (four color CMYK) of #fc7cae color hex is 0.00, 0.51, 0.31, 0.01. Web safe color of #fc7cae is #ff6699. Color #fc7cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111100 10101110
Octal 374 174 256
Decimal 252 124 174
Hex FC 7C AE

RGB Percentages of Color #fc7cae

%45.82
%22.55
%31.64

CMYK Percentages of Color #fc7cae

%0
%51
%31
%1

Triadic Colors of #fc7cae

#fc7cae #aefc7c #7caefc

Analogous Colors of #fc7cae

#fc7cae #fc8a7c #fc7cee

Monochromatic Colors of #fc7cae

#fc7cae

Complementary Color

#fc7cae #7cfcca

#fc7cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7cae Color CSS Codes

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

#fc7cae Text Font Color

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

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


#fc7cae Background Color

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

This div background color is #fc7cae


#fc7cae Border Color

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

This div border color is #fc7cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,124,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 #fc7cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7cae

Related Colors


Comments

No comments written yet.

Please login to write comment.