Color Hex Logo

#fc9398 Color Hex

#FC9398
(252,147,152)
0 Favorites   0 Comments

Color spaces of #fc9398

RGB 252147152
HSL0.990.950.78
HSV357°42°99°
CMYK 0.000.420.40   0.01
XYZ56.246143.829935.2013
Yxy43.82990.41580.3240
Hunter Lab66.204235.793814.8179
CIE-Lab72.114739.975114.6559

#fc9398 color RGB value is (252,147,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010011 10011000
Octal 374 223 230
Decimal 252 147 152
Hex FC 93 98

RGB Percentages of Color #fc9398

%45.74
%26.68
%27.59

CMYK Percentages of Color #fc9398

%0
%42
%40
%1

Triadic Colors of #fc9398

#fc9398 #98fc93 #9398fc

Analogous Colors of #fc9398

#fc9398 #fcc393 #fc93cd

Monochromatic Colors of #fc9398

#fc9398

Complementary Color

#fc9398 #93fcf7

#fc9398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9398 Color CSS Codes

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

#fc9398 Text Font Color

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

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


#fc9398 Background Color

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

This div background color is #fc9398


#fc9398 Border Color

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

This div border color is #fc9398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9398

Related Colors


Comments

No comments written yet.

Please login to write comment.