Color Hex Logo

#fc50aa Color Hex

#FC50AA
(252,80,170)
0 Favorites   0 Comments

Color spaces of #fc50aa

RGB 25280170
HSL0.910.970.65
HSV329°68°99°
CMYK 0.000.680.33   0.01
XYZ50.269229.335041.0430
Yxy29.33500.41670.2431
Hunter Lab54.161870.8881-7.0158
CIE-Lab61.076272.1256-11.5841

#fc50aa color RGB value is (252,80,170).

#fc50aa hex color red value is 252, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fc50aa hue: 0.91 , saturation: 0.97 and the lightness value of fc50aa is 0.65.

The process color (four color CMYK) of #fc50aa color hex is 0.00, 0.68, 0.33, 0.01. Web safe color of #fc50aa is #ff6699. Color #fc50aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010000 10101010
Octal 374 120 252
Decimal 252 80 170
Hex FC 50 AA

RGB Percentages of Color #fc50aa

%50.20
%15.94
%33.86

CMYK Percentages of Color #fc50aa

%0
%68
%33
%1

Triadic Colors of #fc50aa

#fc50aa #aafc50 #50aafc

Analogous Colors of #fc50aa

#fc50aa #fc5054 #f850fc

Monochromatic Colors of #fc50aa

#fc50aa

Complementary Color

#fc50aa #50fca2

#fc50aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc50aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc50aa Color CSS Codes

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

#fc50aa Text Font Color

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

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


#fc50aa Background Color

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

This div background color is #fc50aa


#fc50aa Border Color

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

This div border color is #fc50aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc50aa

Related Colors


Comments

No comments written yet.

Please login to write comment.