Color Hex Logo

#fc7baa Color Hex

#FC7BAA
(252,123,170)
0 Favorites   0 Comments

Color spaces of #fc7baa

RGB 252123170
HSL0.940.960.74
HSV338°51°99°
CMYK 0.000.510.33   0.01
XYZ54.483537.763642.4477
Yxy37.76360.40450.2804
Hunter Lab61.452150.71712.0622
CIE-Lab67.846053.9428-1.5416

#fc7baa color RGB value is (252,123,170).

#fc7baa hex color red value is 252, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fc7baa hue: 0.94 , saturation: 0.96 and the lightness value of fc7baa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111011 10101010
Octal 374 173 252
Decimal 252 123 170
Hex FC 7B AA

RGB Percentages of Color #fc7baa

%46.24
%22.57
%31.19

CMYK Percentages of Color #fc7baa

%0
%51
%33
%1

Triadic Colors of #fc7baa

#fc7baa #aafc7b #7baafc

Analogous Colors of #fc7baa

#fc7baa #fc8d7b #fc7beb

Monochromatic Colors of #fc7baa

#fc7baa

Complementary Color

#fc7baa #7bfccd

#fc7baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7baa Color CSS Codes

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

#fc7baa Text Font Color

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

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


#fc7baa Background Color

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

This div background color is #fc7baa


#fc7baa Border Color

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

This div border color is #fc7baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7baa

Related Colors


Comments

No comments written yet.

Please login to write comment.