Color Hex Logo

#fc8166 Color Hex

#FC8166
(252,129,102)
0 Favorites   0 Comments

Color spaces of #fc8166

RGB 252129102
HSL0.030.960.69
HSV11°60°99°
CMYK 0.000.490.60   0.01
XYZ50.393437.355317.1246
Yxy37.35530.48050.3562
Hunter Lab61.119040.217426.1711
CIE-Lab67.542744.585136.0824

#fc8166 color RGB value is (252,129,102).

#fc8166 hex color red value is 252, green value is 129 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fc8166 hue: 0.03 , saturation: 0.96 and the lightness value of fc8166 is 0.69.

The process color (four color CMYK) of #fc8166 color hex is 0.00, 0.49, 0.60, 0.01. Web safe color of #fc8166 is #ff9966. Color #fc8166 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000001 01100110
Octal 374 201 146
Decimal 252 129 102
Hex FC 81 66

RGB Percentages of Color #fc8166

%52.17
%26.71
%21.12

CMYK Percentages of Color #fc8166

%0
%49
%60
%1

Triadic Colors of #fc8166

#fc8166 #66fc81 #8166fc

Analogous Colors of #fc8166

#fc8166 #fccc66 #fc6696

Monochromatic Colors of #fc8166

#fc8166

Complementary Color

#fc8166 #66e1fc

#fc8166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8166 Color CSS Codes

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

#fc8166 Text Font Color

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

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


#fc8166 Background Color

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

This div background color is #fc8166


#fc8166 Border Color

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

This div border color is #fc8166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8166


Comments

No comments written yet.

Please login to write comment.