Color Hex Logo

#fc9fdc Color Hex

#FC9FDC
(252,159,220)
0 Favorites   0 Comments

Color spaces of #fc9fdc

RGB 252159220
HSL0.890.940.81
HSV321°37°99°
CMYK 0.000.370.13   0.01
XYZ65.461350.659074.0381
Yxy50.65900.34420.2664
Hunter Lab71.175139.6138-11.8523
CIE-Lab76.472042.9695-16.4369

#fc9fdc color RGB value is (252,159,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011111 11011100
Octal 374 237 334
Decimal 252 159 220
Hex FC 9F DC

RGB Percentages of Color #fc9fdc

%39.94
%25.20
%34.87

CMYK Percentages of Color #fc9fdc

%0
%37
%13
%1

Triadic Colors of #fc9fdc

#fc9fdc #dcfc9f #9fdcfc

Analogous Colors of #fc9fdc

#fc9fdc #fc9fae #ee9ffc

Monochromatic Colors of #fc9fdc

#fc9fdc

Complementary Color

#fc9fdc #9ffcbf

#fc9fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9fdc Color CSS Codes

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

#fc9fdc Text Font Color

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

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


#fc9fdc Background Color

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

This div background color is #fc9fdc


#fc9fdc Border Color

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

This div border color is #fc9fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9fdc

Related Colors


Comments

No comments written yet.

Please login to write comment.