Color Hex Logo

#fc06bc Color Hex

#FC06BC
(252,6,188)
0 Favorites   0 Comments

Color spaces of #fc06bc

RGB 2526188
HSL0.880.980.51
HSV316°98°99°
CMYK 0.000.980.25   0.01
XYZ49.287124.456549.6998
Yxy24.45650.39930.1981
Hunter Lab49.453591.3557-24.9678
CIE-Lab56.542089.0188-28.9184

#fc06bc color RGB value is (252,6,188).

#fc06bc hex color red value is 252, green value is 6 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fc06bc hue: 0.88 , saturation: 0.98 and the lightness value of fc06bc is 0.51.

The process color (four color CMYK) of #fc06bc color hex is 0.00, 0.98, 0.25, 0.01. Web safe color of #fc06bc is #ff00cc. Color #fc06bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000110 10111100
Octal 374 6 274
Decimal 252 6 188
Hex FC 6 BC

RGB Percentages of Color #fc06bc

%56.50
%1.35
%42.15

CMYK Percentages of Color #fc06bc

%0
%98
%25
%1

Triadic Colors of #fc06bc

#fc06bc #bcfc06 #06bcfc

Analogous Colors of #fc06bc

#fc06bc #fc0641 #c106fc

Monochromatic Colors of #fc06bc

#fc06bc

Complementary Color

#fc06bc #06fc46

#fc06bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc06bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc06bc Color CSS Codes

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

#fc06bc Text Font Color

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

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


#fc06bc Background Color

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

This div background color is #fc06bc


#fc06bc Border Color

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

This div border color is #fc06bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc06bc


Comments

No comments written yet.

Please login to write comment.