Color Hex Logo

#fc9fda Color Hex

#FC9FDA
(252,159,218)
0 Favorites   0 Comments

Color spaces of #fc9fda

RGB 252159218
HSL0.890.940.81
HSV322°37°99°
CMYK 0.000.370.13   0.01
XYZ65.197950.553772.6512
Yxy50.55370.34610.2683
Hunter Lab71.101139.2529-10.8118
CIE-Lab76.407942.6528-15.4423

#fc9fda color RGB value is (252,159,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011111 11011010
Octal 374 237 332
Decimal 252 159 218
Hex FC 9F DA

RGB Percentages of Color #fc9fda

%40.06
%25.28
%34.66

CMYK Percentages of Color #fc9fda

%0
%37
%13
%1

Triadic Colors of #fc9fda

#fc9fda #dafc9f #9fdafc

Analogous Colors of #fc9fda

#fc9fda #fc9fac #f09ffc

Monochromatic Colors of #fc9fda

#fc9fda

Complementary Color

#fc9fda #9ffcc1

#fc9fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9fda Color CSS Codes

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

#fc9fda Text Font Color

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

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


#fc9fda Background Color

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

This div background color is #fc9fda


#fc9fda Border Color

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

This div border color is #fc9fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9fda


Comments

No comments written yet.

Please login to write comment.