Color Hex Logo

#fc256b Color Hex

#FC256B
(252,37,107)
0 Favorites   0 Comments

Color spaces of #fc256b

RGB 25237107
HSL0.950.970.57
HSV340°85°99°
CMYK 0.000.850.58   0.01
XYZ43.460323.080116.0742
Yxy23.08010.52610.2794
Hunter Lab48.041877.404513.7915
CIE-Lab55.154778.500116.9778

#fc256b color RGB value is (252,37,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100101 01101011
Octal 374 45 153
Decimal 252 37 107
Hex FC 25 6B

RGB Percentages of Color #fc256b

%63.64
%9.34
%27.02

CMYK Percentages of Color #fc256b

%0
%85
%58
%1

Triadic Colors of #fc256b

#fc256b #6bfc25 #256bfc

Analogous Colors of #fc256b

#fc256b #fc4b25 #fc25d7

Monochromatic Colors of #fc256b

#fc256b

Complementary Color

#fc256b #25fcb6

#fc256b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc256b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc256b Color CSS Codes

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

#fc256b Text Font Color

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

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


#fc256b Background Color

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

This div background color is #fc256b


#fc256b Border Color

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

This div border color is #fc256b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc256b

Related Colors


Comments

No comments written yet.

Please login to write comment.