Color Hex Logo

#fc6acc Color Hex

#FC6ACC
(252,106,204)
0 Favorites   0 Comments

Color spaces of #fc6acc

RGB 252106204
HSL0.890.960.70
HSV320°58°99°
CMYK 0.000.580.19   0.01
XYZ56.198035.363160.9905
Yxy35.36310.36840.2318
Hunter Lab59.466964.6209-19.1823
CIE-Lab66.030466.0807-23.4341

#fc6acc color RGB value is (252,106,204).

#fc6acc hex color red value is 252, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fc6acc hue: 0.89 , saturation: 0.96 and the lightness value of fc6acc is 0.70.

The process color (four color CMYK) of #fc6acc color hex is 0.00, 0.58, 0.19, 0.01. Web safe color of #fc6acc is #ff66cc. Color #fc6acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101010 11001100
Octal 374 152 314
Decimal 252 106 204
Hex FC 6A CC

RGB Percentages of Color #fc6acc

%44.84
%18.86
%36.30

CMYK Percentages of Color #fc6acc

%0
%58
%19
%1

Triadic Colors of #fc6acc

#fc6acc #ccfc6a #6accfc

Analogous Colors of #fc6acc

#fc6acc #fc6a83 #e36afc

Monochromatic Colors of #fc6acc

#fc6acc

Complementary Color

#fc6acc #6afc9a

#fc6acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6acc Color CSS Codes

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

#fc6acc Text Font Color

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

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


#fc6acc Background Color

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

This div background color is #fc6acc


#fc6acc Border Color

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

This div border color is #fc6acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6acc


Comments

No comments written yet.

Please login to write comment.