Color Hex Logo

#fc8acc Color Hex

#FC8ACC
(252,138,204)
0 Favorites   0 Comments

Color spaces of #fc8acc

RGB 252138204
HSL0.900.950.76
HSV325°45°99°
CMYK 0.000.450.19   0.01
XYZ60.132443.232062.3020
Yxy43.23200.36300.2610
Hunter Lab65.751048.1823-10.1541
CIE-Lab71.712251.1637-14.8114

#fc8acc color RGB value is (252,138,204).

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

The process color (four color CMYK) of #fc8acc color hex is 0.00, 0.45, 0.19, 0.01. Web safe color of #fc8acc is #ff99cc. Color #fc8acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001010 11001100
Octal 374 212 314
Decimal 252 138 204
Hex FC 8A CC

RGB Percentages of Color #fc8acc

%42.42
%23.23
%34.34

CMYK Percentages of Color #fc8acc

%0
%45
%19
%1

Triadic Colors of #fc8acc

#fc8acc #ccfc8a #8accfc

Analogous Colors of #fc8acc

#fc8acc #fc8a93 #f38afc

Monochromatic Colors of #fc8acc

#fc8acc

Complementary Color

#fc8acc #8afcba

#fc8acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8acc Color CSS Codes

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

#fc8acc Text Font Color

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

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


#fc8acc Background Color

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

This div background color is #fc8acc


#fc8acc Border Color

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

This div border color is #fc8acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8acc


Comments

No comments written yet.

Please login to write comment.