Color Hex Logo

#fc6aad Color Hex

#FC6AAD
(252,106,173)
0 Favorites   0 Comments

Color spaces of #fc6aad

RGB 252106173
HSL0.920.960.70
HSV332°58°99°
CMYK 0.000.580.31   0.01
XYZ52.841734.020643.3167
Yxy34.02060.40590.2613
Hunter Lab58.327259.6401-3.2027
CIE-Lab64.978962.0864-7.4752

#fc6aad color RGB value is (252,106,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101010 10101101
Octal 374 152 255
Decimal 252 106 173
Hex FC 6A AD

RGB Percentages of Color #fc6aad

%47.46
%19.96
%32.58

CMYK Percentages of Color #fc6aad

%0
%58
%31
%1

Triadic Colors of #fc6aad

#fc6aad #adfc6a #6aadfc

Analogous Colors of #fc6aad

#fc6aad #fc706a #fc6af6

Monochromatic Colors of #fc6aad

#fc6aad

Complementary Color

#fc6aad #6afcb9

#fc6aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6aad Color CSS Codes

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

#fc6aad Text Font Color

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

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


#fc6aad Background Color

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

This div background color is #fc6aad


#fc6aad Border Color

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

This div border color is #fc6aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,106,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc6aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6aad

Related Colors


Comments

No comments written yet.

Please login to write comment.