Color Hex Logo

#fc8693 Color Hex

#FC8693
(252,134,147)
0 Favorites   0 Comments

Color spaces of #fc8693

RGB 252134147
HSL0.980.950.76
HSV353°47°99°
CMYK 0.000.470.42   0.01
XYZ53.936439.852232.4532
Yxy39.85220.42720.3157
Hunter Lab63.128642.033413.7102
CIE-Lab69.364146.004313.5828

#fc8693 color RGB value is (252,134,147).

#fc8693 hex color red value is 252, green value is 134 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fc8693 hue: 0.98 , saturation: 0.95 and the lightness value of fc8693 is 0.76.

The process color (four color CMYK) of #fc8693 color hex is 0.00, 0.47, 0.42, 0.01. Web safe color of #fc8693 is #ff9999. Color #fc8693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000110 10010011
Octal 374 206 223
Decimal 252 134 147
Hex FC 86 93

RGB Percentages of Color #fc8693

%47.28
%25.14
%27.58

CMYK Percentages of Color #fc8693

%0
%47
%42
%1

Triadic Colors of #fc8693

#fc8693 #93fc86 #8693fc

Analogous Colors of #fc8693

#fc8693 #fcb486 #fc86ce

Monochromatic Colors of #fc8693

#fc8693

Complementary Color

#fc8693 #86fcef

#fc8693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8693 Color CSS Codes

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

#fc8693 Text Font Color

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

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


#fc8693 Background Color

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

This div background color is #fc8693


#fc8693 Border Color

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

This div border color is #fc8693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8693


Comments

No comments written yet.

Please login to write comment.