color codes Logo

#fc8adc color codes

#FC8ADC
(252,138,220)
0 Favorites   0 Comments

Color spaces of #fc8adc

RGB 252138220
HSL0.880.950.76
HSV317°45°99°
CMYK 0.000.450.13   0.01
XYZ62.151644.039772.9349
Yxy44.03970.34700.2459
Hunter Lab66.362451.0396-18.7083
CIE-Lab72.255053.5753-22.8296

#fc8adc color RGB value is (252,138,220).

#fc8adc hex color red value is 252, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fc8adc hue: 0.88 , saturation: 0.95 and the lightness value of fc8adc is 0.76.

The process color (four color CMYK) of #fc8adc color code is 0.00, 0.45, 0.13, 0.01. Web safe color of #fc8adc is #ff99cc. Color #fc8adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001010 11011100
Octal 374 212 334
Decimal 252 138 220
Hex FC 8A DC

RGB Percentages of Color #fc8adc

%41.31
%22.62
%36.07

CMYK Percentages of Color #fc8adc

%0
%45
%13
%1

Triadic Colors of #fc8adc

#fc8adc #dcfc8a #8adcfc

Analogous Colors of #fc8adc

#fc8adc #fc8aa3 #e38afc

Monochromatic Colors of #fc8adc

#fc8adc

Complementary Color

#fc8adc #8afcaa

#fc8adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8adc Color CSS Codes

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

#fc8adc Text Font Color

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

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


#fc8adc Background Color

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

This div background color is #fc8adc


#fc8adc Border Color

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

This div border color is #fc8adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8adc


Comments

No comments written yet.

Please login to write comment.