Color Hex Logo

#fc69ae Color Hex

#FC69AE
(252,105,174)
0 Favorites   0 Comments

Color spaces of #fc69ae

RGB 252105174
HSL0.920.960.70
HSV332°58°99°
CMYK 0.000.580.31   0.01
XYZ52.836433.854643.7942
Yxy33.85460.40490.2595
Hunter Lab58.184760.2691-3.8968
CIE-Lab64.847062.6413-8.2412

#fc69ae color RGB value is (252,105,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101001 10101110
Octal 374 151 256
Decimal 252 105 174
Hex FC 69 AE

RGB Percentages of Color #fc69ae

%47.46
%19.77
%32.77

CMYK Percentages of Color #fc69ae

%0
%58
%31
%1

Triadic Colors of #fc69ae

#fc69ae #aefc69 #69aefc

Analogous Colors of #fc69ae

#fc69ae #fc6e69 #fc69f8

Monochromatic Colors of #fc69ae

#fc69ae

Complementary Color

#fc69ae #69fcb7

#fc69ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc69ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc69ae Color CSS Codes

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

#fc69ae Text Font Color

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

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


#fc69ae Background Color

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

This div background color is #fc69ae


#fc69ae Border Color

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

This div border color is #fc69ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc69ae

Related Colors


Comments

No comments written yet.

Please login to write comment.