Color Hex Logo

#fc9adf Color Hex

#FC9ADF
(252,154,223)
0 Favorites   0 Comments

Color spaces of #fc9adf

RGB 252154223
HSL0.880.940.80
HSV318°39°99°
CMYK 0.000.390.12   0.01
XYZ65.019849.134475.8690
Yxy49.13440.34220.2586
Hunter Lab70.095942.9057-15.1059
CIE-Lab75.534946.0139-19.4905

#fc9adf color RGB value is (252,154,223).

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

The process color (four color CMYK) of #fc9adf color hex is 0.00, 0.39, 0.12, 0.01. Web safe color of #fc9adf is #ff99cc. Color #fc9adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011010 11011111
Octal 374 232 337
Decimal 252 154 223
Hex FC 9A DF

RGB Percentages of Color #fc9adf

%40.06
%24.48
%35.45

CMYK Percentages of Color #fc9adf

%0
%39
%12
%1

Triadic Colors of #fc9adf

#fc9adf #dffc9a #9adffc

Analogous Colors of #fc9adf

#fc9adf #fc9aae #e89afc

Monochromatic Colors of #fc9adf

#fc9adf

Complementary Color

#fc9adf #9afcb7

#fc9adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9adf Color CSS Codes

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

#fc9adf Text Font Color

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

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


#fc9adf Background Color

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

This div background color is #fc9adf


#fc9adf Border Color

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

This div border color is #fc9adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9adf

Related Colors


Comments

No comments written yet.

Please login to write comment.