Color Hex Logo

#fc3fae Color Hex

#FC3FAE
(252,63,174)
0 Favorites   0 Comments

Color spaces of #fc3fae

RGB 25263174
HSL0.900.970.62
HSV325°75°99°
CMYK 0.000.750.31   0.01
XYZ49.562427.306542.7028
Yxy27.30650.41450.2284
Hunter Lab52.255677.8529-11.8723
CIE-Lab59.257078.0629-16.6425

#fc3fae color RGB value is (252,63,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111111 10101110
Octal 374 77 256
Decimal 252 63 174
Hex FC 3F AE

RGB Percentages of Color #fc3fae

%51.53
%12.88
%35.58

CMYK Percentages of Color #fc3fae

%0
%75
%31
%1

Triadic Colors of #fc3fae

#fc3fae #aefc3f #3faefc

Analogous Colors of #fc3fae

#fc3fae #fc3f50 #ec3ffc

Monochromatic Colors of #fc3fae

#fc3fae

Complementary Color

#fc3fae #3ffc8d

#fc3fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3fae Color CSS Codes

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

#fc3fae Text Font Color

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

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


#fc3fae Background Color

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

This div background color is #fc3fae


#fc3fae Border Color

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

This div border color is #fc3fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3fae

Related Colors


Comments

No comments written yet.

Please login to write comment.