Color Hex Logo

#fc6cbb Color Hex

#FC6CBB
(252,108,187)
0 Favorites   0 Comments

Color spaces of #fc6cbb

RGB 252108187
HSL0.910.960.71
HSV327°57°99°
CMYK 0.000.570.26   0.01
XYZ54.477135.008450.8998
Yxy35.00840.38810.2494
Hunter Lab59.167960.8048-9.5873
CIE-Lab65.755262.9387-14.2631

#fc6cbb color RGB value is (252,108,187).

#fc6cbb hex color red value is 252, green value is 108 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fc6cbb hue: 0.91 , saturation: 0.96 and the lightness value of fc6cbb is 0.71.

The process color (four color CMYK) of #fc6cbb color hex is 0.00, 0.57, 0.26, 0.01. Web safe color of #fc6cbb is #ff66cc. Color #fc6cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101100 10111011
Octal 374 154 273
Decimal 252 108 187
Hex FC 6C BB

RGB Percentages of Color #fc6cbb

%46.07
%19.74
%34.19

CMYK Percentages of Color #fc6cbb

%0
%57
%26
%1

Triadic Colors of #fc6cbb

#fc6cbb #bbfc6c #6cbbfc

Analogous Colors of #fc6cbb

#fc6cbb #fc6c73 #f56cfc

Monochromatic Colors of #fc6cbb

#fc6cbb

Complementary Color

#fc6cbb #6cfcad

#fc6cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6cbb Color CSS Codes

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

#fc6cbb Text Font Color

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

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


#fc6cbb Background Color

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

This div background color is #fc6cbb


#fc6cbb Border Color

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

This div border color is #fc6cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6cbb

Related Colors


Comments

No comments written yet.

Please login to write comment.