Color Hex Logo

#fc9797 Color Hex

#FC9797
(252,151,151)
0 Favorites   0 Comments

Color spaces of #fc9797

RGB 252151151
HSL0.000.940.79
HSV40°99°
CMYK 0.000.400.40   0.01
XYZ56.797445.063034.9826
Yxy45.06300.41510.3293
Hunter Lab67.129033.552016.0928
CIE-Lab72.933437.813216.3523

#fc9797 color RGB value is (252,151,151).

#fc9797 hex color red value is 252, green value is 151 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fc9797 hue: 0.00 , saturation: 0.94 and the lightness value of fc9797 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010111 10010111
Octal 374 227 227
Decimal 252 151 151
Hex FC 97 97

RGB Percentages of Color #fc9797

%45.49
%27.26
%27.26

CMYK Percentages of Color #fc9797

%0
%40
%40
%1

Triadic Colors of #fc9797

#fc9797 #97fc97 #9797fc

Analogous Colors of #fc9797

#fc9797 #fcca97 #fc97ca

Monochromatic Colors of #fc9797

#fc9797

Complementary Color

#fc9797 #97fcfc

#fc9797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9797 Color CSS Codes

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

#fc9797 Text Font Color

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

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


#fc9797 Background Color

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

This div background color is #fc9797


#fc9797 Border Color

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

This div border color is #fc9797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9797

#fc9797 Color Palettes


Comments

No comments written yet.

Please login to write comment.