Color Hex Logo

#fc6acf Color Hex

#FC6ACF
(252,106,207)
0 Favorites   0 Comments

Color spaces of #fc6acf

RGB 252106207
HSL0.880.960.70
HSV318°58°99°
CMYK 0.000.580.18   0.01
XYZ56.561435.508562.9042
Yxy35.50850.36500.2291
Hunter Lab59.589065.1500-20.8762
CIE-Lab66.142766.4993-24.9472

#fc6acf color RGB value is (252,106,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101010 11001111
Octal 374 152 317
Decimal 252 106 207
Hex FC 6A CF

RGB Percentages of Color #fc6acf

%44.60
%18.76
%36.64

CMYK Percentages of Color #fc6acf

%0
%58
%18
%1

Triadic Colors of #fc6acf

#fc6acf #cffc6a #6acffc

Analogous Colors of #fc6acf

#fc6acf #fc6a86 #e06afc

Monochromatic Colors of #fc6acf

#fc6acf

Complementary Color

#fc6acf #6afc97

#fc6acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6acf Color CSS Codes

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

#fc6acf Text Font Color

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

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


#fc6acf Background Color

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

This div background color is #fc6acf


#fc6acf Border Color

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

This div border color is #fc6acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6acf


Comments

No comments written yet.

Please login to write comment.