Color Hex Logo

#fc9cea Color Hex

#FC9CEA
(252,156,234)
0 Favorites   0 Comments

Color spaces of #fc9cea

RGB 252156234
HSL0.860.940.80
HSV311°38°99°
CMYK 0.000.380.07   0.01
XYZ66.884650.412984.0474
Yxy50.41290.33220.2504
Hunter Lab71.002043.8951-20.4820
CIE-Lab76.322046.7932-24.2884

#fc9cea color RGB value is (252,156,234).

#fc9cea hex color red value is 252, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fc9cea hue: 0.86 , saturation: 0.94 and the lightness value of fc9cea is 0.80.

The process color (four color CMYK) of #fc9cea color hex is 0.00, 0.38, 0.07, 0.01. Web safe color of #fc9cea is #ff99ff. Color #fc9cea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011100 11101010
Octal 374 234 352
Decimal 252 156 234
Hex FC 9C EA

RGB Percentages of Color #fc9cea

%39.25
%24.30
%36.45

CMYK Percentages of Color #fc9cea

%0
%38
%7
%1

Triadic Colors of #fc9cea

#fc9cea #eafc9c #9ceafc

Analogous Colors of #fc9cea

#fc9cea #fc9cba #de9cfc

Monochromatic Colors of #fc9cea

#fc9cea

Complementary Color

#fc9cea #9cfcae

#fc9cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9cea Color CSS Codes

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

#fc9cea Text Font Color

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

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


#fc9cea Background Color

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

This div background color is #fc9cea


#fc9cea Border Color

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

This div border color is #fc9cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9cea


Comments

No comments written yet.

Please login to write comment.