Color Hex Logo

#fc06bf Color Hex

#FC06BF
(252,6,191)
0 Favorites   0 Comments

Color spaces of #fc06bf

RGB 2526191
HSL0.870.980.51
HSV315°98°99°
CMYK 0.000.980.24   0.01
XYZ49.614024.587351.4211
Yxy24.58730.39490.1957
Hunter Lab49.585691.8275-26.7748
CIE-Lab56.671189.3485-30.4535

#fc06bf color RGB value is (252,6,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000110 10111111
Octal 374 6 277
Decimal 252 6 191
Hex FC 6 BF

RGB Percentages of Color #fc06bf

%56.12
%1.34
%42.54

CMYK Percentages of Color #fc06bf

%0
%98
%24
%1

Triadic Colors of #fc06bf

#fc06bf #bffc06 #06bffc

Analogous Colors of #fc06bf

#fc06bf #fc0644 #be06fc

Monochromatic Colors of #fc06bf

#fc06bf

Complementary Color

#fc06bf #06fc43

#fc06bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc06bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc06bf Color CSS Codes

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

#fc06bf Text Font Color

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

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


#fc06bf Background Color

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

This div background color is #fc06bf


#fc06bf Border Color

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

This div border color is #fc06bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc06bf


Comments

No comments written yet.

Please login to write comment.