Color Hex Logo

#fc3cae Color Hex

#FC3CAE
(252,60,174)
0 Favorites   0 Comments

Color spaces of #fc3cae

RGB 25260174
HSL0.900.970.61
HSV324°76°99°
CMYK 0.000.760.31   0.01
XYZ49.400726.983242.6490
Yxy26.98320.41500.2267
Hunter Lab51.945478.8514-12.3175
CIE-Lab58.958878.9100-17.0951

#fc3cae color RGB value is (252,60,174).

#fc3cae hex color red value is 252, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fc3cae hue: 0.90 , saturation: 0.97 and the lightness value of fc3cae is 0.61.

The process color (four color CMYK) of #fc3cae color hex is 0.00, 0.76, 0.31, 0.01. Web safe color of #fc3cae is #ff3399. Color #fc3cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111100 10101110
Octal 374 74 256
Decimal 252 60 174
Hex FC 3C AE

RGB Percentages of Color #fc3cae

%51.85
%12.35
%35.80

CMYK Percentages of Color #fc3cae

%0
%76
%31
%1

Triadic Colors of #fc3cae

#fc3cae #aefc3c #3caefc

Analogous Colors of #fc3cae

#fc3cae #fc3c4e #ea3cfc

Monochromatic Colors of #fc3cae

#fc3cae

Complementary Color

#fc3cae #3cfc8a

#fc3cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3cae Color CSS Codes

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

#fc3cae Text Font Color

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

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


#fc3cae Background Color

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

This div background color is #fc3cae


#fc3cae Border Color

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

This div border color is #fc3cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3cae

Related Colors


Comments

No comments written yet.

Please login to write comment.