Color Hex Logo

#fc9fca Color Hex

#FC9FCA
(252,159,202)
0 Favorites   0 Comments

Color spaces of #fc9fca

RGB 252159202
HSL0.920.940.81
HSV332°37°99°
CMYK 0.000.370.20   0.01
XYZ63.203749.756062.1498
Yxy49.75600.36090.2841
Hunter Lab70.537936.4989-2.8629
CIE-Lab75.919340.2164-7.4224

#fc9fca color RGB value is (252,159,202).

#fc9fca hex color red value is 252, green value is 159 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fc9fca hue: 0.92 , saturation: 0.94 and the lightness value of fc9fca is 0.81.

The process color (four color CMYK) of #fc9fca color hex is 0.00, 0.37, 0.20, 0.01. Web safe color of #fc9fca is #ff99cc. Color #fc9fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011111 11001010
Octal 374 237 312
Decimal 252 159 202
Hex FC 9F CA

RGB Percentages of Color #fc9fca

%41.11
%25.94
%32.95

CMYK Percentages of Color #fc9fca

%0
%37
%20
%1

Triadic Colors of #fc9fca

#fc9fca #cafc9f #9fcafc

Analogous Colors of #fc9fca

#fc9fca #fca39f #fc9ff9

Monochromatic Colors of #fc9fca

#fc9fca

Complementary Color

#fc9fca #9ffcd1

#fc9fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9fca Color CSS Codes

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

#fc9fca Text Font Color

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

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


#fc9fca Background Color

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

This div background color is #fc9fca


#fc9fca Border Color

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

This div border color is #fc9fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9fca

Related Colors


Comments

No comments written yet.

Please login to write comment.