Color Hex Logo

#fc8994 Color Hex

#FC8994
(252,137,148)
0 Favorites   0 Comments

Color spaces of #fc8994

RGB 252137148
HSL0.980.950.76
HSV354°46°99°
CMYK 0.000.460.41   0.01
XYZ54.435840.724933.0086
Yxy40.72490.42470.3177
Hunter Lab63.816140.584314.0037
CIE-Lab69.982844.611513.8916

#fc8994 color RGB value is (252,137,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001001 10010100
Octal 374 211 224
Decimal 252 137 148
Hex FC 89 94

RGB Percentages of Color #fc8994

%46.93
%25.51
%27.56

CMYK Percentages of Color #fc8994

%0
%46
%41
%1

Triadic Colors of #fc8994

#fc8994 #94fc89 #8994fc

Analogous Colors of #fc8994

#fc8994 #fcb889 #fc89ce

Monochromatic Colors of #fc8994

#fc8994

Complementary Color

#fc8994 #89fcf1

#fc8994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8994 Color CSS Codes

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

#fc8994 Text Font Color

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

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


#fc8994 Background Color

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

This div background color is #fc8994


#fc8994 Border Color

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

This div border color is #fc8994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8994


Comments

No comments written yet.

Please login to write comment.