Color Hex Logo

#fc94cc Color Hex

#FC94CC
(252,148,204)
0 Favorites   0 Comments

Color spaces of #fc94cc

RGB 252148204
HSL0.910.950.78
HSV328°41°99°
CMYK 0.000.410.19   0.01
XYZ61.633946.234962.8025
Yxy46.23490.36110.2709
Hunter Lab67.996242.8045-7.1639
CIE-Lab73.697746.1486-11.8314

#fc94cc color RGB value is (252,148,204).

#fc94cc hex color red value is 252, green value is 148 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fc94cc hue: 0.91 , saturation: 0.95 and the lightness value of fc94cc is 0.78.

The process color (four color CMYK) of #fc94cc color hex is 0.00, 0.41, 0.19, 0.01. Web safe color of #fc94cc is #ff99cc. Color #fc94cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010100 11001100
Octal 374 224 314
Decimal 252 148 204
Hex FC 94 CC

RGB Percentages of Color #fc94cc

%41.72
%24.50
%33.77

CMYK Percentages of Color #fc94cc

%0
%41
%19
%1

Triadic Colors of #fc94cc

#fc94cc #ccfc94 #94ccfc

Analogous Colors of #fc94cc

#fc94cc #fc9498 #f894fc

Monochromatic Colors of #fc94cc

#fc94cc

Complementary Color

#fc94cc #94fcc4

#fc94cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc94cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc94cc Color CSS Codes

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

#fc94cc Text Font Color

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

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


#fc94cc Background Color

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

This div background color is #fc94cc


#fc94cc Border Color

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

This div border color is #fc94cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc94cc


Comments

No comments written yet.

Please login to write comment.