Color Hex Logo

#fc266c Color Hex

#FC266C
(252,38,108)
0 Favorites   0 Comments

Color spaces of #fc266c

RGB 25238108
HSL0.950.970.57
HSV340°85°99°
CMYK 0.000.850.57   0.01
XYZ43.544823.164416.3635
Yxy23.16440.52420.2788
Hunter Lab48.129477.270413.5326
CIE-Lab55.241378.376716.4966

#fc266c color RGB value is (252,38,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100110 01101100
Octal 374 46 154
Decimal 252 38 108
Hex FC 26 6C

RGB Percentages of Color #fc266c

%63.32
%9.55
%27.14

CMYK Percentages of Color #fc266c

%0
%85
%57
%1

Triadic Colors of #fc266c

#fc266c #6cfc26 #266cfc

Analogous Colors of #fc266c

#fc266c #fc4b26 #fc26d7

Monochromatic Colors of #fc266c

#fc266c

Complementary Color

#fc266c #26fcb6

#fc266c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc266c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc266c Color CSS Codes

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

#fc266c Text Font Color

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

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


#fc266c Background Color

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

This div background color is #fc266c


#fc266c Border Color

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

This div border color is #fc266c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,38,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 #fc266c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc266c


Comments

No comments written yet.

Please login to write comment.