color codes Logo

#fc939e color codes

#FC939E
(252,147,158)
0 Favorites   0 Comments

Color spaces of #fc939e

RGB 252147158
HSL0.980.950.78
HSV354°42°99°
CMYK 0.000.420.37   0.01
XYZ56.750244.031537.8556
Yxy44.03150.40930.3176
Hunter Lab66.356236.536112.6250
CIE-Lab72.249540.644011.5216

#fc939e color RGB value is (252,147,158).

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

The process color (four color CMYK) of #fc939e color code is 0.00, 0.42, 0.37, 0.01. Web safe color of #fc939e is #ff9999. Color #fc939e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010011 10011110
Octal 374 223 236
Decimal 252 147 158
Hex FC 93 9E

RGB Percentages of Color #fc939e

%45.24
%26.39
%28.37

CMYK Percentages of Color #fc939e

%0
%42
%37
%1

Triadic Colors of #fc939e

#fc939e #9efc93 #939efc

Analogous Colors of #fc939e

#fc939e #fcbd93 #fc93d3

Monochromatic Colors of #fc939e

#fc939e

Complementary Color

#fc939e #93fcf1

#fc939e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc939e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc939e Color CSS Codes

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

#fc939e Text Font Color

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

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


#fc939e Background Color

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

This div background color is #fc939e


#fc939e Border Color

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

This div border color is #fc939e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,147,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 #fc939e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc939e

Related Colors


Comments

No comments written yet.

Please login to write comment.