Color Hex Logo

#fc799e Color Hex

#FC799E
(252,121,158)
0 Favorites   0 Comments

Color spaces of #fc799e

RGB 252121158
HSL0.950.960.73
HSV343°52°99°
CMYK 0.000.520.37   0.01
XYZ53.153836.838836.6568
Yxy36.83880.41970.2909
Hunter Lab60.695050.10576.6782
CIE-Lab67.155953.51064.2399

#fc799e color RGB value is (252,121,158).

#fc799e hex color red value is 252, green value is 121 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fc799e hue: 0.95 , saturation: 0.96 and the lightness value of fc799e is 0.73.

The process color (four color CMYK) of #fc799e color hex is 0.00, 0.52, 0.37, 0.01. Web safe color of #fc799e is #ff6699. Color #fc799e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111001 10011110
Octal 374 171 236
Decimal 252 121 158
Hex FC 79 9E

RGB Percentages of Color #fc799e

%47.46
%22.79
%29.76

CMYK Percentages of Color #fc799e

%0
%52
%37
%1

Triadic Colors of #fc799e

#fc799e #9efc79 #799efc

Analogous Colors of #fc799e

#fc799e #fc9679 #fc79e0

Monochromatic Colors of #fc799e

#fc799e

Complementary Color

#fc799e #79fcd7

#fc799e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc799e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc799e Color CSS Codes

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

#fc799e Text Font Color

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

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


#fc799e Background Color

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

This div background color is #fc799e


#fc799e Border Color

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

This div border color is #fc799e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc799e


Comments

No comments written yet.

Please login to write comment.