Color Hex Logo

#fc9ffc Color Hex

#FC9FFC
(252,159,252)
0 Favorites   0 Comments

Color spaces of #fc9ffc

RGB 252159252
HSL0.830.940.81
HSV300°37°99°
CMYK 0.000.370.00   0.01
XYZ70.113752.520098.5374
Yxy52.52000.31700.2375
Hunter Lab72.470745.8709-29.8863
CIE-Lab77.590748.3694-32.0903

#fc9ffc color RGB value is (252,159,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011111 11111100
Octal 374 237 374
Decimal 252 159 252
Hex FC 9F FC

RGB Percentages of Color #fc9ffc

%38.01
%23.98
%38.01

CMYK Percentages of Color #fc9ffc

%0
%37
%0
%1

Triadic Colors of #fc9ffc

#fc9ffc #fcfc9f #9ffcfc

Analogous Colors of #fc9ffc

#fc9ffc #fc9fce #ce9ffc

Monochromatic Colors of #fc9ffc

#fc9ffc

Complementary Color

#fc9ffc #9ffc9f

#fc9ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9ffc Color CSS Codes

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

#fc9ffc Text Font Color

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

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


#fc9ffc Background Color

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

This div background color is #fc9ffc


#fc9ffc Border Color

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

This div border color is #fc9ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.