Color Hex Logo

#fc256c Color Hex

#FC256C
(252,37,108)
0 Favorites   0 Comments

Color spaces of #fc256c

RGB 25237108
HSL0.940.970.57
HSV340°85°99°
CMYK 0.000.850.57   0.01
XYZ43.513223.101316.3530
Yxy23.10130.52450.2784
Hunter Lab48.063877.488213.4721
CIE-Lab55.176578.562516.4077

#fc256c color RGB value is (252,37,108).

#fc256c hex color red value is 252, green value is 37 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fc256c hue: 0.94 , saturation: 0.97 and the lightness value of fc256c is 0.57.

The process color (four color CMYK) of #fc256c color hex is 0.00, 0.85, 0.57, 0.01. Web safe color of #fc256c is #ff3366. Color #fc256c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100101 01101100
Octal 374 45 154
Decimal 252 37 108
Hex FC 25 6C

RGB Percentages of Color #fc256c

%63.48
%9.32
%27.20

CMYK Percentages of Color #fc256c

%0
%85
%57
%1

Triadic Colors of #fc256c

#fc256c #6cfc25 #256cfc

Analogous Colors of #fc256c

#fc256c #fc4925 #fc25d8

Monochromatic Colors of #fc256c

#fc256c

Complementary Color

#fc256c #25fcb5

#fc256c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc256c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc256c Color CSS Codes

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

#fc256c Text Font Color

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

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


#fc256c Background Color

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

This div background color is #fc256c


#fc256c Border Color

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

This div border color is #fc256c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc256c


Comments

No comments written yet.

Please login to write comment.