Color Hex Logo

#fc649d Color Hex

#FC649D
(252,100,157)
0 Favorites   0 Comments

Color spaces of #fc649d

RGB 252100157
HSL0.940.960.69
HSV338°60°99°
CMYK 0.000.600.38   0.01
XYZ50.787932.244135.4452
Yxy32.24410.42870.2722
Hunter Lab56.783960.27982.7392
CIE-Lab63.544162.8738-0.4372

#fc649d color RGB value is (252,100,157).

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

The process color (four color CMYK) of #fc649d color hex is 0.00, 0.60, 0.38, 0.01. Web safe color of #fc649d is #ff6699. Color #fc649d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100100 10011101
Octal 374 144 235
Decimal 252 100 157
Hex FC 64 9D

RGB Percentages of Color #fc649d

%49.51
%19.65
%30.84

CMYK Percentages of Color #fc649d

%0
%60
%38
%1

Triadic Colors of #fc649d

#fc649d #9dfc64 #649dfc

Analogous Colors of #fc649d

#fc649d #fc7764 #fc64e9

Monochromatic Colors of #fc649d

#fc649d

Complementary Color

#fc649d #64fcc3

#fc649d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc649d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc649d Color CSS Codes

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

#fc649d Text Font Color

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

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


#fc649d Background Color

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

This div background color is #fc649d


#fc649d Border Color

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

This div border color is #fc649d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc649d


Comments

No comments written yet.

Please login to write comment.