Color Hex Logo

#fc9adc Color Hex

#FC9ADC
(252,154,220)
0 Favorites   0 Comments

Color spaces of #fc9adc

RGB 252154220
HSL0.890.940.80
HSV320°39°99°
CMYK 0.000.390.13   0.01
XYZ64.618848.974073.7573
Yxy48.97400.34490.2614
Hunter Lab69.981442.3542-13.5020
CIE-Lab75.435145.5361-18.0019

#fc9adc color RGB value is (252,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011010 11011100
Octal 374 232 334
Decimal 252 154 220
Hex FC 9A DC

RGB Percentages of Color #fc9adc

%40.26
%24.60
%35.14

CMYK Percentages of Color #fc9adc

%0
%39
%13
%1

Triadic Colors of #fc9adc

#fc9adc #dcfc9a #9adcfc

Analogous Colors of #fc9adc

#fc9adc #fc9aab #eb9afc

Monochromatic Colors of #fc9adc

#fc9adc

Complementary Color

#fc9adc #9afcba

#fc9adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9adc Color CSS Codes

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

#fc9adc Text Font Color

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

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


#fc9adc Background Color

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

This div background color is #fc9adc


#fc9adc Border Color

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

This div border color is #fc9adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,154,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 #fc9adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9adc


Comments

No comments written yet.

Please login to write comment.