Color Hex Logo

#fc9991 Color Hex

#FC9991
(252,153,145)
0 Favorites   0 Comments

Color spaces of #fc9991

RGB 252153145
HSL0.010.950.78
HSV42°99°
CMYK 0.000.390.42   0.01
XYZ56.647045.522232.5891
Yxy45.52220.42040.3378
Hunter Lab67.470131.793418.5911
CIE-Lab73.234436.143520.0695

#fc9991 color RGB value is (252,153,145).

#fc9991 hex color red value is 252, green value is 153 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fc9991 hue: 0.01 , saturation: 0.95 and the lightness value of fc9991 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011001 10010001
Octal 374 231 221
Decimal 252 153 145
Hex FC 99 91

RGB Percentages of Color #fc9991

%45.82
%27.82
%26.36

CMYK Percentages of Color #fc9991

%0
%39
%42
%1

Triadic Colors of #fc9991

#fc9991 #91fc99 #9991fc

Analogous Colors of #fc9991

#fc9991 #fccf91 #fc91bf

Monochromatic Colors of #fc9991

#fc9991

Complementary Color

#fc9991 #91f4fc

#fc9991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9991 Color CSS Codes

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

#fc9991 Text Font Color

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

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


#fc9991 Background Color

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

This div background color is #fc9991


#fc9991 Border Color

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

This div border color is #fc9991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9991

Related Colors


Comments

No comments written yet.

Please login to write comment.