Color Hex Logo

#fc6fae Color Hex

#FC6FAE
(252,111,174)
0 Favorites   0 Comments

Color spaces of #fc6fae

RGB 252111174
HSL0.930.960.71
HSV333°56°99°
CMYK 0.000.560.31   0.01
XYZ53.469335.120344.0052
Yxy35.12030.40330.2649
Hunter Lab59.262457.3419-2.5420
CIE-Lab65.842259.9865-6.7620

#fc6fae color RGB value is (252,111,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101111 10101110
Octal 374 157 256
Decimal 252 111 174
Hex FC 6F AE

RGB Percentages of Color #fc6fae

%46.93
%20.67
%32.40

CMYK Percentages of Color #fc6fae

%0
%56
%31
%1

Triadic Colors of #fc6fae

#fc6fae #aefc6f #6faefc

Analogous Colors of #fc6fae

#fc6fae #fc776f #fc6ff5

Monochromatic Colors of #fc6fae

#fc6fae

Complementary Color

#fc6fae #6ffcbd

#fc6fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6fae Color CSS Codes

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

#fc6fae Text Font Color

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

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


#fc6fae Background Color

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

This div background color is #fc6fae


#fc6fae Border Color

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

This div border color is #fc6fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6fae


Comments

No comments written yet.

Please login to write comment.